mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2026-08-11 11:31:22 +02:00
The RISC-V ASM build provides its own AES-GCM implementation (wolfcrypt/src/port/riscv/riscv-64-aes.c) rather than AES_GCM_decrypt_C, so it does not clear the output buffer on authentication failure. Exclude it from the zero-check, matching the other non-C decrypt paths. Fixes the riscv64 multi-arch testwolfcrypt failure.