Home
last modified time | relevance | path

Searched refs:crypto_spawn_ahash_alg (Results 1 – 7 of 7) sorted by relevance

/kernel/linux/linux-5.10/include/crypto/internal/
Dhash.h97 static inline struct hash_alg_common *crypto_spawn_ahash_alg( in crypto_spawn_ahash_alg() function
/kernel/linux/linux-5.10/crypto/
Dauthenc.c396 auth = crypto_spawn_ahash_alg(&ctx->auth); in crypto_authenc_create()
Dauthencesn.c414 auth = crypto_spawn_ahash_alg(&ctx->auth); in crypto_authenc_esn_create()
Dchacha20poly1305.c588 poly = crypto_spawn_ahash_alg(&ctx->poly); in chachapoly_create()
Dccm.c470 mac = crypto_spawn_ahash_alg(&ictx->mac); in crypto_ccm_create_common()
Dgcm.c601 ghash = crypto_spawn_ahash_alg(&ctx->ghash); in crypto_gcm_create_common()
/kernel/linux/patches/linux-5.10/imx8mm_patch/patches/
D0003_linux_crypto.patch1195 + auth = crypto_spawn_ahash_alg(&ctx->auth);