Searched refs:input_vec (Results 1 – 1 of 1) sorted by relevance
3315 void *input_vec; in test_acomp() local3317 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 …]