• Home
  • Raw
  • Download

Lines Matching refs:tcount

193 		       unsigned int tcount, bool use_digest,  in __test_hash()  argument
228 for (i = 0; i < tcount; i++) { in __test_hash()
303 for (i = 0; i < tcount; i++) { in __test_hash()
393 unsigned int tcount, bool use_digest) in test_hash() argument
398 ret = __test_hash(tfm, template, tcount, use_digest, 0); in test_hash()
403 ret = __test_hash(tfm, template, tcount, use_digest, 1); in test_hash()
410 ret = __test_hash(tfm, template, tcount, use_digest, in test_hash()
420 struct aead_testvec *template, unsigned int tcount, in __test_aead() argument
485 for (i = 0, j = 0; i < tcount; i++) { in __test_aead()
599 for (i = 0, j = 0; i < tcount; i++) { in __test_aead()
802 struct aead_testvec *template, unsigned int tcount) in test_aead() argument
808 ret = __test_aead(tfm, enc, template, tcount, false, 0); in test_aead()
813 ret = __test_aead(tfm, enc, template, tcount, true, 0); in test_aead()
818 ret = __test_aead(tfm, enc, template, tcount, true, 1); in test_aead()
825 ret = __test_aead(tfm, enc, template, tcount, true, in test_aead()
835 struct cipher_testvec *template, unsigned int tcount) in test_cipher() argument
854 for (i = 0; i < tcount; i++) { in test_cipher()
910 struct cipher_testvec *template, unsigned int tcount, in __test_skcipher() argument
957 for (i = 0; i < tcount; i++) { in __test_skcipher()
1029 for (i = 0; i < tcount; i++) { in __test_skcipher()
1157 struct cipher_testvec *template, unsigned int tcount) in test_skcipher() argument
1163 ret = __test_skcipher(tfm, enc, template, tcount, false, 0); in test_skcipher()
1168 ret = __test_skcipher(tfm, enc, template, tcount, true, 0); in test_skcipher()
1173 ret = __test_skcipher(tfm, enc, template, tcount, true, 1); in test_skcipher()
1180 ret = __test_skcipher(tfm, enc, template, tcount, true, in test_skcipher()
1447 unsigned int tcount) in test_cprng() argument
1463 for (i = 0; i < tcount; i++) { in test_cprng()
1804 unsigned int tcount = desc->suite.drbg.count; in alg_test_drbg() local
1809 for (i = 0; i < tcount; i++) { in alg_test_drbg()