Home
last modified time | relevance | path

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

/Linux-v4.19/crypto/
Dtcrypt.c1620 static void test_acipher_speed(const char *algo, int enc, unsigned int secs, in test_acipher_speed() function
2512 test_acipher_speed("ecb(aes)", ENCRYPT, sec, NULL, 0, in do_test()
2514 test_acipher_speed("ecb(aes)", DECRYPT, sec, NULL, 0, in do_test()
2516 test_acipher_speed("cbc(aes)", ENCRYPT, sec, NULL, 0, in do_test()
2518 test_acipher_speed("cbc(aes)", DECRYPT, sec, NULL, 0, in do_test()
2520 test_acipher_speed("lrw(aes)", ENCRYPT, sec, NULL, 0, in do_test()
2522 test_acipher_speed("lrw(aes)", DECRYPT, sec, NULL, 0, in do_test()
2524 test_acipher_speed("xts(aes)", ENCRYPT, sec, NULL, 0, in do_test()
2526 test_acipher_speed("xts(aes)", DECRYPT, sec, NULL, 0, in do_test()
2528 test_acipher_speed("cts(cbc(aes))", ENCRYPT, sec, NULL, 0, in do_test()
[all …]