Searched refs:tcount (Results 1 – 2 of 2) sorted by relevance
/crypto/ |
D | tcrypt.c | 252 unsigned int tcount, u8 authsize, in test_mb_aead_speed() argument 353 for (j = 0; j < tcount; j++) { in test_mb_aead_speed() 520 unsigned int tcount, u8 authsize, in test_aead_speed() argument 603 for (j = 0; j < tcount; j++) { in test_aead_speed() 1250 unsigned int tcount, u8 *keysize, u32 num_mb) in test_mb_skcipher_speed() argument 1331 for (j = 0; j < tcount; j++) { in test_mb_skcipher_speed() 1491 unsigned int tcount, u8 *keysize, bool async) in test_skcipher_speed() argument 1551 for (j = 0; j < tcount; j++) { in test_skcipher_speed() 1621 unsigned int tcount, u8 *keysize) in test_acipher_speed() argument 1623 return test_skcipher_speed(algo, enc, secs, template, tcount, keysize, in test_acipher_speed() [all …]
|
D | testmgr.c | 1798 unsigned int tcount = desc->suite.hash.count; in alg_test_hash() local 1809 for (nr_unkeyed = 0; nr_unkeyed < tcount; nr_unkeyed++) { in alg_test_hash() 1813 for (nr_keyed = 0; nr_unkeyed + nr_keyed < tcount; nr_keyed++) { in alg_test_hash() 2349 unsigned int tcount) in test_cipher() argument 2369 for (i = 0; i < tcount; i++) { in test_cipher() 3175 unsigned int tcount) in test_cprng() argument 3191 for (i = 0; i < tcount; i++) { in test_cprng() 3443 unsigned int tcount = desc->suite.drbg.count; in alg_test_drbg() local 3448 for (i = 0; i < tcount; i++) { in alg_test_drbg() 3604 const struct kpp_testvec *vecs, unsigned int tcount) in test_kpp() argument [all …]
|