Searched refs:test_acipher_speed (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-6.6/crypto/ |
H A D | tcrypt.c | 1423 static void test_acipher_speed(const char *algo, int enc, unsigned int secs, in test_acipher_speed() function 2144 test_acipher_speed("essiv(cbc(aes),sha256)", in do_test() 2147 test_acipher_speed("essiv(cbc(aes),sha256)", in do_test() 2415 test_acipher_speed("ecb(aes)", ENCRYPT, sec, NULL, 0, in do_test() 2417 test_acipher_speed("ecb(aes)", DECRYPT, sec, NULL, 0, in do_test() 2419 test_acipher_speed("cbc(aes)", ENCRYPT, sec, NULL, 0, in do_test() 2421 test_acipher_speed("cbc(aes)", DECRYPT, sec, NULL, 0, in do_test() 2423 test_acipher_speed("lrw(aes)", ENCRYPT, sec, NULL, 0, in do_test() 2425 test_acipher_speed("lrw(aes)", DECRYPT, sec, NULL, 0, in do_test() 2427 test_acipher_speed("xt in do_test() [all...] |
/kernel/linux/linux-5.10/crypto/ |
H A D | tcrypt.c | 1611 static void test_acipher_speed(const char *algo, int enc, unsigned int secs, in test_acipher_speed() function 2323 test_acipher_speed("essiv(cbc(aes),sha256)", in do_test() 2326 test_acipher_speed("essiv(cbc(aes),sha256)", in do_test() 2586 test_acipher_speed("ecb(aes)", ENCRYPT, sec, NULL, 0, in do_test() 2588 test_acipher_speed("ecb(aes)", DECRYPT, sec, NULL, 0, in do_test() 2590 test_acipher_speed("cbc(aes)", ENCRYPT, sec, NULL, 0, in do_test() 2592 test_acipher_speed("cbc(aes)", DECRYPT, sec, NULL, 0, in do_test() 2594 test_acipher_speed("lrw(aes)", ENCRYPT, sec, NULL, 0, in do_test() 2596 test_acipher_speed("lrw(aes)", DECRYPT, sec, NULL, 0, in do_test() 2598 test_acipher_speed("xt in do_test() [all...] |
Completed in 5 milliseconds