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

/linux-master/crypto/
H A Dtestmgr.c3304 output = kmalloc(COMP_BUF_SIZE, GFP_KERNEL);
3308 decomp_output = kmalloc(COMP_BUF_SIZE, GFP_KERNEL);
3316 unsigned int dlen = COMP_BUF_SIZE;
3318 memset(output, 0, COMP_BUF_SIZE);
3319 memset(decomp_output, 0, COMP_BUF_SIZE);
3332 dlen = COMP_BUF_SIZE;
3361 unsigned int dlen = COMP_BUF_SIZE;
3363 memset(decomp_output, 0, COMP_BUF_SIZE);
3413 output = kmalloc(COMP_BUF_SIZE, GFP_KERNEL);
3417 decomp_out = kmalloc(COMP_BUF_SIZE, GFP_KERNE
[all...]
H A Dtestmgr.h34524 #define COMP_BUF_SIZE macro
[all...]

Completed in 167 milliseconds