Searched refs:tcount (Results 1 – 2 of 2) sorted by relevance
/crypto/ |
D | tcrypt.c | 253 unsigned int tcount, u8 authsize, in test_mb_aead_speed() argument 361 for (j = 0; j < tcount; j++) { in test_mb_aead_speed() 528 unsigned int tcount, u8 authsize, in test_aead_speed() argument 619 for (j = 0; j < tcount; j++) { in test_aead_speed() 1264 unsigned int tcount, u8 *keysize, u32 num_mb) in test_mb_skcipher_speed() argument 1338 for (j = 0; j < tcount; j++) { in test_mb_skcipher_speed() 1497 unsigned int tcount, u8 *keysize, bool async) in test_skcipher_speed() argument 1558 for (j = 0; j < tcount; j++) { in test_skcipher_speed() 1628 unsigned int tcount, u8 *keysize) in test_acipher_speed() argument 1630 return test_skcipher_speed(algo, enc, secs, template, tcount, keysize, in test_acipher_speed() [all …]
|
D | testmgr.c | 1881 unsigned int tcount = desc->suite.hash.count; in alg_test_hash() local 1892 for (nr_unkeyed = 0; nr_unkeyed < tcount; nr_unkeyed++) { in alg_test_hash() 1896 for (nr_keyed = 0; nr_unkeyed + nr_keyed < tcount; nr_keyed++) { in alg_test_hash() 2601 unsigned int tcount) in test_cipher() argument 2621 for (i = 0; i < tcount; i++) { in test_cipher() 3444 unsigned int tcount) in test_cprng() argument 3460 for (i = 0; i < tcount; i++) { in test_cprng() 3713 unsigned int tcount = desc->suite.drbg.count; in alg_test_drbg() local 3718 for (i = 0; i < tcount; i++) { in alg_test_drbg() 3874 const struct kpp_testvec *vecs, unsigned int tcount) in test_kpp() argument [all …]
|