Home
last modified time | relevance | path

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

/linux-4.1.27/include/crypto/internal/
Dskcipher.h50 static inline struct crypto_ablkcipher *crypto_spawn_skcipher( in crypto_spawn_skcipher() function
/linux-4.1.27/crypto/
Dctr.c314 cipher = crypto_spawn_skcipher(spawn); in crypto_rfc3686_init_tfm()
Dauthenc.c560 enc = crypto_spawn_skcipher(&ictx->enc); in crypto_authenc_init_tfm()
Dblkcipher.c725 cipher = crypto_spawn_skcipher(crypto_instance_ctx(inst)); in skcipher_geniv_init()
Dccm.c446 ctr = crypto_spawn_skcipher(&ictx->ctr); in crypto_ccm_init_tfm()
Dauthencesn.c652 enc = crypto_spawn_skcipher(&ictx->enc); in crypto_authenc_esn_init_tfm()
Dgcm.c665 ctr = crypto_spawn_skcipher(&ictx->ctr); in crypto_gcm_init_tfm()