Searched refs:decomp_output (Results 1 – 1 of 1) sorted by relevance
/linux-6.12.1/crypto/ |
D | testmgr.c | 3333 char *output, *decomp_output; in test_comp() local 3341 decomp_output = kmalloc(COMP_BUF_SIZE, GFP_KERNEL); in test_comp() 3342 if (!decomp_output) { in test_comp() 3352 memset(decomp_output, 0, COMP_BUF_SIZE); in test_comp() 3367 ilen, decomp_output, &dlen); in test_comp() 3382 if (memcmp(decomp_output, ctemplate[i].input, in test_comp() 3386 hexdump(decomp_output, dlen); in test_comp() 3396 memset(decomp_output, 0, COMP_BUF_SIZE); in test_comp() 3400 ilen, decomp_output, &dlen); in test_comp() 3416 if (memcmp(decomp_output, dtemplate[i].output, dlen)) { in test_comp() [all …]
|