Home
last modified time | relevance | path

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

/linux-5.19.10/crypto/
Dshash.c23 static int shash_no_setkey(struct crypto_shash *tfm, const u8 *key, in shash_no_setkey() function
38 return alg->setkey != shash_no_setkey; in crypto_shash_alg_has_setkey()
550 alg->setkey = shash_no_setkey; in shash_prepare_alg()