Home
last modified time | relevance | path

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

/linux-6.15/include/crypto/internal/
H A Dhash.h260 static inline bool crypto_ahash_req_chain(struct crypto_ahash *tfm) in crypto_ahash_req_chain() function
/linux-6.15/crypto/
H A Dahash.c469 if (crypto_ahash_req_chain(tfm) || in ahash_do_req_chain()
640 (!crypto_ahash_req_chain(tfm) && ahash_request_hasvirt(req))) in crypto_ahash_finup()
717 if (!crypto_ahash_req_chain(tfm) && ahash_request_hasvirt(req)) in crypto_ahash_digest()