Home
last modified time | relevance | path

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

/openbmc/linux/include/crypto/internal/
H A Dhash.h78 int shash_no_setkey(struct crypto_shash *tfm, const u8 *key,
83 return alg->setkey != shash_no_setkey; in crypto_shash_alg_has_setkey()
/openbmc/linux/crypto/
H A Dshash.c34 int shash_no_setkey(struct crypto_shash *tfm, const u8 *key, in shash_no_setkey() function
39 EXPORT_SYMBOL_GPL(shash_no_setkey);
668 alg->setkey = shash_no_setkey; in shash_prepare_alg()