Home
last modified time | relevance | path

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

/linux-6.12.1/crypto/
Dtestmgr.c3440 char *output, *decomp_out; in test_acomp() local
3450 decomp_out = kmalloc(COMP_BUF_SIZE, GFP_KERNEL); in test_acomp()
3451 if (!decomp_out) { in test_acomp()
3497 sg_init_one(&dst, decomp_out, dlen); in test_acomp()
3519 if (memcmp(input_vec, decomp_out, req->dlen)) { in test_acomp()
3626 kfree(decomp_out); in test_acomp()