decomp_out       3023 crypto/testmgr.c 	char *output, *decomp_out;
decomp_out       3033 crypto/testmgr.c 	decomp_out = kmalloc(COMP_BUF_SIZE, GFP_KERNEL);
decomp_out       3034 crypto/testmgr.c 	if (!decomp_out) {
decomp_out       3080 crypto/testmgr.c 		sg_init_one(&dst, decomp_out, dlen);
decomp_out       3102 crypto/testmgr.c 		if (memcmp(input_vec, decomp_out, req->dlen)) {
decomp_out       3180 crypto/testmgr.c 	kfree(decomp_out);