Home
last modified time | relevance | path

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

/crypto/
Dessiv.c468 struct crypto_alg *_hash_alg; in essiv_create() local
549 _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()
Dadiantum.c510 struct crypto_alg *_hash_alg; in adiantum_create() local
560 _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()