Searched refs:_hash_alg (Results 1 – 2 of 2) sorted by relevance
468 struct crypto_alg *_hash_alg; in essiv_create() local549 _hash_alg = crypto_alg_mod_lookup(shash_name, in essiv_create()552 if (IS_ERR(_hash_alg)) { in essiv_create()553 err = PTR_ERR(_hash_alg); in essiv_create()556 hash_alg = __crypto_shash_alg(_hash_alg); in essiv_create()625 crypto_mod_put(_hash_alg); in essiv_create()629 crypto_mod_put(_hash_alg); in essiv_create()
510 struct crypto_alg *_hash_alg; in adiantum_create() local560 _hash_alg = crypto_alg_mod_lookup(nhpoly1305_name, in adiantum_create()563 if (IS_ERR(_hash_alg)) { in adiantum_create()564 err = PTR_ERR(_hash_alg); in adiantum_create()567 hash_alg = __crypto_shash_alg(_hash_alg); in adiantum_create()628 crypto_mod_put(_hash_alg); in adiantum_create()634 crypto_mod_put(_hash_alg); in adiantum_create()