Lines Matching defs:ctemplate
3184 const struct comp_testvec *ctemplate,
3210 ilen = ctemplate[i].inlen;
3211 ret = crypto_comp_compress(tfm, ctemplate[i].input,
3230 if (dlen != ctemplate[i].inlen) {
3238 if (memcmp(decomp_output, ctemplate[i].input,
3239 ctemplate[i].inlen)) {
3290 const struct comp_testvec *ctemplate,
3314 int ilen = ctemplate[i].inlen;
3317 input_vec = kmemdup(ctemplate[i].input, ilen, GFP_KERNEL);
3366 if (req->dlen != ctemplate[i].inlen) {