Searched refs:COMP_BUF_SIZE (Results 1 – 2 of 2) sorted by relevance
/Linux-v4.19/crypto/ |
D | testmgr.c | 1389 output = kmalloc(COMP_BUF_SIZE, GFP_KERNEL); in test_comp() 1393 decomp_output = kmalloc(COMP_BUF_SIZE, GFP_KERNEL); in test_comp() 1401 unsigned int dlen = COMP_BUF_SIZE; in test_comp() 1403 memset(output, 0, sizeof(COMP_BUF_SIZE)); in test_comp() 1404 memset(decomp_output, 0, sizeof(COMP_BUF_SIZE)); in test_comp() 1417 dlen = COMP_BUF_SIZE; in test_comp() 1446 unsigned int dlen = COMP_BUF_SIZE; in test_comp() 1448 memset(decomp_output, 0, sizeof(COMP_BUF_SIZE)); in test_comp() 1498 output = kmalloc(COMP_BUF_SIZE, GFP_KERNEL); in test_acomp() 1502 decomp_out = kmalloc(COMP_BUF_SIZE, GFP_KERNEL); in test_acomp() [all …]
|
D | testmgr.h | 31518 #define COMP_BUF_SIZE 512 macro 31522 char input[COMP_BUF_SIZE]; 31523 char output[COMP_BUF_SIZE];
|