Home
last modified time | relevance | path

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

/crypto/
Dtestmgr.c188 unsigned int tcount, bool use_digest) in test_hash() argument
215 for (i = 0; i < tcount; i++) { in test_hash()
283 for (i = 0; i < tcount; i++) { in test_hash()
362 struct aead_testvec *template, unsigned int tcount, in __test_aead() argument
422 for (i = 0, j = 0; i < tcount; i++) { in __test_aead()
532 for (i = 0, j = 0; i < tcount; i++) { in __test_aead()
733 struct aead_testvec *template, unsigned int tcount) in test_aead() argument
738 ret = __test_aead(tfm, enc, template, tcount, false); in test_aead()
743 return __test_aead(tfm, enc, template, tcount, true); in test_aead()
747 struct cipher_testvec *template, unsigned int tcount) in test_cipher() argument
[all …]
Dtcrypt.c144 unsigned int tcount, u8 *keysize) in test_cipher_speed() argument
192 for (j = 0; j < tcount; j++) { in test_cipher_speed()
804 unsigned int tcount, u8 *keysize) in test_acipher_speed() argument
863 for (j = 0; j < tcount; j++) { in test_acipher_speed()