Searched refs:input_vec (Results 1 – 1 of 1) sorted by relevance
3459 void *input_vec; in test_acomp() local3461 input_vec = kmemdup(ctemplate[i].input, ilen, GFP_KERNEL); in test_acomp()3462 if (!input_vec) { in test_acomp()3469 sg_init_one(&src, input_vec, ilen); in test_acomp()3476 kfree(input_vec); in test_acomp()3489 kfree(input_vec); in test_acomp()3505 kfree(input_vec); in test_acomp()3514 kfree(input_vec); in test_acomp()3519 if (memcmp(input_vec, decomp_out, req->dlen)) { in test_acomp()3524 kfree(input_vec); in test_acomp()[all …]