COMP_BUF_SIZE    2920 crypto/testmgr.c 	output = kmalloc(COMP_BUF_SIZE, GFP_KERNEL);
COMP_BUF_SIZE    2924 crypto/testmgr.c 	decomp_output = kmalloc(COMP_BUF_SIZE, GFP_KERNEL);
COMP_BUF_SIZE    2932 crypto/testmgr.c 		unsigned int dlen = COMP_BUF_SIZE;
COMP_BUF_SIZE    2934 crypto/testmgr.c 		memset(output, 0, COMP_BUF_SIZE);
COMP_BUF_SIZE    2935 crypto/testmgr.c 		memset(decomp_output, 0, COMP_BUF_SIZE);
COMP_BUF_SIZE    2948 crypto/testmgr.c 		dlen = COMP_BUF_SIZE;
COMP_BUF_SIZE    2977 crypto/testmgr.c 		unsigned int dlen = COMP_BUF_SIZE;
COMP_BUF_SIZE    2979 crypto/testmgr.c 		memset(decomp_output, 0, COMP_BUF_SIZE);
COMP_BUF_SIZE    3029 crypto/testmgr.c 	output = kmalloc(COMP_BUF_SIZE, GFP_KERNEL);
COMP_BUF_SIZE    3033 crypto/testmgr.c 	decomp_out = kmalloc(COMP_BUF_SIZE, GFP_KERNEL);
COMP_BUF_SIZE    3040 crypto/testmgr.c 		unsigned int dlen = COMP_BUF_SIZE;
COMP_BUF_SIZE    3078 crypto/testmgr.c 		dlen = COMP_BUF_SIZE;
COMP_BUF_SIZE    3117 crypto/testmgr.c 		unsigned int dlen = COMP_BUF_SIZE;
COMP_BUF_SIZE    29529 crypto/testmgr.h 	char input[COMP_BUF_SIZE];
COMP_BUF_SIZE    29530 crypto/testmgr.h 	char output[COMP_BUF_SIZE];