Home
last modified time | relevance | path

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

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