Lines Matching refs:tcount

202 		       unsigned int tcount, bool use_digest,  in __test_hash()  argument
237 for (i = 0; i < tcount; i++) { in __test_hash()
312 for (i = 0; i < tcount; i++) { in __test_hash()
401 unsigned int tcount, bool use_digest) in test_hash() argument
406 ret = __test_hash(tfm, template, tcount, use_digest, 0); in test_hash()
411 ret = __test_hash(tfm, template, tcount, use_digest, 1); in test_hash()
418 ret = __test_hash(tfm, template, tcount, use_digest, in test_hash()
428 struct aead_testvec *template, unsigned int tcount, in __test_aead() argument
491 for (i = 0, j = 0; i < tcount; i++) { in __test_aead()
609 for (i = 0, j = 0; i < tcount; i++) { in __test_aead()
818 struct aead_testvec *template, unsigned int tcount) in test_aead() argument
824 ret = __test_aead(tfm, enc, template, tcount, false, 0); in test_aead()
829 ret = __test_aead(tfm, enc, template, tcount, true, 0); in test_aead()
834 ret = __test_aead(tfm, enc, template, tcount, true, 1); in test_aead()
841 ret = __test_aead(tfm, enc, template, tcount, true, in test_aead()
851 struct cipher_testvec *template, unsigned int tcount) in test_cipher() argument
870 for (i = 0; i < tcount; i++) { in test_cipher()
926 struct cipher_testvec *template, unsigned int tcount, in __test_skcipher() argument
974 for (i = 0; i < tcount; i++) { in __test_skcipher()
1056 for (i = 0; i < tcount; i++) { in __test_skcipher()
1184 struct cipher_testvec *template, unsigned int tcount) in test_skcipher() argument
1190 ret = __test_skcipher(tfm, enc, template, tcount, false, 0); in test_skcipher()
1195 ret = __test_skcipher(tfm, enc, template, tcount, true, 0); in test_skcipher()
1200 ret = __test_skcipher(tfm, enc, template, tcount, true, 1); in test_skcipher()
1207 ret = __test_skcipher(tfm, enc, template, tcount, true, in test_skcipher()
1474 unsigned int tcount) in test_cprng() argument
1490 for (i = 0; i < tcount; i++) { in test_cprng()
1831 unsigned int tcount = desc->suite.drbg.count; in alg_test_drbg() local
1836 for (i = 0; i < tcount; i++) { in alg_test_drbg()
1964 unsigned int tcount) in test_rsa() argument
1968 for (i = 0; i < tcount; i++) { in test_rsa()
1980 struct akcipher_testvec *vecs, unsigned int tcount) in test_akcipher() argument
1983 return test_rsa(tfm, vecs, tcount); in test_akcipher()