Home
last modified time | relevance | path

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

/linux/crypto/
H A Dtestmgr.c3302 void *input_vec; in test_acomp() local
3304 input_vec = kmemdup(ctemplate[i].input, ilen, GFP_KERNEL); in test_acomp()
3305 if (!input_vec) { in test_acomp()
3312 sg_init_one(&src, input_vec, ilen); in test_acomp()
3319 kfree(input_vec); in test_acomp()
3332 kfree(input_vec); in test_acomp()
3348 kfree(input_vec); in test_acomp()
3357 kfree(input_vec); in test_acomp()
3362 if (memcmp(input_vec, decomp_out, req->dlen)) { in test_acomp()
3367 kfree(input_vec); in test_acomp()
3379 void *input_vec; test_acomp() local
[all...]