Home
last modified time | relevance | path

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

/crypto/
Dtestmgr.c823 static int test_comp(struct crypto_comp *tfm, struct comp_testvec *ctemplate, in test_comp() argument
836 ilen = ctemplate[i].inlen; in test_comp()
837 ret = crypto_comp_compress(tfm, ctemplate[i].input, in test_comp()
846 if (dlen != ctemplate[i].outlen) { in test_comp()
854 if (memcmp(result, ctemplate[i].output, dlen)) { in test_comp()