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

Commit e3899e4d authored by Tim Chen's avatar Tim Chen Committed by Herbert Xu
Browse files

crypto: tcrypt - Added speed test in tcrypt for crc32c



This patch adds a test case in tcrypt to perform speed test for
crc32c checksum calculation.

Signed-off-by: default avatarTim Chen <tim.c.chen@linux.intel.com>
Signed-off-by: default avatarHerbert Xu <herbert@gondor.apana.org.au>
parent 6a8ce1ef
Loading
Loading
Loading
Loading
+4 −0
Original line number Original line Diff line number Diff line
@@ -1479,6 +1479,10 @@ static int do_test(int m)
		test_hash_speed("ghash-generic", sec, hash_speed_template_16);
		test_hash_speed("ghash-generic", sec, hash_speed_template_16);
		if (mode > 300 && mode < 400) break;
		if (mode > 300 && mode < 400) break;


	case 319:
		test_hash_speed("crc32c", sec, generic_hash_speed_template);
		if (mode > 300 && mode < 400) break;

	case 399:
	case 399:
		break;
		break;