Home
last modified time | relevance | path

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

/Linux-v6.6/include/crypto/internal/
Dskcipher.h115 static inline struct skcipher_alg *crypto_spawn_skcipher_alg( in crypto_spawn_skcipher_alg() function
/Linux-v6.6/crypto/
Dctr.c281 alg = crypto_spawn_skcipher_alg(spawn); in crypto_rfc3686_create()
Dcts.c347 alg = crypto_spawn_skcipher_alg(spawn); in crypto_cts_create()
Dhctr2.c434 xctr_alg = crypto_spawn_skcipher_alg(&ictx->xctr_spawn); in hctr2_create_common()
Dauthenc.c401 enc = crypto_spawn_skcipher_alg(&ctx->enc); in crypto_authenc_create()
Dauthencesn.c418 enc = crypto_spawn_skcipher_alg(&ctx->enc); in crypto_authenc_esn_create()
Dadiantum.c517 streamcipher_alg = crypto_spawn_skcipher_alg(&ictx->streamcipher_spawn); in adiantum_create()
Dessiv.c492 skcipher_alg = crypto_spawn_skcipher_alg(&ictx->u.skcipher_spawn); in essiv_create()
Dchacha20poly1305.c582 chacha = crypto_spawn_skcipher_alg(&ctx->chacha); in chachapoly_create()
Dccm.c481 ctr = crypto_spawn_skcipher_alg(&ictx->ctr); in crypto_ccm_create_common()
Dcryptd.c399 alg = crypto_spawn_skcipher_alg(&ctx->spawn); in cryptd_create_skcipher()
Dgcm.c610 ctr = crypto_spawn_skcipher_alg(&ctx->ctr); in crypto_gcm_create_common()