mbedtls: refresh patches

Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
This commit is contained in:
Tianling Shen 2022-11-28 22:39:51 +08:00
parent 0eab8c68d7
commit 280e22536b
No known key found for this signature in database
GPG Key ID: 6850B6345C862176

View File

@ -111,7 +111,7 @@ Then run normal make or cmake etc.
#if defined(MBEDTLS_CTR_DRBG_C) && !defined(MBEDTLS_AES_C)
#error "MBEDTLS_CTR_DRBG_C defined, but not all prerequisites"
#endif
@@ -897,3 +901,4 @@
@@ -934,3 +938,4 @@
typedef int mbedtls_iso_c_forbids_empty_translation_units;
#endif /* MBEDTLS_CHECK_CONFIG_H */
@ -126,7 +126,7 @@ Then run normal make or cmake etc.
* library/aria.c
* library/timing.c
* include/mbedtls/bn_mul.h
@@ -2313,6 +2314,21 @@
@@ -2329,6 +2330,21 @@
#define MBEDTLS_AESNI_C
/**
@ -142,7 +142,7 @@ Then run normal make or cmake etc.
+ *
+ * This module adds support for Armv8 Cryptography Extensions for AES and GCM.
+ */
+//#define MBEDTLS_ARMV8CE_AES_C
+#define MBEDTLS_ARMV8CE_AES_C
+
+/**
* \def MBEDTLS_AES_C