Home
last modified time | relevance | path

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

/linux-6.15/net/xfrm/
H A Dxfrm_ipcomp.c194 acomp_request_set_params(req, sg, dsg, plen, dlen); in ipcomp_setup_req()
/linux-6.15/include/crypto/
H A Dacompress.h369 static inline void acomp_request_set_params(struct acomp_req *req, in acomp_request_set_params() function
/linux-6.15/mm/
H A Dzswap.c963 acomp_request_set_params(acomp_ctx->req, &input, &output, PAGE_SIZE, dlen); in zswap_compress()
1031 acomp_request_set_params(acomp_ctx->req, &input, &output, entry->length, PAGE_SIZE); in zswap_decompress()
/linux-6.15/crypto/
H A Dtestmgr.c3371 acomp_request_set_params(req, &src, &dst, ilen, dlen); in test_acomp()
3389 acomp_request_set_params(req, &src, &dst, ilen, dlen); in test_acomp()
3448 acomp_request_set_params(req, &src, &dst, ilen, dlen); in test_acomp()
/linux-6.15/drivers/crypto/intel/iaa/
H A Diaa_crypto_main.c1006 acomp_request_set_params(fbreq, req->src, req->dst, req->slen, in deflate_generic_decompress()