Searched refs:crypto_acomp_decompress (Results 1 - 3 of 3) sorted by relevance

/linux-master/include/crypto/
H A Dacompress.h255 * crypto_acomp_decompress() -- Invoke asynchronous decompress operation
263 static inline int crypto_acomp_decompress(struct acomp_req *req) function
/linux-master/mm/
H A Dzswap.c987 * to do crypto_acomp_decompress() which might sleep. In such cases, we must
1005 BUG_ON(crypto_wait_req(crypto_acomp_decompress(acomp_ctx->req), &acomp_ctx->wait));
/linux-master/crypto/
H A Dtestmgr.c3468 ret = crypto_wait_req(crypto_acomp_decompress(req), &wait);
3544 ret = crypto_wait_req(crypto_acomp_decompress(req), &wait);
3576 ret = crypto_wait_req(crypto_acomp_decompress(req), &wait);

Completed in 138 milliseconds