Home
last modified time | relevance | path

Searched refs:crypto_spawn_shash_alg (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/include/crypto/internal/
H A Dhash.h126 static inline struct shash_alg *crypto_spawn_shash_alg( in crypto_spawn_shash_alg() function
/openbmc/linux/crypto/
H A Dhmac.c208 salg = crypto_spawn_shash_alg(spawn); in hmac_create()
H A Dhctr2.c466 polyval_alg = crypto_spawn_shash_alg(&ictx->polyval_spawn); in hctr2_create_common()
H A Dadiantum.c536 hash_alg = crypto_spawn_shash_alg(&ictx->hash_spawn); in adiantum_create()
H A Dcryptd.c682 alg = crypto_spawn_shash_alg(&ctx->spawn); in cryptd_create_hash()