Searched refs:shash_name (Results 1 - 1 of 1) sorted by relevance

/linux-master/crypto/
H A Dessiv.c448 const char *shash_name; local
470 shash_name = crypto_attr_alg_name(tb[2]);
471 if (IS_ERR(shash_name))
472 return PTR_ERR(shash_name);
533 _hash_alg = crypto_alg_mod_lookup(shash_name,
629 /* essiv(cipher_name, shash_name) */

Completed in 75 milliseconds