Lines Matching refs:tcount

192 		       unsigned int tcount, bool use_digest,  in __test_hash()  argument
227 for (i = 0; i < tcount; i++) { in __test_hash()
302 for (i = 0; i < tcount; i++) { in __test_hash()
391 unsigned int tcount, bool use_digest) in test_hash() argument
396 ret = __test_hash(tfm, template, tcount, use_digest, 0); in test_hash()
401 ret = __test_hash(tfm, template, tcount, use_digest, 1); in test_hash()
408 ret = __test_hash(tfm, template, tcount, use_digest, in test_hash()
418 struct aead_testvec *template, unsigned int tcount, in __test_aead() argument
483 for (i = 0, j = 0; i < tcount; i++) { in __test_aead()
597 for (i = 0, j = 0; i < tcount; i++) { in __test_aead()
799 struct aead_testvec *template, unsigned int tcount) in test_aead() argument
805 ret = __test_aead(tfm, enc, template, tcount, false, 0); in test_aead()
810 ret = __test_aead(tfm, enc, template, tcount, true, 0); in test_aead()
815 ret = __test_aead(tfm, enc, template, tcount, true, 1); in test_aead()
822 ret = __test_aead(tfm, enc, template, tcount, true, in test_aead()
832 struct cipher_testvec *template, unsigned int tcount) in test_cipher() argument
851 for (i = 0; i < tcount; i++) { in test_cipher()
907 struct cipher_testvec *template, unsigned int tcount, in __test_skcipher() argument
954 for (i = 0; i < tcount; i++) { in __test_skcipher()
1025 for (i = 0; i < tcount; i++) { in __test_skcipher()
1152 struct cipher_testvec *template, unsigned int tcount) in test_skcipher() argument
1158 ret = __test_skcipher(tfm, enc, template, tcount, false, 0); in test_skcipher()
1163 ret = __test_skcipher(tfm, enc, template, tcount, true, 0); in test_skcipher()
1168 ret = __test_skcipher(tfm, enc, template, tcount, true, 1); in test_skcipher()
1175 ret = __test_skcipher(tfm, enc, template, tcount, true, in test_skcipher()
1442 unsigned int tcount) in test_cprng() argument
1458 for (i = 0; i < tcount; i++) { in test_cprng()
1799 unsigned int tcount = desc->suite.drbg.count; in alg_test_drbg() local
1804 for (i = 0; i < tcount; i++) { in alg_test_drbg()