Home
last modified time | relevance | path

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

/openbmc/linux/crypto/
H A Dtcrypt.c1431 static void test_cipher_speed(const char *algo, int enc, unsigned int secs, in test_cipher_speed() function
1859 test_cipher_speed("ecb(aes)", ENCRYPT, sec, NULL, 0, in do_test()
1861 test_cipher_speed("ecb(aes)", DECRYPT, sec, NULL, 0, in do_test()
1863 test_cipher_speed("cbc(aes)", ENCRYPT, sec, NULL, 0, in do_test()
1865 test_cipher_speed("cbc(aes)", DECRYPT, sec, NULL, 0, in do_test()
1867 test_cipher_speed("lrw(aes)", ENCRYPT, sec, NULL, 0, in do_test()
1869 test_cipher_speed("lrw(aes)", DECRYPT, sec, NULL, 0, in do_test()
1871 test_cipher_speed("xts(aes)", ENCRYPT, sec, NULL, 0, in do_test()
1873 test_cipher_speed("xts(aes)", DECRYPT, sec, NULL, 0, in do_test()
1875 test_cipher_speed("cts(cbc(aes))", ENCRYPT, sec, NULL, 0, in do_test()
[all …]
/openbmc/qemu/tests/bench/
H A Dbenchmark-crypto-cipher.c18 static void test_cipher_speed(size_t chunk_size, in test_cipher_speed() function
106 test_cipher_speed(chunk_size, in test_cipher_speed_ecb_aes_128()
114 test_cipher_speed(chunk_size, in test_cipher_speed_ecb_aes_256()
122 test_cipher_speed(chunk_size, in test_cipher_speed_cbc_aes_128()
130 test_cipher_speed(chunk_size, in test_cipher_speed_cbc_aes_256()
138 test_cipher_speed(chunk_size, in test_cipher_speed_ctr_aes_128()
146 test_cipher_speed(chunk_size, in test_cipher_speed_ctr_aes_256()
154 test_cipher_speed(chunk_size, in test_cipher_speed_xts_aes_128()
162 test_cipher_speed(chunk_size, in test_cipher_speed_xts_aes_256()