Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ee5002a5 authored by Jussi Kivilinna's avatar Jussi Kivilinna Committed by Herbert Xu
Browse files

crypto: tcrypt - add ctr(twofish) speed test

parent a071d06e
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -1039,6 +1039,10 @@ static int do_test(int m)
				speed_template_16_24_32);
		test_cipher_speed("cbc(twofish)", DECRYPT, sec, NULL, 0,
				speed_template_16_24_32);
		test_cipher_speed("ctr(twofish)", ENCRYPT, sec, NULL, 0,
				speed_template_16_24_32);
		test_cipher_speed("ctr(twofish)", DECRYPT, sec, NULL, 0,
				speed_template_16_24_32);
		break;

	case 203: