Searched refs:input_vec (Results 1 – 1 of 1) sorted by relevance
3299 void *input_vec; in test_acomp() local3301 input_vec = kmemdup(ctemplate[i].input, ilen, GFP_KERNEL); in test_acomp()3302 if (!input_vec) { in test_acomp()3309 sg_init_one(&src, input_vec, ilen); in test_acomp()3316 kfree(input_vec); in test_acomp()3329 kfree(input_vec); in test_acomp()3345 kfree(input_vec); in test_acomp()3354 kfree(input_vec); in test_acomp()3359 if (memcmp(input_vec, decomp_out, req->dlen)) { in test_acomp()3364 kfree(input_vec); in test_acomp()[all …]