Home
last modified time | relevance | path

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

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