Home
last modified time | relevance | path

Searched refs:dtemplate (Results 1 – 1 of 1) sorted by relevance

/crypto/
Dtestmgr.c3188 const struct comp_testvec *dtemplate, in test_comp() argument
3257 ilen = dtemplate[i].inlen; in test_comp()
3258 ret = crypto_comp_decompress(tfm, dtemplate[i].input, in test_comp()
3267 if (dlen != dtemplate[i].outlen) { in test_comp()
3275 if (memcmp(decomp_output, dtemplate[i].output, dlen)) { in test_comp()
3294 const struct comp_testvec *dtemplate, in test_acomp() argument
3394 int ilen = dtemplate[i].inlen; in test_acomp()
3397 input_vec = kmemdup(dtemplate[i].input, ilen, GFP_KERNEL); in test_acomp()
3430 if (req->dlen != dtemplate[i].outlen) { in test_acomp()
3439 if (memcmp(output, dtemplate[i].output, req->dlen)) { in test_acomp()