Home
last modified time | relevance | path

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

/Linux-v5.10/crypto/
Dtestmgr.c3193 output = kmalloc(COMP_BUF_SIZE, GFP_KERNEL); in test_comp()
3197 decomp_output = kmalloc(COMP_BUF_SIZE, GFP_KERNEL); in test_comp()
3205 unsigned int dlen = COMP_BUF_SIZE; in test_comp()
3207 memset(output, 0, COMP_BUF_SIZE); in test_comp()
3208 memset(decomp_output, 0, COMP_BUF_SIZE); in test_comp()
3221 dlen = COMP_BUF_SIZE; in test_comp()
3250 unsigned int dlen = COMP_BUF_SIZE; in test_comp()
3252 memset(decomp_output, 0, COMP_BUF_SIZE); in test_comp()
3302 output = kmalloc(COMP_BUF_SIZE, GFP_KERNEL); in test_acomp()
3306 decomp_out = kmalloc(COMP_BUF_SIZE, GFP_KERNEL); in test_acomp()
[all …]
Dtestmgr.h31190 #define COMP_BUF_SIZE 512 macro
31194 char input[COMP_BUF_SIZE];
31195 char output[COMP_BUF_SIZE];