Searched refs:crypto_shash_alg_has_setkey (Results 1 – 6 of 6) sorted by relevance
83 static inline bool crypto_shash_alg_has_setkey(struct shash_alg *alg) in crypto_shash_alg_has_setkey() function
53 if (crypto_shash_alg_has_setkey(alg) && in shash_set_needkey()375 if (crypto_shash_alg_has_setkey(alg)) in crypto_init_shash_ops_async()
190 if (crypto_shash_alg_has_setkey(salg)) in hmac_create()
679 return crypto_shash_alg_has_setkey(__crypto_shash_alg(alg)); in crypto_hash_alg_has_setkey()
446 if (crypto_shash_alg_has_setkey(hash_alg)) in essiv_supported_algorithms()
718 if (crypto_shash_alg_has_setkey(salg)) in cryptd_create_hash()