Home
last modified time | relevance | path

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

/Linux-v5.10/crypto/
Dtestmgr.c3315 void *input_vec; in test_acomp() local
3317 input_vec = kmemdup(ctemplate[i].input, ilen, GFP_KERNEL); in test_acomp()
3318 if (!input_vec) { in test_acomp()
3325 sg_init_one(&src, input_vec, ilen); in test_acomp()
3332 kfree(input_vec); in test_acomp()
3345 kfree(input_vec); in test_acomp()
3361 kfree(input_vec); in test_acomp()
3370 kfree(input_vec); in test_acomp()
3375 if (memcmp(input_vec, decomp_out, req->dlen)) { in test_acomp()
3380 kfree(input_vec); in test_acomp()
[all …]