-
Notifications
You must be signed in to change notification settings - Fork 90
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
vaes-avx512: [gcm] enable small packet optimization for all available…
… single call API variants The optimization is enabled for: - single call cases - any IV size (variable IV interface) and 12 byte IV size - both cipher directions To save space small packet code generation is disabled in GCM_ENC_DEC in in the above cases. This is no longer needed as new small packet code covers it. GCM context got removed from argument list for GCM_ENC_DEC_0_TO_256 macro (not required).
- Loading branch information
1 parent
41f6308
commit 54b425a
Showing
2 changed files
with
162 additions
and
108 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.