mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2026-01-29 13:52:13 +01:00
Improve AES-GCM Intel performance by converting to pure inline ASM. Improve AES-GCM Intel code algorithmically. Split out platform specific code for AES-GCM encrypt and decrypt. Move C implementation of AES-GCM to separate function to speed up Intel ASM code. Modified test to try all input byte sizes up to large benchmark size when defined.