Searched refs:COMP_BUF_SIZE (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/crypto/ |
H A D | testmgr.c | 3308 output = kmalloc(COMP_BUF_SIZE, GFP_KERNEL); in test_comp() 3312 decomp_output = kmalloc(COMP_BUF_SIZE, GFP_KERNEL); in test_comp() 3320 unsigned int dlen = COMP_BUF_SIZE; in test_comp() 3322 memset(output, 0, COMP_BUF_SIZE); in test_comp() 3323 memset(decomp_output, 0, COMP_BUF_SIZE); in test_comp() 3336 dlen = COMP_BUF_SIZE; in test_comp() 3365 unsigned int dlen = COMP_BUF_SIZE; in test_comp() 3367 memset(decomp_output, 0, COMP_BUF_SIZE); in test_comp() 3417 output = kmalloc(COMP_BUF_SIZE, GFP_KERNEL); in test_acomp() 3421 decomp_out = kmalloc(COMP_BUF_SIZE, GFP_KERNEL); in test_acomp() [all …]
|
H A D | testmgr.h | 35672 #define COMP_BUF_SIZE 512 macro 35676 char input[COMP_BUF_SIZE]; 35677 char output[COMP_BUF_SIZE];
|