Home
last modified time | relevance | path

Searched refs:crypto_spawn_cipher (Results 1 – 12 of 12) sorted by relevance

/linux-4.4.14/crypto/
Dxts.c249 cipher = crypto_spawn_cipher(spawn); in init_tfm()
261 cipher = crypto_spawn_cipher(spawn); in init_tfm()
Decb.c104 cipher = crypto_spawn_cipher(spawn); in crypto_ecb_init_tfm()
Dxcbc.c184 cipher = crypto_spawn_cipher(spawn); in xcbc_init_tfm()
Dcmac.c210 cipher = crypto_spawn_cipher(spawn); in cmac_init_tfm()
Dkeywrap.c328 cipher = crypto_spawn_cipher(spawn); in crypto_kw_init_tfm()
Dpcbc.c210 cipher = crypto_spawn_cipher(spawn); in crypto_pcbc_init_tfm()
Dcbc.c200 cipher = crypto_spawn_cipher(spawn); in crypto_cbc_init_tfm()
Dlrw.c304 cipher = crypto_spawn_cipher(spawn); in init_tfm()
Dctr.c165 cipher = crypto_spawn_cipher(spawn); in crypto_ctr_init_tfm()
Dccm.c461 cipher = crypto_spawn_cipher(&ictx->cipher); in crypto_ccm_init_tfm()
Dvmac.c629 cipher = crypto_spawn_cipher(spawn); in vmac_init_tfm()
/linux-4.4.14/include/crypto/
Dalgapi.h264 static inline struct crypto_cipher *crypto_spawn_cipher( in crypto_spawn_cipher() function