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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/crypto/
H A Dtcrypt.c38 * Used by test_cipher_speed()
44 * Used by test_cipher_speed()
137 static void test_cipher_speed(const char *algo, int enc, unsigned int sec, function
984 test_cipher_speed("ecb(aes)", ENCRYPT, sec, NULL, 0,
986 test_cipher_speed("ecb(aes)", DECRYPT, sec, NULL, 0,
988 test_cipher_speed("cbc(aes)", ENCRYPT, sec, NULL, 0,
990 test_cipher_speed("cbc(aes)", DECRYPT, sec, NULL, 0,
992 test_cipher_speed("lrw(aes)", ENCRYPT, sec, NULL, 0,
994 test_cipher_speed("lrw(aes)", DECRYPT, sec, NULL, 0,
996 test_cipher_speed("xt
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/crypto/
H A Dtcrypt.c38 * Used by test_cipher_speed()
44 * Used by test_cipher_speed()
137 static void test_cipher_speed(const char *algo, int enc, unsigned int sec, function
984 test_cipher_speed("ecb(aes)", ENCRYPT, sec, NULL, 0,
986 test_cipher_speed("ecb(aes)", DECRYPT, sec, NULL, 0,
988 test_cipher_speed("cbc(aes)", ENCRYPT, sec, NULL, 0,
990 test_cipher_speed("cbc(aes)", DECRYPT, sec, NULL, 0,
992 test_cipher_speed("lrw(aes)", ENCRYPT, sec, NULL, 0,
994 test_cipher_speed("lrw(aes)", DECRYPT, sec, NULL, 0,
996 test_cipher_speed("xt
[all...]

Completed in 112 milliseconds