Home
last modified time | relevance | path

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

/Linux-v5.15/crypto/
Dessiv.c450 struct crypto_alg *_hash_alg; in essiv_create() local
527 _hash_alg = crypto_alg_mod_lookup(shash_name, in essiv_create()
530 if (IS_ERR(_hash_alg)) { in essiv_create()
531 err = PTR_ERR(_hash_alg); in essiv_create()
534 hash_alg = __crypto_shash_alg(_hash_alg); in essiv_create()
608 crypto_mod_put(_hash_alg); in essiv_create()
612 crypto_mod_put(_hash_alg); in essiv_create()