Home
last modified time | relevance | path

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

/linux/crypto/
H A Dahash.c46 static inline bool crypto_ahash_need_fallback(struct crypto_ahash *tfm) in crypto_ahash_need_fallback() function
309 if (!err && crypto_ahash_need_fallback(tfm)) in crypto_ahash_setkey()
334 if (!crypto_ahash_need_fallback(tfm)) in ahash_do_req_chain()
710 if (crypto_ahash_need_fallback(hash)) in crypto_ahash_exit_tfm()
727 if (crypto_ahash_need_fallback(hash)) { in crypto_ahash_init_tfm()
906 if (crypto_ahash_need_fallback(hash)) { in crypto_clone_ahash()