Home
last modified time | relevance | path

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

/linux-6.15/crypto/
H A Dtestmgr.c3336 output = kmalloc(COMP_BUF_SIZE, GFP_KERNEL); in test_acomp()
3340 decomp_out = kmalloc(COMP_BUF_SIZE, GFP_KERNEL); in test_acomp()
3347 unsigned int dlen = COMP_BUF_SIZE; in test_acomp()
3385 dlen = COMP_BUF_SIZE; in test_acomp()
3424 unsigned int dlen = COMP_BUF_SIZE; in test_acomp()
H A Dtestmgr.h34781 #define COMP_BUF_SIZE 512 macro
34785 char input[COMP_BUF_SIZE];
34786 char output[COMP_BUF_SIZE];