Searched refs:crypto_shash_alg_has_setkey (Results 1 – 4 of 4) sorted by relevance
78 bool crypto_shash_alg_has_setkey(struct shash_alg *alg);82 return crypto_shash_alg_has_setkey(alg) && in crypto_shash_alg_needs_key()
36 bool crypto_shash_alg_has_setkey(struct shash_alg *alg) in crypto_shash_alg_has_setkey() function40 EXPORT_SYMBOL_GPL(crypto_shash_alg_has_setkey);402 if (crypto_shash_alg_has_setkey(alg)) in crypto_init_shash_ops_async()
653 return crypto_shash_alg_has_setkey(__crypto_shash_alg(alg)); in crypto_hash_alg_has_setkey()
680 if (crypto_shash_alg_has_setkey(alg)) in cryptd_create_hash()