Home
last modified time | relevance | path

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

/linux-4.19.296/crypto/
Dshash.c28 static int shash_no_setkey(struct crypto_shash *tfm, const u8 *key, in shash_no_setkey() function
43 return alg->setkey != shash_no_setkey; in crypto_shash_alg_has_setkey()
500 alg->setkey = shash_no_setkey; in shash_prepare_alg()