diff options
author | phk <phk@FreeBSD.org> | 2004-02-04 08:44:10 +0000 |
---|---|---|
committer | phk <phk@FreeBSD.org> | 2004-02-04 08:44:10 +0000 |
commit | 57485e024b1f683f58b0b2934d5ae3b9ce3d1ad3 (patch) | |
tree | 1e16abd29eebf62a0c1b42b9066902be0d725605 /sys/opencrypto | |
parent | ca8156c1aea45521956b1efc61cb789fd0f5aba9 (diff) | |
download | FreeBSD-src-57485e024b1f683f58b0b2934d5ae3b9ce3d1ad3.zip FreeBSD-src-57485e024b1f683f58b0b2934d5ae3b9ce3d1ad3.tar.gz |
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@
Diffstat (limited to 'sys/opencrypto')
-rw-r--r-- | sys/opencrypto/rijndael.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sys/opencrypto/rijndael.c b/sys/opencrypto/rijndael.c index a0081ca..e3895af 100644 --- a/sys/opencrypto/rijndael.c +++ b/sys/opencrypto/rijndael.c @@ -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]; |