Searched refs:acomp_request_set_params (Results 1 – 3 of 3) sorted by relevance
/linux/include/crypto/ |
H A D | acompress.h | 224 static inline void acomp_request_set_params(struct acomp_req *req, in acomp_request_set_params() function
|
/linux/mm/ |
H A D | zswap.c | 948 acomp_request_set_params(acomp_ctx->req, &input, &output, PAGE_SIZE, dlen); in zswap_compress() 1022 acomp_request_set_params(acomp_ctx->req, &input, &output, entry->length, PAGE_SIZE); in zswap_decompress()
|
/linux/crypto/ |
H A D | testmgr.c | 3477 acomp_request_set_params(req, &src, &dst, ilen, dlen); in test_acomp() 3495 acomp_request_set_params(req, &src, &dst, ilen, dlen); in test_acomp() 3528 acomp_request_set_params(req, &src, NULL, ilen, 0); in test_acomp() 3569 acomp_request_set_params(req, &src, &dst, ilen, dlen); in test_acomp() 3603 acomp_request_set_params(req, &src, NULL, ilen, 0); in test_acomp()
|