Home
last modified time | relevance | path

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

/linux/include/crypto/internal/
H A Dhash.h155 static inline struct shash_alg *crypto_spawn_shash_alg( in crypto_spawn_shash_alg() function
/linux/crypto/
H A Dhmac.c203 salg = crypto_spawn_shash_alg(spawn); in __hmac_create_shash()
H A Dcryptd.c688 alg = crypto_spawn_shash_alg(&ctx->spawn); in cryptd_create_hash()