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:
phk 2004-02-04 08:44:10 +00:00
parent 2f9c248271
commit 01696a24e3

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];