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

/linux-master/crypto/
H A Dtcrypt.c47 * Used by test_cipher_speed()
60 * Used by test_cipher_speed()
1431 static void test_cipher_speed(const char *algo, int enc, unsigned int secs, function
1858 test_cipher_speed("ecb(aes)", ENCRYPT, sec, NULL, 0,
1860 test_cipher_speed("ecb(aes)", DECRYPT, sec, NULL, 0,
1862 test_cipher_speed("cbc(aes)", ENCRYPT, sec, NULL, 0,
1864 test_cipher_speed("cbc(aes)", DECRYPT, sec, NULL, 0,
1866 test_cipher_speed("lrw(aes)", ENCRYPT, sec, NULL, 0,
1868 test_cipher_speed("lrw(aes)", DECRYPT, sec, NULL, 0,
1870 test_cipher_speed("xt
[all...]

Completed in 78 milliseconds