Home
last modified time | relevance | path

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

/crypto/
Dtestmgr.c1089 static int test_comp(struct crypto_comp *tfm, struct comp_testvec *ctemplate, in test_comp() argument
1103 ilen = ctemplate[i].inlen; in test_comp()
1104 ret = crypto_comp_compress(tfm, ctemplate[i].input, in test_comp()
1113 if (dlen != ctemplate[i].outlen) { in test_comp()
1121 if (memcmp(result, ctemplate[i].output, dlen)) { in test_comp()
1170 struct pcomp_testvec *ctemplate, in test_pcomp() argument
1183 res = crypto_compress_setup(tfm, ctemplate[i].params, in test_pcomp()
1184 ctemplate[i].paramsize); in test_pcomp()
1200 req.next_in = ctemplate[i].input; in test_pcomp()
1201 req.avail_in = ctemplate[i].inlen / 2; in test_pcomp()
[all …]