Home
last modified time | relevance | path

Searched refs:crypto_spawn_skcipher (Results 1 - 25 of 27) sorted by relevance

12

/kernel/linux/linux-5.10/include/crypto/internal/
H A Dskcipher.h112 static inline struct crypto_skcipher *crypto_spawn_skcipher( in crypto_spawn_skcipher() function
/kernel/linux/linux-6.6/include/crypto/internal/
H A Dskcipher.h121 static inline struct crypto_skcipher *crypto_spawn_skcipher( in crypto_spawn_skcipher() function
/kernel/linux/linux-5.10/crypto/
H A Dlrw.c272 cipher = crypto_spawn_skcipher(spawn); in lrw_init_tfm()
H A Dauthencesn.c336 enc = crypto_spawn_skcipher(&ictx->enc); in crypto_authenc_esn_init_tfm()
H A Dauthenc.c321 enc = crypto_spawn_skcipher(&ictx->enc); in crypto_authenc_init_tfm()
H A Dxts.c302 child = crypto_spawn_skcipher(&ictx->spawn); in xts_init_tfm()
H A Dcts.c293 cipher = crypto_spawn_skcipher(spawn); in crypto_cts_init_tfm()
H A Dctr.c226 cipher = crypto_spawn_skcipher(spawn); in crypto_rfc3686_init_tfm()
H A Dessiv.c304 skcipher = crypto_spawn_skcipher(&ictx->u.skcipher_spawn); in essiv_skcipher_init_tfm()
H A Dadiantum.c407 streamcipher = crypto_spawn_skcipher(&ictx->streamcipher_spawn); in adiantum_init_tfm()
H A Dccm.c406 ctr = crypto_spawn_skcipher(&ictx->ctr); in crypto_ccm_init_tfm()
H A Dchacha20poly1305.c513 chacha = crypto_spawn_skcipher(&ictx->chacha); in chachapoly_init()
H A Dcryptd.c343 cipher = crypto_spawn_skcipher(spawn); in cryptd_skcipher_init_tfm()
H A Dgcm.c535 ctr = crypto_spawn_skcipher(&ictx->ctr); in crypto_gcm_init_tfm()
/kernel/linux/linux-6.6/crypto/
H A Dlrw.c272 cipher = crypto_spawn_skcipher(spawn); in lrw_init_tfm()
H A Dauthenc.c319 enc = crypto_spawn_skcipher(&ictx->enc); in crypto_authenc_init_tfm()
H A Dauthencesn.c333 enc = crypto_spawn_skcipher(&ictx->enc); in crypto_authenc_esn_init_tfm()
H A Dcts.c293 cipher = crypto_spawn_skcipher(spawn); in crypto_cts_init_tfm()
H A Dctr.c227 cipher = crypto_spawn_skcipher(spawn); in crypto_rfc3686_init_tfm()
H A Dhctr2.c345 xctr = crypto_spawn_skcipher(&ictx->xctr_spawn); in hctr2_init_tfm()
H A Dxts.c303 child = crypto_spawn_skcipher(&ictx->spawn); in xts_init_tfm()
H A Dessiv.c305 skcipher = crypto_spawn_skcipher(&ictx->u.skcipher_spawn); in essiv_skcipher_init_tfm()
H A Dchacha20poly1305.c513 chacha = crypto_spawn_skcipher(&ictx->chacha); in chachapoly_init()
H A Dadiantum.c407 streamcipher = crypto_spawn_skcipher(&ictx->streamcipher_spawn); in adiantum_init_tfm()
H A Dccm.c406 ctr = crypto_spawn_skcipher(&ictx->ctr); in crypto_ccm_init_tfm()

Completed in 22 milliseconds

12