Home
last modified time | relevance | path

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

/linux-6.14.4/crypto/
Dtcrypt.c1423 static void test_acipher_speed(const char *algo, int enc, unsigned int secs, in test_acipher_speed() function
2131 test_acipher_speed("essiv(cbc(aes),sha256)", in do_test()
2134 test_acipher_speed("essiv(cbc(aes),sha256)", in do_test()
2398 test_acipher_speed("ecb(aes)", ENCRYPT, sec, NULL, 0, in do_test()
2400 test_acipher_speed("ecb(aes)", DECRYPT, sec, NULL, 0, in do_test()
2402 test_acipher_speed("cbc(aes)", ENCRYPT, sec, NULL, 0, in do_test()
2404 test_acipher_speed("cbc(aes)", DECRYPT, sec, NULL, 0, in do_test()
2406 test_acipher_speed("lrw(aes)", ENCRYPT, sec, NULL, 0, in do_test()
2408 test_acipher_speed("lrw(aes)", DECRYPT, sec, NULL, 0, in do_test()
2410 test_acipher_speed("xts(aes)", ENCRYPT, sec, NULL, 0, in do_test()
[all …]