Searched refs:decomp_output (Results 1 – 1 of 1) sorted by relevance
/Linux-v4.19/crypto/ |
D | testmgr.c | 1385 char *output, *decomp_output; in test_comp() local 1393 decomp_output = kmalloc(COMP_BUF_SIZE, GFP_KERNEL); in test_comp() 1394 if (!decomp_output) { in test_comp() 1404 memset(decomp_output, 0, sizeof(COMP_BUF_SIZE)); in test_comp() 1419 ilen, decomp_output, &dlen); in test_comp() 1434 if (memcmp(decomp_output, ctemplate[i].input, in test_comp() 1438 hexdump(decomp_output, dlen); in test_comp() 1448 memset(decomp_output, 0, sizeof(COMP_BUF_SIZE)); in test_comp() 1452 ilen, decomp_output, &dlen); in test_comp() 1468 if (memcmp(decomp_output, dtemplate[i].output, dlen)) { in test_comp() [all …]
|