Home
last modified time | relevance | path

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

/linux-4.1.27/crypto/
Dtestmgr.c1189 char result[COMP_BUF_SIZE]; in test_comp()
1194 unsigned int dlen = COMP_BUF_SIZE; in test_comp()
1227 unsigned int dlen = COMP_BUF_SIZE; in test_comp()
1271 char result[COMP_BUF_SIZE]; in test_pcomp()
1322 req.avail_out += COMP_BUF_SIZE - ctemplate[i].outlen / 2; in test_pcomp()
1332 if (COMP_BUF_SIZE - req.avail_out != ctemplate[i].outlen) { in test_pcomp()
1335 COMP_BUF_SIZE - req.avail_out, in test_pcomp()
1403 req.avail_out += COMP_BUF_SIZE - dtemplate[i].outlen / 2; in test_pcomp()
1414 if (COMP_BUF_SIZE - req.avail_out != dtemplate[i].outlen) { in test_pcomp()
1417 algo, COMP_BUF_SIZE - req.avail_out, in test_pcomp()
Dtestmgr.h28585 #define COMP_BUF_SIZE 512 macro
28589 char input[COMP_BUF_SIZE];
28590 char output[COMP_BUF_SIZE];
28597 char input[COMP_BUF_SIZE];
28598 char output[COMP_BUF_SIZE];