test_cipher_speed  701 crypto/tcrypt.c 		test_cipher_speed("ecb(aes)", ENCRYPT, sec, NULL, 0,
test_cipher_speed  703 crypto/tcrypt.c 		test_cipher_speed("ecb(aes)", DECRYPT, sec, NULL, 0,
test_cipher_speed  705 crypto/tcrypt.c 		test_cipher_speed("cbc(aes)", ENCRYPT, sec, NULL, 0,
test_cipher_speed  707 crypto/tcrypt.c 		test_cipher_speed("cbc(aes)", DECRYPT, sec, NULL, 0,
test_cipher_speed  709 crypto/tcrypt.c 		test_cipher_speed("lrw(aes)", ENCRYPT, sec, NULL, 0,
test_cipher_speed  711 crypto/tcrypt.c 		test_cipher_speed("lrw(aes)", DECRYPT, sec, NULL, 0,
test_cipher_speed  713 crypto/tcrypt.c 		test_cipher_speed("xts(aes)", ENCRYPT, sec, NULL, 0,
test_cipher_speed  715 crypto/tcrypt.c 		test_cipher_speed("xts(aes)", DECRYPT, sec, NULL, 0,
test_cipher_speed  720 crypto/tcrypt.c 		test_cipher_speed("ecb(des3_ede)", ENCRYPT, sec,
test_cipher_speed  723 crypto/tcrypt.c 		test_cipher_speed("ecb(des3_ede)", DECRYPT, sec,
test_cipher_speed  726 crypto/tcrypt.c 		test_cipher_speed("cbc(des3_ede)", ENCRYPT, sec,
test_cipher_speed  729 crypto/tcrypt.c 		test_cipher_speed("cbc(des3_ede)", DECRYPT, sec,
test_cipher_speed  735 crypto/tcrypt.c 		test_cipher_speed("ecb(twofish)", ENCRYPT, sec, NULL, 0,
test_cipher_speed  737 crypto/tcrypt.c 		test_cipher_speed("ecb(twofish)", DECRYPT, sec, NULL, 0,
test_cipher_speed  739 crypto/tcrypt.c 		test_cipher_speed("cbc(twofish)", ENCRYPT, sec, NULL, 0,
test_cipher_speed  741 crypto/tcrypt.c 		test_cipher_speed("cbc(twofish)", DECRYPT, sec, NULL, 0,
test_cipher_speed  746 crypto/tcrypt.c 		test_cipher_speed("ecb(blowfish)", ENCRYPT, sec, NULL, 0,
test_cipher_speed  748 crypto/tcrypt.c 		test_cipher_speed("ecb(blowfish)", DECRYPT, sec, NULL, 0,
test_cipher_speed  750 crypto/tcrypt.c 		test_cipher_speed("cbc(blowfish)", ENCRYPT, sec, NULL, 0,
test_cipher_speed  752 crypto/tcrypt.c 		test_cipher_speed("cbc(blowfish)", DECRYPT, sec, NULL, 0,
test_cipher_speed  757 crypto/tcrypt.c 		test_cipher_speed("ecb(des)", ENCRYPT, sec, NULL, 0,
test_cipher_speed  759 crypto/tcrypt.c 		test_cipher_speed("ecb(des)", DECRYPT, sec, NULL, 0,
test_cipher_speed  761 crypto/tcrypt.c 		test_cipher_speed("cbc(des)", ENCRYPT, sec, NULL, 0,
test_cipher_speed  763 crypto/tcrypt.c 		test_cipher_speed("cbc(des)", DECRYPT, sec, NULL, 0,
test_cipher_speed  768 crypto/tcrypt.c 		test_cipher_speed("ecb(camellia)", ENCRYPT, sec, NULL, 0,
test_cipher_speed  770 crypto/tcrypt.c 		test_cipher_speed("ecb(camellia)", DECRYPT, sec, NULL, 0,
test_cipher_speed  772 crypto/tcrypt.c 		test_cipher_speed("cbc(camellia)", ENCRYPT, sec, NULL, 0,
test_cipher_speed  774 crypto/tcrypt.c 		test_cipher_speed("cbc(camellia)", DECRYPT, sec, NULL, 0,
test_cipher_speed  779 crypto/tcrypt.c 		test_cipher_speed("salsa20", ENCRYPT, sec, NULL, 0,