Home
last modified time | relevance | path

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

/linux/crypto/
H A Dtestmgr.c3283 output = kmalloc(COMP_BUF_SIZE, GFP_KERNEL); in test_acomp()
3287 decomp_out = kmalloc(COMP_BUF_SIZE, GFP_KERNEL); in test_acomp()
3294 unsigned int dlen = COMP_BUF_SIZE; in test_acomp()
3332 dlen = COMP_BUF_SIZE; in test_acomp()
3371 unsigned int dlen = COMP_BUF_SIZE; in test_acomp()
H A Dtestmgr.h33282 #define COMP_BUF_SIZE 512 macro
33286 char input[COMP_BUF_SIZE];
33287 char output[COMP_BUF_SIZE];