Searched refs:COMP_BUF_SIZE (Results 1 – 2 of 2) sorted by relevance
/linux-4.19.296/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, COMP_BUF_SIZE); in test_comp() 1404 memset(decomp_output, 0, 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, 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 | 30923 #define COMP_BUF_SIZE 512 macro 30927 char input[COMP_BUF_SIZE]; 30928 char output[COMP_BUF_SIZE];
|