Home
last modified time | relevance | path

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

/linux-4.1.27/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()
Dcbc.c200 cipher = crypto_spawn_cipher(spawn); in crypto_cbc_init_tfm()
Dpcbc.c210 cipher = crypto_spawn_cipher(spawn); in crypto_pcbc_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.c442 cipher = crypto_spawn_cipher(&ictx->cipher); in crypto_ccm_init_tfm()
Dvmac.c629 cipher = crypto_spawn_cipher(spawn); in vmac_init_tfm()
/linux-4.1.27/include/crypto/
Dalgapi.h277 static inline struct crypto_cipher *crypto_spawn_cipher( in crypto_spawn_cipher() function