Home
last modified time | relevance | path

Searched refs:speed (Results 1 – 3 of 3) sorted by relevance

/crypto/
A Dxor.c85 int speed; in do_xor_speed() local
109 speed = (1000 * reps * BENCH_SIZE) / (unsigned int)ktime_to_ns(min); in do_xor_speed()
110 tmpl->speed = speed; in do_xor_speed()
112 pr_info(" %-16s: %5d MB/sec\n", tmpl->name, speed); in do_xor_speed()
149 if (f->speed > fastest->speed) in calibrate_xor_blocks()
153 fastest->name, fastest->speed); in calibrate_xor_blocks()
A Dtcrypt.c867 struct hash_speed *speed, unsigned mask) in test_ahash_speed_common() argument
907 for (i = 0; speed[i].blen != 0; i++) { in test_ahash_speed_common()
908 if (speed[i].blen > TVMEMSIZE * PAGE_SIZE) { in test_ahash_speed_common()
910 speed[i].blen, TVMEMSIZE * PAGE_SIZE); in test_ahash_speed_common()
919 i, speed[i].blen, speed[i].plen, speed[i].blen / speed[i].plen); in test_ahash_speed_common()
924 ret = test_ahash_jiffies(req, speed[i].blen, in test_ahash_speed_common()
925 speed[i].plen, output, secs); in test_ahash_speed_common()
928 ret = test_ahash_cycles(req, speed[i].blen, in test_ahash_speed_common()
929 speed[i].plen, output); in test_ahash_speed_common()
948 struct hash_speed *speed) in test_ahash_speed() argument
[all …]
A DKconfig655 ChaCha20 is a 256-bit high-speed stream cipher designed by Daniel J.
977 Its speed is comparable to SHA-1 and there are no known attacks

Completed in 15 milliseconds