Searched refs:COMP_BUF_SIZE (Results 1 – 2 of 2) sorted by relevance
/Linux-v5.4/crypto/ |
D | testmgr.c | 2908 output = kmalloc(COMP_BUF_SIZE, GFP_KERNEL); in test_comp() 2912 decomp_output = kmalloc(COMP_BUF_SIZE, GFP_KERNEL); in test_comp() 2920 unsigned int dlen = COMP_BUF_SIZE; in test_comp() 2922 memset(output, 0, COMP_BUF_SIZE); in test_comp() 2923 memset(decomp_output, 0, COMP_BUF_SIZE); in test_comp() 2936 dlen = COMP_BUF_SIZE; in test_comp() 2965 unsigned int dlen = COMP_BUF_SIZE; in test_comp() 2967 memset(decomp_output, 0, COMP_BUF_SIZE); in test_comp() 3017 output = kmalloc(COMP_BUF_SIZE, GFP_KERNEL); in test_acomp() 3021 decomp_out = kmalloc(COMP_BUF_SIZE, GFP_KERNEL); in test_acomp() [all …]
|
D | testmgr.h | 29525 #define COMP_BUF_SIZE 512 macro 29529 char input[COMP_BUF_SIZE]; 29530 char output[COMP_BUF_SIZE];
|