ctemplate 2911 crypto/testmgr.c const struct comp_testvec *ctemplate, ctemplate 2937 crypto/testmgr.c ilen = ctemplate[i].inlen; ctemplate 2938 crypto/testmgr.c ret = crypto_comp_compress(tfm, ctemplate[i].input, ctemplate 2957 crypto/testmgr.c if (dlen != ctemplate[i].inlen) { ctemplate 2965 crypto/testmgr.c if (memcmp(decomp_output, ctemplate[i].input, ctemplate 2966 crypto/testmgr.c ctemplate[i].inlen)) { ctemplate 3017 crypto/testmgr.c const struct comp_testvec *ctemplate, ctemplate 3041 crypto/testmgr.c int ilen = ctemplate[i].inlen; ctemplate 3044 crypto/testmgr.c input_vec = kmemdup(ctemplate[i].input, ilen, GFP_KERNEL); ctemplate 3093 crypto/testmgr.c if (req->dlen != ctemplate[i].inlen) {