Searched refs:COMP_BUF_SIZE (Results 1 – 2 of 2) sorted by relevance
| /OK3568_Linux_fs/kernel/crypto/ |
| H A D | testmgr.c | 3196 output = kmalloc(COMP_BUF_SIZE, GFP_KERNEL); in test_comp() 3200 decomp_output = kmalloc(COMP_BUF_SIZE, GFP_KERNEL); in test_comp() 3208 unsigned int dlen = COMP_BUF_SIZE; in test_comp() 3210 memset(output, 0, COMP_BUF_SIZE); in test_comp() 3211 memset(decomp_output, 0, COMP_BUF_SIZE); in test_comp() 3224 dlen = COMP_BUF_SIZE; in test_comp() 3253 unsigned int dlen = COMP_BUF_SIZE; in test_comp() 3255 memset(decomp_output, 0, COMP_BUF_SIZE); in test_comp() 3305 output = kmalloc(COMP_BUF_SIZE, GFP_KERNEL); in test_acomp() 3309 decomp_out = kmalloc(COMP_BUF_SIZE, GFP_KERNEL); in test_acomp() [all …]
|
| H A D | testmgr.h | 31190 #define COMP_BUF_SIZE 512 macro 31194 char input[COMP_BUF_SIZE]; 31195 char output[COMP_BUF_SIZE];
|