Searched refs:input_vec (Results 1 – 1 of 1) sorted by relevance
3318 void *input_vec; in test_acomp() local3320 input_vec = kmemdup(ctemplate[i].input, ilen, GFP_KERNEL); in test_acomp()3321 if (!input_vec) { in test_acomp()3328 sg_init_one(&src, input_vec, ilen); in test_acomp()3335 kfree(input_vec); in test_acomp()3348 kfree(input_vec); in test_acomp()3364 kfree(input_vec); in test_acomp()3373 kfree(input_vec); in test_acomp()3378 if (memcmp(input_vec, decomp_out, req->dlen)) { in test_acomp()3383 kfree(input_vec); in test_acomp()[all …]