We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents bc615a2 + 2620682 commit dd40417Copy full SHA for dd40417
1 file changed
wolfcrypt/src/aes.c
@@ -5886,7 +5886,7 @@ int wc_AesSetIV(Aes* aes, const byte* iv)
5886
}
5887
#endif /* HAVE_AES_DECRYPT */
5888
5889
-#elif defined(FREESCALE_MMCAU)
+#elif defined(FREESCALE_MMCAU) && !defined(WOLFSSL_ARMASM)
5890
int wc_AesCbcEncrypt(Aes* aes, byte* out, const byte* in, word32 sz)
5891
{
5892
int offset = 0;
0 commit comments