Home
last modified time | relevance | path

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

/linux-6.6.21/include/crypto/
Dacompress.h268 static inline int crypto_comp_errstat(struct comp_alg_common *alg, int err) in crypto_comp_errstat() function
302 return crypto_comp_errstat(alg, tfm->compress(req)); in crypto_acomp_compress()
328 return crypto_comp_errstat(alg, tfm->decompress(req)); in crypto_acomp_decompress()