Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/include/crypto/internal/
Dskcipher.h106 static inline struct skcipher_alg *crypto_spawn_skcipher_alg( in crypto_spawn_skcipher_alg() function
/kernel/linux/linux-5.10/crypto/
Dctr.c280 alg = crypto_spawn_skcipher_alg(spawn); in crypto_rfc3686_create()
Dcts.c347 alg = crypto_spawn_skcipher_alg(spawn); in crypto_cts_create()
Dauthenc.c403 enc = crypto_spawn_skcipher_alg(&ctx->enc); in crypto_authenc_create()
Dauthencesn.c421 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.c486 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.c395 alg = crypto_spawn_skcipher_alg(&ctx->spawn); in cryptd_create_skcipher()
Dgcm.c612 ctr = crypto_spawn_skcipher_alg(&ctx->ctr); in crypto_gcm_create_common()
/kernel/linux/patches/linux-5.10/imx8mm_patch/patches/
D0003_linux_crypto.patch1202 + enc = crypto_spawn_skcipher_alg(&ctx->enc);