Lines Matching defs:ctemplate
3299 const struct comp_testvec *ctemplate,
3325 ilen = ctemplate[i].inlen;
3326 ret = crypto_comp_compress(tfm, ctemplate[i].input,
3345 if (dlen != ctemplate[i].inlen) {
3353 if (memcmp(decomp_output, ctemplate[i].input,
3354 ctemplate[i].inlen)) {
3405 const struct comp_testvec *ctemplate,
3429 int ilen = ctemplate[i].inlen;
3432 input_vec = kmemdup(ctemplate[i].input, ilen, GFP_KERNEL);
3481 if (req->dlen != ctemplate[i].inlen) {