Searched refs:crypto_shash_alg_has_setkey (Results 1 – 5 of 5) sorted by relevance
41 bool crypto_shash_alg_has_setkey(struct shash_alg *alg) in crypto_shash_alg_has_setkey() function45 EXPORT_SYMBOL_GPL(crypto_shash_alg_has_setkey);70 if (crypto_shash_alg_has_setkey(alg) && in shash_set_needkey()392 if (crypto_shash_alg_has_setkey(alg)) in crypto_init_shash_ops_async()
202 if (crypto_shash_alg_has_setkey(salg)) in hmac_create()
666 return crypto_shash_alg_has_setkey(__crypto_shash_alg(alg)); in crypto_hash_alg_has_setkey()
917 if (crypto_shash_alg_has_setkey(salg)) in cryptd_create_hash()
85 bool crypto_shash_alg_has_setkey(struct shash_alg *alg);