Home
last modified time | relevance | path

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

/Linux-v5.15/crypto/
Dtestmgr.c3173 char *output, *decomp_output; in test_comp() local
3181 decomp_output = kmalloc(COMP_BUF_SIZE, GFP_KERNEL); in test_comp()
3182 if (!decomp_output) { in test_comp()
3192 memset(decomp_output, 0, COMP_BUF_SIZE); in test_comp()
3207 ilen, decomp_output, &dlen); in test_comp()
3222 if (memcmp(decomp_output, ctemplate[i].input, in test_comp()
3226 hexdump(decomp_output, dlen); in test_comp()
3236 memset(decomp_output, 0, COMP_BUF_SIZE); in test_comp()
3240 ilen, decomp_output, &dlen); in test_comp()
3256 if (memcmp(decomp_output, dtemplate[i].output, dlen)) { in test_comp()
[all …]