Lines Matching refs:ilen
2919 int ilen; in test_comp() local
2925 ilen = ctemplate[i].inlen; in test_comp()
2927 ilen, output, &dlen); in test_comp()
2935 ilen = dlen; in test_comp()
2938 ilen, decomp_output, &dlen); in test_comp()
2964 int ilen; in test_comp() local
2969 ilen = dtemplate[i].inlen; in test_comp()
2971 ilen, decomp_output, &dlen); in test_comp()
3029 int ilen = ctemplate[i].inlen; in test_acomp() local
3032 input_vec = kmemdup(ctemplate[i].input, ilen, GFP_KERNEL); in test_acomp()
3040 sg_init_one(&src, input_vec, ilen); in test_acomp()
3052 acomp_request_set_params(req, &src, &dst, ilen, dlen); in test_acomp()
3065 ilen = req->dlen; in test_acomp()
3067 sg_init_one(&src, output, ilen); in test_acomp()
3070 acomp_request_set_params(req, &src, &dst, ilen, dlen); in test_acomp()
3106 int ilen = dtemplate[i].inlen; in test_acomp() local
3109 input_vec = kmemdup(dtemplate[i].input, ilen, GFP_KERNEL); in test_acomp()
3117 sg_init_one(&src, input_vec, ilen); in test_acomp()
3129 acomp_request_set_params(req, &src, &dst, ilen, dlen); in test_acomp()