Searched refs:input_vec (Results 1 – 1 of 1) sorted by relevance
3350 void *input_vec; in test_acomp() local3352 input_vec = kmemdup(ctemplate[i].input, ilen, GFP_KERNEL); in test_acomp()3353 if (!input_vec) { in test_acomp()3360 sg_init_one(&src, input_vec, ilen); in test_acomp()3367 kfree(input_vec); in test_acomp()3380 kfree(input_vec); in test_acomp()3396 kfree(input_vec); in test_acomp()3405 kfree(input_vec); in test_acomp()3410 if (memcmp(input_vec, decomp_out, req->dlen)) { in test_acomp()3415 kfree(input_vec); in test_acomp()[all …]