Searched refs:decomp_output (Results 1 – 1 of 1) sorted by relevance
/linux/crypto/ |
H A D | testmgr.c | 3340 char *output, *decomp_output; in test_comp() local 3348 decomp_output = kmalloc(COMP_BUF_SIZE, GFP_KERNEL); in test_comp() 3349 if (!decomp_output) { in test_comp() 3359 memset(decomp_output, 0, COMP_BUF_SIZE); in test_comp() 3374 ilen, decomp_output, &dlen); in test_comp() 3389 if (memcmp(decomp_output, ctemplate[i].input, in test_comp() 3393 hexdump(decomp_output, dlen); in test_comp() 3403 memset(decomp_output, 0, COMP_BUF_SIZE); in test_comp() 3407 ilen, decomp_output, &dlen); in test_comp() 3423 if (memcmp(decomp_output, dtemplate[i].output, dlen)) { in test_comp() [all …]
|