mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
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:
parent
ff5e43a3fd
commit
08b21ed2da
1 changed files with 0 additions and 2 deletions
|
|
@ -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];
|
||||
|
|
|
|||
Loading…
Reference in a new issue