Home
last modified time | relevance | path

Searched refs:test_mb_skcipher_speed (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-6.6/crypto/
H A Dtcrypt.c1060 static void test_mb_skcipher_speed(const char *algo, int enc, int secs, in test_mb_skcipher_speed() function
2661 test_mb_skcipher_speed("ecb(aes)", ENCRYPT, sec, NULL, 0, in do_test()
2663 test_mb_skcipher_speed("ecb(aes)", DECRYPT, sec, NULL, 0, in do_test()
2665 test_mb_skcipher_speed("cbc(aes)", ENCRYPT, sec, NULL, 0, in do_test()
2667 test_mb_skcipher_speed("cbc(aes)", DECRYPT, sec, NULL, 0, in do_test()
2669 test_mb_skcipher_speed("lrw(aes)", ENCRYPT, sec, NULL, 0, in do_test()
2671 test_mb_skcipher_speed("lrw(aes)", DECRYPT, sec, NULL, 0, in do_test()
2673 test_mb_skcipher_speed("xts(aes)", ENCRYPT, sec, NULL, 0, in do_test()
2675 test_mb_skcipher_speed("xts(aes)", DECRYPT, sec, NULL, 0, in do_test()
2677 test_mb_skcipher_speed("ct in do_test()
[all...]
/kernel/linux/linux-5.10/crypto/
H A Dtcrypt.c1249 static void test_mb_skcipher_speed(const char *algo, int enc, int secs, in test_mb_skcipher_speed() function
2798 test_mb_skcipher_speed("ecb(aes)", ENCRYPT, sec, NULL, 0, in do_test()
2800 test_mb_skcipher_speed("ecb(aes)", DECRYPT, sec, NULL, 0, in do_test()
2802 test_mb_skcipher_speed("cbc(aes)", ENCRYPT, sec, NULL, 0, in do_test()
2804 test_mb_skcipher_speed("cbc(aes)", DECRYPT, sec, NULL, 0, in do_test()
2806 test_mb_skcipher_speed("lrw(aes)", ENCRYPT, sec, NULL, 0, in do_test()
2808 test_mb_skcipher_speed("lrw(aes)", DECRYPT, sec, NULL, 0, in do_test()
2810 test_mb_skcipher_speed("xts(aes)", ENCRYPT, sec, NULL, 0, in do_test()
2812 test_mb_skcipher_speed("xts(aes)", DECRYPT, sec, NULL, 0, in do_test()
2814 test_mb_skcipher_speed("ct in do_test()
[all...]

Completed in 6 milliseconds