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
2f9c248271
commit
01696a24e3
@ -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 New Issue
Block a user