We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 347a17f commit efa61adCopy full SHA for efa61ad
1 file changed
wolfcrypt/src/aes.c
@@ -11093,6 +11093,16 @@ int wc_AesGetKeySize(Aes* aes, word32* keySize)
11093
11094
#endif /* !WOLFSSL_TI_CRYPT */
11095
11096
+/* the earlier do-nothing default definitions for VECTOR_REGISTERS_{PUSH,POP}
11097
+ * are missed when WOLFSSL_TI_CRYPT or WOLFSSL_ARMASM.
11098
+ */
11099
+#ifndef VECTOR_REGISTERS_PUSH
11100
+ #define VECTOR_REGISTERS_PUSH { WC_DO_NOTHING
11101
+#endif
11102
+#ifndef VECTOR_REGISTERS_POP
11103
+ #define VECTOR_REGISTERS_POP } WC_DO_NOTHING
11104
11105
+
11106
#ifdef HAVE_AES_ECB
11107
#if defined(WOLFSSL_IMX6_CAAM) && !defined(NO_IMX6_CAAM_AES) && \
11108
!defined(WOLFSSL_QNX_CAAM)
0 commit comments