mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2026-07-05 09:30:51 +02:00
8b29a95da4
AesCbcEncryptBlocks(), AesCbcDecryptBlocks(), and AesCtrEncryptBlocks(), to fix -Wunused-functions in default build with --enable-aesni under clang. * in AesCfbDecrypt_C(), add smallstack implementation for fast inner loop on intelasm/armasm.