mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2026-01-27 07:52:23 +01:00
OpenSSL compatability layer expects aes->reg to be unmodified by AES-GCM decrypt call. ARM32/Thumb2 assembly implementation modifies buffer. Keep a copy and restore aes->reg after call.