Home
last modified time | relevance | path

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

/Linux-v6.1/crypto/
Dtestmgr.c3350 void *input_vec; in test_acomp() local
3352 input_vec = kmemdup(ctemplate[i].input, ilen, GFP_KERNEL); in test_acomp()
3353 if (!input_vec) { in test_acomp()
3360 sg_init_one(&src, input_vec, ilen); in test_acomp()
3367 kfree(input_vec); in test_acomp()
3380 kfree(input_vec); in test_acomp()
3396 kfree(input_vec); in test_acomp()
3405 kfree(input_vec); in test_acomp()
3410 if (memcmp(input_vec, decomp_out, req->dlen)) { in test_acomp()
3415 kfree(input_vec); in test_acomp()
[all …]