Home
last modified time | relevance | path

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

/Linux-v4.19/include/crypto/internal/
Dskcipher.h124 static inline struct crypto_skcipher *crypto_spawn_skcipher( in crypto_spawn_skcipher() function
/Linux-v4.19/arch/x86/crypto/
Dfpu.c92 cipher = crypto_spawn_skcipher(spawn); in crypto_fpu_init_tfm()
/Linux-v4.19/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.c430 cipher = crypto_spawn_skcipher(spawn); in init_tfm()
Dxts.c368 child = crypto_spawn_skcipher(&ictx->spawn); in init_tfm()
Dauthenc.c328 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.c535 chacha = crypto_spawn_skcipher(&ictx->chacha); in chachapoly_init()
Dccm.c417 ctr = crypto_spawn_skcipher(&ictx->ctr); in crypto_ccm_init_tfm()
Dgcm.c557 ctr = crypto_spawn_skcipher(&ictx->ctr); in crypto_gcm_init_tfm()
Dcryptd.c567 cipher = crypto_spawn_skcipher(spawn); in cryptd_skcipher_init_tfm()