Home
last modified time | relevance | path

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

/Linux-v4.19/crypto/
Dtestmgr.c1511 void *input_vec; in test_acomp() local
1513 input_vec = kmemdup(ctemplate[i].input, ilen, GFP_KERNEL); in test_acomp()
1514 if (!input_vec) { in test_acomp()
1521 sg_init_one(&src, input_vec, ilen); in test_acomp()
1528 kfree(input_vec); in test_acomp()
1541 kfree(input_vec); in test_acomp()
1557 kfree(input_vec); in test_acomp()
1566 kfree(input_vec); in test_acomp()
1571 if (memcmp(input_vec, decomp_out, req->dlen)) { in test_acomp()
1576 kfree(input_vec); in test_acomp()
[all …]