Home
last modified time | relevance | path

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

/linux/crypto/
H A Dahash.c211 static int ahash_nosetkey(struct crypto_ahash *tfm, const u8 *key, in ahash_nosetkey() function
219 if (alg->setkey != ahash_nosetkey && in ahash_set_needkey()
575 return __crypto_ahash_alg(alg)->setkey != ahash_nosetkey; in crypto_hash_alg_has_setkey()
651 alg->setkey = ahash_nosetkey; in ahash_prepare_alg()