Do not aggressively unroll the AES implementation, in non-benchmarking use

it is same speed on small cache cpus and slower on largecache cpus.

Approved by:	sam@
This commit is contained in:
Poul-Henning Kamp 2004-02-04 08:44:10 +00:00
parent ff5e43a3fd
commit 08b21ed2da
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=125424

View File

@ -33,8 +33,6 @@ __FBSDID("$FreeBSD$");
#include <opencrypto/rijndael.h>
#define FULL_UNROLL
/*
Te0[x] = S [x].[02, 01, 01, 03];
Te1[x] = S [x].[03, 02, 01, 01];