Home
last modified time | relevance | path

Searched refs:COMP_BUF_SIZE (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.15/crypto/
Dtestmgr.c3177 output = kmalloc(COMP_BUF_SIZE, GFP_KERNEL); in test_comp()
3181 decomp_output = kmalloc(COMP_BUF_SIZE, GFP_KERNEL); in test_comp()
3189 unsigned int dlen = COMP_BUF_SIZE; in test_comp()
3191 memset(output, 0, COMP_BUF_SIZE); in test_comp()
3192 memset(decomp_output, 0, COMP_BUF_SIZE); in test_comp()
3205 dlen = COMP_BUF_SIZE; in test_comp()
3234 unsigned int dlen = COMP_BUF_SIZE; in test_comp()
3236 memset(decomp_output, 0, COMP_BUF_SIZE); in test_comp()
3286 output = kmalloc(COMP_BUF_SIZE, GFP_KERNEL); in test_acomp()
3290 decomp_out = kmalloc(COMP_BUF_SIZE, GFP_KERNEL); in test_acomp()
[all …]
Dtestmgr.h30234 #define COMP_BUF_SIZE 512 macro
30238 char input[COMP_BUF_SIZE];
30239 char output[COMP_BUF_SIZE];