Lines Matching refs:tcount
269 const struct hash_testvec *template, unsigned int tcount, in __test_hash() argument
305 for (i = 0; i < tcount; i++) { in __test_hash()
422 for (i = 0; i < tcount; i++) { in __test_hash()
488 for (i = 0; i < tcount; i++) { in __test_hash()
578 unsigned int tcount, enum hash_test test_type) in test_hash() argument
583 ret = __test_hash(tfm, template, tcount, test_type, 0); in test_hash()
588 ret = __test_hash(tfm, template, tcount, test_type, 1); in test_hash()
595 ret = __test_hash(tfm, template, tcount, test_type, in test_hash()
605 const struct aead_testvec *template, unsigned int tcount, in __test_aead() argument
671 for (i = 0, j = 0; i < tcount; i++) { in __test_aead()
782 for (i = 0, j = 0; i < tcount; i++) { in __test_aead()
985 const struct aead_testvec *template, unsigned int tcount) in test_aead() argument
991 ret = __test_aead(tfm, enc, template, tcount, false, 0); in test_aead()
996 ret = __test_aead(tfm, enc, template, tcount, true, 0); in test_aead()
1001 ret = __test_aead(tfm, enc, template, tcount, true, 1); in test_aead()
1008 ret = __test_aead(tfm, enc, template, tcount, true, in test_aead()
1019 unsigned int tcount) in test_cipher() argument
1039 for (i = 0; i < tcount; i++) { in test_cipher()
1101 unsigned int tcount, in __test_skcipher() argument
1150 for (i = 0; i < tcount; i++) { in __test_skcipher()
1225 for (i = 0; i < tcount; i++) { in __test_skcipher()
1347 unsigned int tcount) in test_skcipher() argument
1353 ret = __test_skcipher(tfm, enc, template, tcount, false, 0); in test_skcipher()
1358 ret = __test_skcipher(tfm, enc, template, tcount, true, 0); in test_skcipher()
1363 ret = __test_skcipher(tfm, enc, template, tcount, true, 1); in test_skcipher()
1370 ret = __test_skcipher(tfm, enc, template, tcount, true, in test_skcipher()
1656 unsigned int tcount) in test_cprng() argument
1672 for (i = 0; i < tcount; i++) { in test_cprng()
1828 unsigned int tcount, const char *driver, in __alg_test_hash() argument
1841 err = test_hash(tfm, template, tcount, HASH_TEST_DIGEST); in __alg_test_hash()
1843 err = test_hash(tfm, template, tcount, HASH_TEST_FINAL); in __alg_test_hash()
1845 err = test_hash(tfm, template, tcount, HASH_TEST_FINUP); in __alg_test_hash()
1854 unsigned int tcount = desc->suite.hash.count; in alg_test_hash() local
1864 for (nr_unkeyed = 0; nr_unkeyed < tcount; nr_unkeyed++) { in alg_test_hash()
1868 for (nr_keyed = 0; nr_unkeyed + nr_keyed < tcount; nr_keyed++) { in alg_test_hash()
2031 unsigned int tcount = desc->suite.drbg.count; in alg_test_drbg() local
2036 for (i = 0; i < tcount; i++) { in alg_test_drbg()
2195 const struct kpp_testvec *vecs, unsigned int tcount) in test_kpp() argument
2199 for (i = 0; i < tcount; i++) { in test_kpp()
2358 unsigned int tcount) in test_akcipher() argument
2364 for (i = 0; i < tcount; i++) { in test_akcipher()