Home
last modified time | relevance | path

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

/Linux-v5.10/include/crypto/internal/
Dskcipher.h112 static inline struct crypto_skcipher *crypto_spawn_skcipher( in crypto_spawn_skcipher() function
/Linux-v5.10/crypto/
Dlrw.c272 cipher = crypto_spawn_skcipher(spawn); in lrw_init_tfm()
Dctr.c226 cipher = crypto_spawn_skcipher(spawn); in crypto_rfc3686_init_tfm()
Dcts.c293 cipher = crypto_spawn_skcipher(spawn); in crypto_cts_init_tfm()
Dxts.c302 child = crypto_spawn_skcipher(&ictx->spawn); in xts_init_tfm()
Dauthenc.c321 enc = crypto_spawn_skcipher(&ictx->enc); in crypto_authenc_init_tfm()
Dauthencesn.c336 enc = crypto_spawn_skcipher(&ictx->enc); in crypto_authenc_esn_init_tfm()
Dadiantum.c407 streamcipher = crypto_spawn_skcipher(&ictx->streamcipher_spawn); in adiantum_init_tfm()
Dessiv.c299 skcipher = crypto_spawn_skcipher(&ictx->u.skcipher_spawn); in essiv_skcipher_init_tfm()
Dchacha20poly1305.c513 chacha = crypto_spawn_skcipher(&ictx->chacha); in chachapoly_init()
Dccm.c406 ctr = crypto_spawn_skcipher(&ictx->ctr); in crypto_ccm_init_tfm()
Dcryptd.c343 cipher = crypto_spawn_skcipher(spawn); in cryptd_skcipher_init_tfm()
Dgcm.c535 ctr = crypto_spawn_skcipher(&ictx->ctr); in crypto_gcm_init_tfm()