Lines Matching refs:secs

95 			       struct scatterlist *sg, int blen, int secs)  in test_cipher_jiffies()  argument
101 for (start = jiffies, end = start + secs * HZ, bcount = 0; in test_cipher_jiffies()
113 bcount, secs, (long)bcount * blen); in test_cipher_jiffies()
179 int blen, int secs) in test_aead_jiffies() argument
185 for (start = jiffies, end = start + secs * HZ, bcount = 0; in test_aead_jiffies()
197 bcount, secs, (long)bcount * blen); in test_aead_jiffies()
301 static void test_aead_speed(const char *algo, int enc, unsigned int secs, in test_aead_speed() argument
424 if (secs) in test_aead_speed()
426 secs); in test_aead_speed()
457 static void test_cipher_speed(const char *algo, int enc, unsigned int secs, in test_cipher_speed() argument
536 if (secs) in test_cipher_speed()
538 *b_size, secs); in test_cipher_speed()
559 char *out, int secs) in test_hash_jiffies_digest() argument
565 for (start = jiffies, end = start + secs * HZ, bcount = 0; in test_hash_jiffies_digest()
573 bcount / secs, ((long)bcount * blen) / secs); in test_hash_jiffies_digest()
579 int blen, int plen, char *out, int secs) in test_hash_jiffies() argument
586 return test_hash_jiffies_digest(desc, sg, blen, out, secs); in test_hash_jiffies()
588 for (start = jiffies, end = start + secs * HZ, bcount = 0; in test_hash_jiffies()
605 bcount / secs, ((long)bcount * blen) / secs); in test_hash_jiffies()
726 static void test_hash_speed(const char *algo, unsigned int secs, in test_hash_speed() argument
772 if (secs) in test_hash_speed()
774 speed[i].plen, output, secs); in test_hash_speed()
802 char *out, int secs) in test_ahash_jiffies_digest() argument
808 for (start = jiffies, end = start + secs * HZ, bcount = 0; in test_ahash_jiffies_digest()
816 bcount / secs, ((long)bcount * blen) / secs); in test_ahash_jiffies_digest()
822 int plen, char *out, int secs) in test_ahash_jiffies() argument
829 return test_ahash_jiffies_digest(req, blen, out, secs); in test_ahash_jiffies()
831 for (start = jiffies, end = start + secs * HZ, bcount = 0; in test_ahash_jiffies()
848 bcount / secs, ((long)bcount * blen) / secs); in test_ahash_jiffies()
948 static void test_ahash_speed(const char *algo, unsigned int secs, in test_ahash_speed() argument
1002 if (secs) in test_ahash_speed()
1004 speed[i].plen, output, secs); in test_ahash_speed()
1038 int blen, int secs) in test_acipher_jiffies() argument
1044 for (start = jiffies, end = start + secs * HZ, bcount = 0; in test_acipher_jiffies()
1058 bcount, secs, (long)bcount * blen); in test_acipher_jiffies()
1109 static void test_acipher_speed(const char *algo, int enc, unsigned int secs, in test_acipher_speed() argument
1213 if (secs) in test_acipher_speed()
1215 *b_size, secs); in test_acipher_speed()