Searched refs:acomp_request_set_params (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/include/crypto/ |
H A D | acompress.h | 242 static inline void acomp_request_set_params(struct acomp_req *req, in acomp_request_set_params() function
|
/openbmc/linux/mm/ |
H A D | zswap.c | 1125 acomp_request_set_params(acomp_ctx->req, &input, &output, entry->length, dlen); in zswap_writeback_entry() 1301 acomp_request_set_params(acomp_ctx->req, &input, &output, PAGE_SIZE, dlen); in zswap_store() 1454 acomp_request_set_params(acomp_ctx->req, &input, &output, entry->length, dlen); in zswap_load()
|
/openbmc/linux/crypto/ |
H A D | testmgr.c | 3452 acomp_request_set_params(req, &src, &dst, ilen, dlen); in test_acomp() 3470 acomp_request_set_params(req, &src, &dst, ilen, dlen); in test_acomp() 3503 acomp_request_set_params(req, &src, NULL, ilen, 0); in test_acomp() 3544 acomp_request_set_params(req, &src, &dst, ilen, dlen); in test_acomp() 3578 acomp_request_set_params(req, &src, NULL, ilen, 0); in test_acomp()
|