Searched refs:COMP_BUF_SIZE (Results 1 – 2 of 2) sorted by relevance
/linux-6.12.1/crypto/ |
D | testmgr.c | 3337 output = kmalloc(COMP_BUF_SIZE, GFP_KERNEL); in test_comp() 3341 decomp_output = kmalloc(COMP_BUF_SIZE, GFP_KERNEL); in test_comp() 3349 unsigned int dlen = COMP_BUF_SIZE; in test_comp() 3351 memset(output, 0, COMP_BUF_SIZE); in test_comp() 3352 memset(decomp_output, 0, COMP_BUF_SIZE); in test_comp() 3365 dlen = COMP_BUF_SIZE; in test_comp() 3394 unsigned int dlen = COMP_BUF_SIZE; in test_comp() 3396 memset(decomp_output, 0, COMP_BUF_SIZE); in test_comp() 3446 output = kmalloc(COMP_BUF_SIZE, GFP_KERNEL); in test_acomp() 3450 decomp_out = kmalloc(COMP_BUF_SIZE, GFP_KERNEL); in test_acomp() [all …]
|
D | testmgr.h | 34611 #define COMP_BUF_SIZE 512 macro 34615 char input[COMP_BUF_SIZE]; 34616 char output[COMP_BUF_SIZE];
|