Home
last modified time | relevance | path

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

/linux-6.12.1/include/crypto/internal/
Dhash.h76 int shash_no_setkey(struct crypto_shash *tfm, const u8 *key,
81 return alg->setkey != shash_no_setkey; in crypto_shash_alg_has_setkey()
/linux-6.12.1/crypto/
Dshash.c19 int shash_no_setkey(struct crypto_shash *tfm, const u8 *key, in shash_no_setkey() function
24 EXPORT_SYMBOL_GPL(shash_no_setkey);
342 alg->setkey = shash_no_setkey; in shash_prepare_alg()