dtemplate 2912 crypto/testmgr.c const struct comp_testvec *dtemplate, dtemplate 2981 crypto/testmgr.c ilen = dtemplate[i].inlen; dtemplate 2982 crypto/testmgr.c ret = crypto_comp_decompress(tfm, dtemplate[i].input, dtemplate 2991 crypto/testmgr.c if (dlen != dtemplate[i].outlen) { dtemplate 2999 crypto/testmgr.c if (memcmp(decomp_output, dtemplate[i].output, dlen)) { dtemplate 3018 crypto/testmgr.c const struct comp_testvec *dtemplate, dtemplate 3118 crypto/testmgr.c int ilen = dtemplate[i].inlen; dtemplate 3121 crypto/testmgr.c input_vec = kmemdup(dtemplate[i].input, ilen, GFP_KERNEL); dtemplate 3154 crypto/testmgr.c if (req->dlen != dtemplate[i].outlen) { dtemplate 3163 crypto/testmgr.c if (memcmp(output, dtemplate[i].output, req->dlen)) {