Home
last modified time | relevance | path

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

/crypto/
Dtestmgr.c2920 output = kmalloc(COMP_BUF_SIZE, GFP_KERNEL); in test_comp()
2924 decomp_output = kmalloc(COMP_BUF_SIZE, GFP_KERNEL); in test_comp()
2932 unsigned int dlen = COMP_BUF_SIZE; in test_comp()
2934 memset(output, 0, COMP_BUF_SIZE); in test_comp()
2935 memset(decomp_output, 0, COMP_BUF_SIZE); in test_comp()
2948 dlen = COMP_BUF_SIZE; in test_comp()
2977 unsigned int dlen = COMP_BUF_SIZE; in test_comp()
2979 memset(decomp_output, 0, COMP_BUF_SIZE); in test_comp()
3029 output = kmalloc(COMP_BUF_SIZE, GFP_KERNEL); in test_acomp()
3033 decomp_out = kmalloc(COMP_BUF_SIZE, GFP_KERNEL); in test_acomp()
[all …]
Dtestmgr.h29525 #define COMP_BUF_SIZE 512 macro
29529 char input[COMP_BUF_SIZE];
29530 char output[COMP_BUF_SIZE];