Home
last modified time | relevance | path

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

/linux-4.19.296/include/crypto/internal/
Dskcipher.h124 static inline struct crypto_skcipher *crypto_spawn_skcipher( in crypto_spawn_skcipher() function
/linux-4.19.296/crypto/
Dcts.c293 cipher = crypto_spawn_skcipher(spawn); in crypto_cts_init_tfm()
Dctr.c323 cipher = crypto_spawn_skcipher(spawn); in crypto_rfc3686_init_tfm()
Dlrw.c435 cipher = crypto_spawn_skcipher(spawn); in init_tfm()
Dxts.c368 child = crypto_spawn_skcipher(&ictx->spawn); in init_tfm()
Dauthenc.c336 enc = crypto_spawn_skcipher(&ictx->enc); in crypto_authenc_init_tfm()
Dauthencesn.c351 enc = crypto_spawn_skcipher(&ictx->enc); in crypto_authenc_esn_init_tfm()
Dchacha20poly1305.c543 chacha = crypto_spawn_skcipher(&ictx->chacha); in chachapoly_init()
Dccm.c417 ctr = crypto_spawn_skcipher(&ictx->ctr); in crypto_ccm_init_tfm()
Dcryptd.c567 cipher = crypto_spawn_skcipher(spawn); in cryptd_skcipher_init_tfm()
Dgcm.c557 ctr = crypto_spawn_skcipher(&ictx->ctr); in crypto_gcm_init_tfm()