Home
last modified time | relevance | path

Searched refs:crypto_spawn_skcipher (Results 1 – 8 of 8) sorted by relevance

/linux-4.4.14/include/crypto/internal/
Dskcipher.h50 static inline struct crypto_ablkcipher *crypto_spawn_skcipher( in crypto_spawn_skcipher() function
/linux-4.4.14/crypto/
Dctr.c314 cipher = crypto_spawn_skcipher(spawn); in crypto_rfc3686_init_tfm()
Dauthenc.c329 enc = crypto_spawn_skcipher(&ictx->enc); in crypto_authenc_init_tfm()
Dauthencesn.c342 enc = crypto_spawn_skcipher(&ictx->enc); in crypto_authenc_esn_init_tfm()
Dchacha20poly1305.c527 chacha = crypto_spawn_skcipher(&ictx->chacha); in chachapoly_init()
Dblkcipher.c726 cipher = crypto_spawn_skcipher(crypto_instance_ctx(inst)); in skcipher_geniv_init()
Dccm.c465 ctr = crypto_spawn_skcipher(&ictx->ctr); in crypto_ccm_init_tfm()
Dgcm.c578 ctr = crypto_spawn_skcipher(&ictx->ctr); in crypto_gcm_init_tfm()