From 08b21ed2da7a95fa5c0aaee22f68a0d5d0b0255e Mon Sep 17 00:00:00 2001 From: Poul-Henning Kamp Date: Wed, 4 Feb 2004 08:44:10 +0000 Subject: [PATCH] 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@ --- sys/opencrypto/rijndael.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/sys/opencrypto/rijndael.c b/sys/opencrypto/rijndael.c index a0081cabbb55..e3895af93408 100644 --- a/sys/opencrypto/rijndael.c +++ b/sys/opencrypto/rijndael.c @@ -33,8 +33,6 @@ __FBSDID("$FreeBSD$"); #include -#define FULL_UNROLL - /* Te0[x] = S [x].[02, 01, 01, 03]; Te1[x] = S [x].[03, 02, 01, 01];