Home
last modified time | relevance | path

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

/linux-6.15/include/crypto/internal/
H A Dacompress.h158 return crypto_tfm_req_chain(&tfm->base); in crypto_acomp_req_chain()
H A Dhash.h262 return crypto_tfm_req_chain(&tfm->base); in crypto_ahash_req_chain()
/linux-6.15/include/crypto/
H A Dalgapi.h274 static inline bool crypto_tfm_req_chain(struct crypto_tfm *tfm) in crypto_tfm_req_chain() function