Searched refs:crypto_hash_alg_has_setkey (Results 1 – 3 of 3) sorted by relevance
87 bool crypto_hash_alg_has_setkey(struct hash_alg_common *halg);
661 bool crypto_hash_alg_has_setkey(struct hash_alg_common *halg) in crypto_hash_alg_has_setkey() function670 EXPORT_SYMBOL_GPL(crypto_hash_alg_has_setkey);
536 if (crypto_hash_alg_has_setkey(halg)) in mcryptd_create_hash()