Home
last modified time | relevance | path

Searched refs:crypto_spawn_skcipher_alg_common (Results 1 – 14 of 14) sorted by relevance

/linux-6.14.4/include/crypto/internal/
Dskcipher.h148 static inline struct skcipher_alg_common *crypto_spawn_skcipher_alg_common( in crypto_spawn_skcipher_alg_common() function
/linux-6.14.4/crypto/
Dlrw.c339 alg = crypto_spawn_skcipher_alg_common(spawn); in lrw_create()
Dctr.c281 alg = crypto_spawn_skcipher_alg_common(spawn); in crypto_rfc3686_create()
Dcts.c347 alg = crypto_spawn_skcipher_alg_common(spawn); in crypto_cts_create()
Dxts.c380 alg = crypto_spawn_skcipher_alg_common(&ctx->spawn); in xts_create()
Dauthenc.c395 enc = crypto_spawn_skcipher_alg_common(&ctx->enc); in crypto_authenc_create()
Dhctr2.c434 xctr_alg = crypto_spawn_skcipher_alg_common(&ictx->xctr_spawn); in hctr2_create_common()
Dauthencesn.c411 enc = crypto_spawn_skcipher_alg_common(&ctx->enc); in crypto_authenc_esn_create()
Dessiv.c492 skcipher_alg = crypto_spawn_skcipher_alg_common( in essiv_create()
Dadiantum.c548 streamcipher_alg = crypto_spawn_skcipher_alg_common(&ictx->streamcipher_spawn); in adiantum_create()
Dchacha20poly1305.c582 chacha = crypto_spawn_skcipher_alg_common(&ctx->chacha); in chachapoly_create()
Dccm.c482 ctr = crypto_spawn_skcipher_alg_common(&ictx->ctr); in crypto_ccm_create_common()
Dcryptd.c399 alg = crypto_spawn_skcipher_alg_common(&ctx->spawn); in cryptd_create_skcipher()
Dgcm.c610 ctr = crypto_spawn_skcipher_alg_common(&ctx->ctr); in crypto_gcm_create_common()