Home
last modified time | relevance | path

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

/linux-4.4.14/include/crypto/
Dhash.h379 static inline bool crypto_ahash_has_setkey(struct crypto_ahash *tfm) in crypto_ahash_has_setkey() function
/linux-4.4.14/crypto/
Dalgif_hash.c443 if (!tfm->has_key && crypto_ahash_has_setkey(tfm->hash)) in hash_accept_parent()