Home
last modified time | relevance | path

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

/linux/include/crypto/internal/
H A Dhash.h103 bool crypto_hash_alg_has_setkey(struct hash_alg_common *halg);
113 return crypto_hash_alg_has_setkey(alg) && in crypto_hash_alg_needs_key()
/linux/crypto/
H A Dahash.c854 bool crypto_hash_alg_has_setkey(struct hash_alg_common *halg) in crypto_hash_alg_has_setkey() function
863 EXPORT_SYMBOL_GPL(crypto_hash_alg_has_setkey);
874 if (!crypto_hash_alg_has_setkey(halg)) { in crypto_clone_ahash()