Home
last modified time | relevance | path

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

/linux/include/crypto/internal/
H A Dhash.h132 static inline struct hash_alg_common *crypto_spawn_ahash_alg( in crypto_spawn_ahash_alg() function
/linux/crypto/
H A Dauthenc.c358 auth = crypto_spawn_ahash_alg(&ctx->auth); in crypto_authenc_create()
H A Dkrb5enc.c426 auth = crypto_spawn_ahash_alg(&ictx->auth); in krb5enc_create()
H A Dhmac.c467 halg = crypto_spawn_ahash_alg(spawn); in hmac_create_ahash()
H A Dccm.c467 mac = crypto_spawn_ahash_alg(&ictx->mac); in crypto_ccm_create_common()
H A Dgcm.c595 ghash = crypto_spawn_ahash_alg(&ctx->ghash); in crypto_gcm_create_common()