Searched refs:dtemplate (Results 1 – 1 of 1) sorted by relevance
/linux-6.12.1/crypto/ |
D | testmgr.c | 3329 const struct comp_testvec *dtemplate, in test_comp() argument 3398 ilen = dtemplate[i].inlen; in test_comp() 3399 ret = crypto_comp_decompress(tfm, dtemplate[i].input, in test_comp() 3408 if (dlen != dtemplate[i].outlen) { in test_comp() 3416 if (memcmp(decomp_output, dtemplate[i].output, dlen)) { in test_comp() 3435 const struct comp_testvec *dtemplate, in test_acomp() argument 3550 int ilen = dtemplate[i].inlen; in test_acomp() 3553 input_vec = kmemdup(dtemplate[i].input, ilen, GFP_KERNEL); in test_acomp() 3586 if (req->dlen != dtemplate[i].outlen) { in test_acomp() 3595 if (memcmp(output, dtemplate[i].output, req->dlen)) { in test_acomp()
|