Home
last modified time | relevance | path

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

/linux/crypto/
H A Dtestmgr.c3272 const struct comp_testvec *dtemplate, in test_acomp() argument
3372 int ilen = dtemplate[i].inlen; in test_acomp()
3375 input_vec = kmemdup(dtemplate[i].input, ilen, GFP_KERNEL); in test_acomp()
3408 if (req->dlen != dtemplate[i].outlen) { in test_acomp()
3417 if (memcmp(output, dtemplate[i].output, req->dlen)) { in test_acomp()