mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2026-01-26 23:42:22 +01:00
Merge pull request #9479 from josepho0918/aes-cbc-mmcau
Prefer ARMASM over MMCAU for AES CBC when both enabled
This commit is contained in:
@@ -5886,7 +5886,7 @@ int wc_AesSetIV(Aes* aes, const byte* iv)
|
||||
}
|
||||
#endif /* HAVE_AES_DECRYPT */
|
||||
|
||||
#elif defined(FREESCALE_MMCAU)
|
||||
#elif defined(FREESCALE_MMCAU) && !defined(WOLFSSL_ARMASM)
|
||||
int wc_AesCbcEncrypt(Aes* aes, byte* out, const byte* in, word32 sz)
|
||||
{
|
||||
int offset = 0;
|
||||
|
||||
Reference in New Issue
Block a user