Home
last modified time | relevance | path

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

/Linux-v6.1/crypto/
Dtestmgr.c3228 output = kmalloc(COMP_BUF_SIZE, GFP_KERNEL); in test_comp()
3232 decomp_output = kmalloc(COMP_BUF_SIZE, GFP_KERNEL); in test_comp()
3240 unsigned int dlen = COMP_BUF_SIZE; in test_comp()
3242 memset(output, 0, COMP_BUF_SIZE); in test_comp()
3243 memset(decomp_output, 0, COMP_BUF_SIZE); in test_comp()
3256 dlen = COMP_BUF_SIZE; in test_comp()
3285 unsigned int dlen = COMP_BUF_SIZE; in test_comp()
3287 memset(decomp_output, 0, COMP_BUF_SIZE); in test_comp()
3337 output = kmalloc(COMP_BUF_SIZE, GFP_KERNEL); in test_acomp()
3341 decomp_out = kmalloc(COMP_BUF_SIZE, GFP_KERNEL); in test_acomp()
[all …]
Dtestmgr.h34648 #define COMP_BUF_SIZE 512 macro
34652 char input[COMP_BUF_SIZE];
34653 char output[COMP_BUF_SIZE];