You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: openwrt-23.05/patches/package/mbedtls/patches/200-Implements-AES-and-GCM-with-ARMv8-Crypto-Extensions.patch
+7-7Lines changed: 7 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -126,7 +126,7 @@ Then run normal make or cmake etc.
126
126
* library/aria.c
127
127
* library/timing.c
128
128
* include/mbedtls/bn_mul.h
129
-
@@ -2374,6 +2375,21 @@
129
+
@@ -2471,6 +2472,21 @@
130
130
#define MBEDTLS_AESNI_C
131
131
132
132
/**
@@ -161,7 +161,7 @@ Then run normal make or cmake etc.
161
161
#include "mbedtls/platform.h"
162
162
163
163
#if !defined(MBEDTLS_AES_ALT)
164
-
@@ -1040,6 +1042,11 @@ int mbedtls_aes_crypt_ecb(mbedtls_aes_co
164
+
@@ -1076,6 +1078,11 @@ int mbedtls_aes_crypt_ecb(mbedtls_aes_co
165
165
}
166
166
#endif
167
167
@@ -170,7 +170,7 @@ Then run normal make or cmake etc.
0 commit comments