Browse Source

IDE/XCODE: include armv8-xxx in projects

Per Allansson 1 year ago
parent
commit
0e4621a794

+ 4 - 0
IDE/XCODE/Benchmark/wolfBench.xcodeproj/project.pbxproj

@@ -8,6 +8,7 @@
 
 /* Begin PBXBuildFile section */
 		52114C8721B5A7320022ADA1 /* sp_c64.c in Sources */ = {isa = PBXBuildFile; fileRef = 52114C8621B5A7320022ADA1 /* sp_c64.c */; };
+		9D0105D5291CECD000A854D3 /* armv8-sha3-asm.S in Sources */ = {isa = PBXBuildFile; fileRef = 9D0105D4291CECD000A854D3 /* armv8-sha3-asm.S */; };
 		9D2E31E4291CE4800082B941 /* quic.c in Sources */ = {isa = PBXBuildFile; fileRef = 9D2E31E2291CE4800082B941 /* quic.c */; };
 		9D2E31E5291CE4800082B941 /* dtls.c in Sources */ = {isa = PBXBuildFile; fileRef = 9D2E31E3291CE4800082B941 /* dtls.c */; };
 		9D2E31E7291CE4AC0082B941 /* dtls13.c in Sources */ = {isa = PBXBuildFile; fileRef = 9D2E31E6291CE4AC0082B941 /* dtls13.c */; };
@@ -107,6 +108,7 @@
 
 /* Begin PBXFileReference section */
 		52114C8621B5A7320022ADA1 /* sp_c64.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = sp_c64.c; path = ../../../wolfcrypt/src/sp_c64.c; sourceTree = "<group>"; };
+		9D0105D4291CECD000A854D3 /* armv8-sha3-asm.S */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.asm; name = "armv8-sha3-asm.S"; path = "../../../wolfcrypt/src/port/arm/armv8-sha3-asm.S"; sourceTree = "<group>"; };
 		9D2E31E2291CE4800082B941 /* quic.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = quic.c; path = ../../../src/quic.c; sourceTree = "<group>"; };
 		9D2E31E3291CE4800082B941 /* dtls.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = dtls.c; path = ../../../src/dtls.c; sourceTree = "<group>"; };
 		9D2E31E6291CE4AC0082B941 /* dtls13.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = dtls13.c; path = ../../../src/dtls13.c; sourceTree = "<group>"; };
@@ -287,6 +289,7 @@
 				CB81DE1E24C93EC000B98DA6 /* armv8-curve25519.S */,
 				CB81DE1C24C9284700B98DA6 /* armv8-poly1305.c */,
 				A4DFEC0E1FD4CB8500A7BB33 /* armv8-sha256.c */,
+				9D0105D4291CECD000A854D3 /* armv8-sha3-asm.S */,
 				A4CA2E9E24C8AF97003CCC50 /* armv8-sha512.c */,
 				CB81DE2224C93FB300B98DA6 /* armv8-sha512-asm.S */,
 				A4ADF8A01FCE0C4F00A06E90 /* asm.c */,
@@ -453,6 +456,7 @@
 				A4ADF8E41FCE0C5600A06E90 /* tfm.c in Sources */,
 				A4ADF8D91FCE0C5600A06E90 /* dsa.c in Sources */,
 				A4ADF9141FCE0C5600A06E90 /* wolfmath.c in Sources */,
+				9D0105D5291CECD000A854D3 /* armv8-sha3-asm.S in Sources */,
 				A4ADF8FC1FCE0C5600A06E90 /* asm.c in Sources */,
 				A46FE18D2493E8F800A25BE7 /* fe_448.c in Sources */,
 				A4ADF8721FCE0C1C00A06E90 /* crl.c in Sources */,

+ 64 - 0
IDE/XCODE/wolfssl.xcodeproj/project.pbxproj

@@ -347,6 +347,30 @@
 		6AC85129272CAF2E00F2B32A /* kdf.c in Sources */ = {isa = PBXBuildFile; fileRef = 6AC85128272CAF2E00F2B32A /* kdf.c */; };
 		6AC8512A272CAF2E00F2B32A /* kdf.c in Sources */ = {isa = PBXBuildFile; fileRef = 6AC85128272CAF2E00F2B32A /* kdf.c */; };
 		6AC8512B272CAF2E00F2B32A /* kdf.c in Sources */ = {isa = PBXBuildFile; fileRef = 6AC85128272CAF2E00F2B32A /* kdf.c */; };
+		9D01059E291CEA5000A854D3 /* armv8-sha512.c in Sources */ = {isa = PBXBuildFile; fileRef = 9D01058C291CEA4F00A854D3 /* armv8-sha512.c */; };
+		9D01059F291CEA5000A854D3 /* armv8-sha512.c in Sources */ = {isa = PBXBuildFile; fileRef = 9D01058C291CEA4F00A854D3 /* armv8-sha512.c */; };
+		9D0105A0291CEA5000A854D3 /* armv8-sha512.c in Sources */ = {isa = PBXBuildFile; fileRef = 9D01058C291CEA4F00A854D3 /* armv8-sha512.c */; };
+		9D0105A7291CEA5000A854D3 /* armv8-sha512-asm.S in Sources */ = {isa = PBXBuildFile; fileRef = 9D01058F291CEA4F00A854D3 /* armv8-sha512-asm.S */; };
+		9D0105A8291CEA5000A854D3 /* armv8-sha512-asm.S in Sources */ = {isa = PBXBuildFile; fileRef = 9D01058F291CEA4F00A854D3 /* armv8-sha512-asm.S */; };
+		9D0105A9291CEA5000A854D3 /* armv8-sha512-asm.S in Sources */ = {isa = PBXBuildFile; fileRef = 9D01058F291CEA4F00A854D3 /* armv8-sha512-asm.S */; };
+		9D0105AD291CEA5000A854D3 /* armv8-sha256.c in Sources */ = {isa = PBXBuildFile; fileRef = 9D010591291CEA4F00A854D3 /* armv8-sha256.c */; };
+		9D0105AE291CEA5000A854D3 /* armv8-sha256.c in Sources */ = {isa = PBXBuildFile; fileRef = 9D010591291CEA4F00A854D3 /* armv8-sha256.c */; };
+		9D0105AF291CEA5000A854D3 /* armv8-sha256.c in Sources */ = {isa = PBXBuildFile; fileRef = 9D010591291CEA4F00A854D3 /* armv8-sha256.c */; };
+		9D0105B3291CEA5000A854D3 /* armv8-poly1305.c in Sources */ = {isa = PBXBuildFile; fileRef = 9D010593291CEA4F00A854D3 /* armv8-poly1305.c */; };
+		9D0105B4291CEA5000A854D3 /* armv8-poly1305.c in Sources */ = {isa = PBXBuildFile; fileRef = 9D010593291CEA4F00A854D3 /* armv8-poly1305.c */; };
+		9D0105B5291CEA5000A854D3 /* armv8-poly1305.c in Sources */ = {isa = PBXBuildFile; fileRef = 9D010593291CEA4F00A854D3 /* armv8-poly1305.c */; };
+		9D0105B9291CEA5000A854D3 /* armv8-sha3-asm.S in Sources */ = {isa = PBXBuildFile; fileRef = 9D010595291CEA4F00A854D3 /* armv8-sha3-asm.S */; };
+		9D0105BA291CEA5000A854D3 /* armv8-sha3-asm.S in Sources */ = {isa = PBXBuildFile; fileRef = 9D010595291CEA4F00A854D3 /* armv8-sha3-asm.S */; };
+		9D0105BB291CEA5000A854D3 /* armv8-sha3-asm.S in Sources */ = {isa = PBXBuildFile; fileRef = 9D010595291CEA4F00A854D3 /* armv8-sha3-asm.S */; };
+		9D0105BC291CEA5000A854D3 /* armv8-chacha.c in Sources */ = {isa = PBXBuildFile; fileRef = 9D010596291CEA4F00A854D3 /* armv8-chacha.c */; };
+		9D0105BD291CEA5000A854D3 /* armv8-chacha.c in Sources */ = {isa = PBXBuildFile; fileRef = 9D010596291CEA4F00A854D3 /* armv8-chacha.c */; };
+		9D0105BE291CEA5000A854D3 /* armv8-chacha.c in Sources */ = {isa = PBXBuildFile; fileRef = 9D010596291CEA4F00A854D3 /* armv8-chacha.c */; };
+		9D0105C2291CEA5000A854D3 /* armv8-aes.c in Sources */ = {isa = PBXBuildFile; fileRef = 9D010598291CEA4F00A854D3 /* armv8-aes.c */; };
+		9D0105C3291CEA5000A854D3 /* armv8-aes.c in Sources */ = {isa = PBXBuildFile; fileRef = 9D010598291CEA4F00A854D3 /* armv8-aes.c */; };
+		9D0105C4291CEA5000A854D3 /* armv8-aes.c in Sources */ = {isa = PBXBuildFile; fileRef = 9D010598291CEA4F00A854D3 /* armv8-aes.c */; };
+		9D0105C5291CEA5000A854D3 /* armv8-curve25519.S in Sources */ = {isa = PBXBuildFile; fileRef = 9D010599291CEA4F00A854D3 /* armv8-curve25519.S */; };
+		9D0105C6291CEA5000A854D3 /* armv8-curve25519.S in Sources */ = {isa = PBXBuildFile; fileRef = 9D010599291CEA4F00A854D3 /* armv8-curve25519.S */; };
+		9D0105C7291CEA5000A854D3 /* armv8-curve25519.S in Sources */ = {isa = PBXBuildFile; fileRef = 9D010599291CEA4F00A854D3 /* armv8-curve25519.S */; };
 		9D2E31CC291CDF120082B941 /* quic.c in Sources */ = {isa = PBXBuildFile; fileRef = 9D2E31CA291CDF120082B941 /* quic.c */; };
 		9D2E31CD291CDF120082B941 /* quic.c in Sources */ = {isa = PBXBuildFile; fileRef = 9D2E31CA291CDF120082B941 /* quic.c */; };
 		9D2E31CE291CDF120082B941 /* quic.c in Sources */ = {isa = PBXBuildFile; fileRef = 9D2E31CA291CDF120082B941 /* quic.c */; };
@@ -1162,6 +1186,14 @@
 		52B1344D16F3C9E800C07B32 /* libwolfssl_ios.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = libwolfssl_ios.a; sourceTree = BUILT_PRODUCTS_DIR; };
 		6AC85128272CAF2E00F2B32A /* kdf.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = kdf.c; path = ../../wolfcrypt/src/kdf.c; sourceTree = "<group>"; };
 		6AC8513B272CB04F00F2B32A /* kdf.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = kdf.h; path = ../../wolfssl/wolfcrypt/kdf.h; sourceTree = "<group>"; };
+		9D01058C291CEA4F00A854D3 /* armv8-sha512.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = "armv8-sha512.c"; path = "../../wolfcrypt/src/port/arm/armv8-sha512.c"; sourceTree = "<group>"; };
+		9D01058F291CEA4F00A854D3 /* armv8-sha512-asm.S */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.asm; name = "armv8-sha512-asm.S"; path = "../../wolfcrypt/src/port/arm/armv8-sha512-asm.S"; sourceTree = "<group>"; };
+		9D010591291CEA4F00A854D3 /* armv8-sha256.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = "armv8-sha256.c"; path = "../../wolfcrypt/src/port/arm/armv8-sha256.c"; sourceTree = "<group>"; };
+		9D010593291CEA4F00A854D3 /* armv8-poly1305.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = "armv8-poly1305.c"; path = "../../wolfcrypt/src/port/arm/armv8-poly1305.c"; sourceTree = "<group>"; };
+		9D010595291CEA4F00A854D3 /* armv8-sha3-asm.S */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.asm; name = "armv8-sha3-asm.S"; path = "../../wolfcrypt/src/port/arm/armv8-sha3-asm.S"; sourceTree = "<group>"; };
+		9D010596291CEA4F00A854D3 /* armv8-chacha.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = "armv8-chacha.c"; path = "../../wolfcrypt/src/port/arm/armv8-chacha.c"; sourceTree = "<group>"; };
+		9D010598291CEA4F00A854D3 /* armv8-aes.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = "armv8-aes.c"; path = "../../wolfcrypt/src/port/arm/armv8-aes.c"; sourceTree = "<group>"; };
+		9D010599291CEA4F00A854D3 /* armv8-curve25519.S */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.asm; name = "armv8-curve25519.S"; path = "../../wolfcrypt/src/port/arm/armv8-curve25519.S"; sourceTree = "<group>"; };
 		9D2E31CA291CDF120082B941 /* quic.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = quic.c; path = ../../src/quic.c; sourceTree = "<group>"; };
 		9D2E31CB291CDF120082B941 /* dtls.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = dtls.c; path = ../../src/dtls.c; sourceTree = "<group>"; };
 		9D2E31D2291CDF2E0082B941 /* dtls13.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = dtls13.c; path = ../../src/dtls13.c; sourceTree = "<group>"; };
@@ -1377,6 +1409,14 @@
 			children = (
 				521646111A8992CC0062516A /* aes.c */,
 				521646121A8992CC0062516A /* arc4.c */,
+				9D010598291CEA4F00A854D3 /* armv8-aes.c */,
+				9D010596291CEA4F00A854D3 /* armv8-chacha.c */,
+				9D010599291CEA4F00A854D3 /* armv8-curve25519.S */,
+				9D010593291CEA4F00A854D3 /* armv8-poly1305.c */,
+				9D010595291CEA4F00A854D3 /* armv8-sha3-asm.S */,
+				9D010591291CEA4F00A854D3 /* armv8-sha256.c */,
+				9D01058F291CEA4F00A854D3 /* armv8-sha512-asm.S */,
+				9D01058C291CEA4F00A854D3 /* armv8-sha512.c */,
 				A4DAE30C2493F21800CEF51F /* asm.c */,
 				521646131A8992CC0062516A /* asn.c */,
 				521646141A8992CC0062516A /* blake2b.c */,
@@ -1592,6 +1632,7 @@
 				520775B42239AC3700087711 /* curve25519.c in Sources */,
 				30B060541C6DDB2B00D46008 /* crl.c in Sources */,
 				520775BA2239AC4600087711 /* ge_operations.c in Sources */,
+				9D0105C4291CEA5000A854D3 /* armv8-aes.c in Sources */,
 				30B060551C6DDB2B00D46008 /* internal.c in Sources */,
 				A4DAE3432493F21900CEF51F /* wc_dsp.c in Sources */,
 				30B060561C6DDB2B00D46008 /* wolfio.c in Sources */,
@@ -1601,6 +1642,7 @@
 				520775B82239AC4600087711 /* fe_operations.c in Sources */,
 				30B060591C6DDB2B00D46008 /* sniffer.c in Sources */,
 				30B0605A1C6DDB2B00D46008 /* ssl.c in Sources */,
+				9D0105C7291CEA5000A854D3 /* armv8-curve25519.S in Sources */,
 				A4DAE3342493F21900CEF51F /* cryptocb.c in Sources */,
 				520775A82239ABBE00087711 /* sp_x86_64.c in Sources */,
 				30B0605B1C6DDB2B00D46008 /* tls.c in Sources */,
@@ -1612,11 +1654,13 @@
 				520775AE2239AC2100087711 /* signature.c in Sources */,
 				30B060601C6DDB2B00D46008 /* camellia.c in Sources */,
 				A4DAE31F2493F21900CEF51F /* ed448.c in Sources */,
+				9D0105AF291CEA5000A854D3 /* armv8-sha256.c in Sources */,
 				30B060611C6DDB2B00D46008 /* chacha.c in Sources */,
 				30B060621C6DDB2B00D46008 /* coding.c in Sources */,
 				A4DAE31C2493F21900CEF51F /* srp.c in Sources */,
 				30B060631C6DDB2B00D46008 /* des3.c in Sources */,
 				A4DAE33D2493F21900CEF51F /* curve448.c in Sources */,
+				9D0105A0291CEA5000A854D3 /* armv8-sha512.c in Sources */,
 				30B060641C6DDB2B00D46008 /* dh.c in Sources */,
 				30B060651C6DDB2B00D46008 /* dsa.c in Sources */,
 				520775BC2239AC4600087711 /* fe_low_mem.c in Sources */,
@@ -1628,10 +1672,12 @@
 				A4DAE3372493F21900CEF51F /* wolfevent.c in Sources */,
 				30B060671C6DDB2B00D46008 /* error.c in Sources */,
 				9D2E31CE291CDF120082B941 /* quic.c in Sources */,
+				9D0105BE291CEA5000A854D3 /* armv8-chacha.c in Sources */,
 				520775AA2239ABBE00087711 /* sp_int.c in Sources */,
 				30B060681C6DDB2B00D46008 /* hash.c in Sources */,
 				6AC8512B272CAF2E00F2B32A /* kdf.c in Sources */,
 				30B0606A1C6DDB2B00D46008 /* hmac.c in Sources */,
+				9D0105B5291CEA5000A854D3 /* armv8-poly1305.c in Sources */,
 				A4DAE3572493F29E00CEF51F /* sp_dsp32.c in Sources */,
 				A4DAE3282493F21900CEF51F /* fe_448.c in Sources */,
 				30B0606B1C6DDB2B00D46008 /* integer.c in Sources */,
@@ -1655,6 +1701,7 @@
 				30B060771C6DDB2B00D46008 /* ripemd.c in Sources */,
 				30B060781C6DDB2B00D46008 /* rsa.c in Sources */,
 				9D2E31D1291CDF120082B941 /* dtls.c in Sources */,
+				9D0105BB291CEA5000A854D3 /* armv8-sha3-asm.S in Sources */,
 				30B060791C6DDB2B00D46008 /* sha.c in Sources */,
 				30B0607A1C6DDB2B00D46008 /* sha256.c in Sources */,
 				A4DAE3492493F21900CEF51F /* blake2s.c in Sources */,
@@ -1665,6 +1712,7 @@
 				520775A62239ABBE00087711 /* sp_c64.c in Sources */,
 				A4DAE3552493F29B00CEF51F /* sp_cortexm.c in Sources */,
 				30B0607C1C6DDB2B00D46008 /* tfm.c in Sources */,
+				9D0105A9291CEA5000A854D3 /* armv8-sha512-asm.S in Sources */,
 				A4DAE3222493F21900CEF51F /* cpuid.c in Sources */,
 				30B0607D1C6DDB2B00D46008 /* wc_encrypt.c in Sources */,
 				30B0607E1C6DDB2B00D46008 /* wc_port.c in Sources */,
@@ -1679,6 +1727,7 @@
 				A4DAE31D2493F21900CEF51F /* ed448.c in Sources */,
 				520775B52239AC3700087711 /* curve25519.c in Sources */,
 				A4DAE3442493F21900CEF51F /* wc_pkcs11.c in Sources */,
+				9D0105C2291CEA5000A854D3 /* armv8-aes.c in Sources */,
 				5216463B1A8992CC0062516A /* dsa.c in Sources */,
 				520775BB2239AC4600087711 /* ge_operations.c in Sources */,
 				521646411A8992CC0062516A /* logging.c in Sources */,
@@ -1688,6 +1737,7 @@
 				A4DAE3412493F21900CEF51F /* wc_dsp.c in Sources */,
 				521646481A8992CC0062516A /* poly1305.c in Sources */,
 				A4DAE32C2493F21900CEF51F /* cmac.c in Sources */,
+				9D0105C5291CEA5000A854D3 /* armv8-curve25519.S in Sources */,
 				520775C42239B25800087711 /* sha3.c in Sources */,
 				5216463A1A8992CC0062516A /* dh.c in Sources */,
 				520775B92239AC4600087711 /* fe_operations.c in Sources */,
@@ -1699,11 +1749,13 @@
 				A4DAE31A2493F21900CEF51F /* srp.c in Sources */,
 				521646341A8992CC0062516A /* asn.c in Sources */,
 				521646501A8992CC0062516A /* sha512.c in Sources */,
+				9D0105AD291CEA5000A854D3 /* armv8-sha256.c in Sources */,
 				520775AF2239AC2100087711 /* signature.c in Sources */,
 				525BE5341B3869110054BBCD /* hash.c in Sources */,
 				A4DAE33E2493F21900CEF51F /* ge_448.c in Sources */,
 				521646441A8992CC0062516A /* md5.c in Sources */,
 				5216460F1A89928E0062516A /* ssl.c in Sources */,
+				9D01059E291CEA5000A854D3 /* armv8-sha512.c in Sources */,
 				5216464D1A8992CC0062516A /* rsa.c in Sources */,
 				5216464B1A8992CC0062516A /* random.c in Sources */,
 				A4DAE3062493F1C700CEF51F /* tls13.c in Sources */,
@@ -1715,10 +1767,12 @@
 				A4DAE3262493F21900CEF51F /* fe_448.c in Sources */,
 				520775AB2239ABBE00087711 /* sp_int.c in Sources */,
 				9D2E31CC291CDF120082B941 /* quic.c in Sources */,
+				9D0105BC291CEA5000A854D3 /* armv8-chacha.c in Sources */,
 				521646431A8992CC0062516A /* md4.c in Sources */,
 				521646321A8992CC0062516A /* aes.c in Sources */,
 				6AC85129272CAF2E00F2B32A /* kdf.c in Sources */,
 				521646391A8992CC0062516A /* des3.c in Sources */,
+				9D0105B3291CEA5000A854D3 /* armv8-poly1305.c in Sources */,
 				521646351A8992CC0062516A /* blake2b.c in Sources */,
 				520775AD2239ABCD00087711 /* chacha20_poly1305.c in Sources */,
 				A4E7E5992493E20500725359 /* sp_armthumb.c in Sources */,
@@ -1742,6 +1796,7 @@
 				521646421A8992CC0062516A /* md2.c in Sources */,
 				521646381A8992CC0062516A /* coding.c in Sources */,
 				9D2E31CF291CDF120082B941 /* dtls.c in Sources */,
+				9D0105B9291CEA5000A854D3 /* armv8-sha3-asm.S in Sources */,
 				5216463D1A8992CC0062516A /* error.c in Sources */,
 				5216463F1A8992CC0062516A /* hmac.c in Sources */,
 				A4DAE3352493F21900CEF51F /* wolfevent.c in Sources */,
@@ -1752,6 +1807,7 @@
 				5216460B1A89928E0062516A /* wolfio.c in Sources */,
 				520775A52239ABBE00087711 /* sp_c32.c in Sources */,
 				520775A72239ABBE00087711 /* sp_c64.c in Sources */,
+				9D0105A7291CEA5000A854D3 /* armv8-sha512-asm.S in Sources */,
 				521646511A8992CC0062516A /* tfm.c in Sources */,
 				521646091A89928E0062516A /* crl.c in Sources */,
 				5216460C1A89928E0062516A /* keys.c in Sources */,
@@ -1766,6 +1822,7 @@
 				A4F318661BC58B1700FDF2BB /* aes.c in Sources */,
 				A4F318741BC58B1700FDF2BB /* arc4.c in Sources */,
 				A4F3185A1BC58B1700FDF2BB /* asn.c in Sources */,
+				9D0105C3291CEA5000A854D3 /* armv8-aes.c in Sources */,
 				A4F318681BC58B1700FDF2BB /* blake2b.c in Sources */,
 				A4DAE3422493F21900CEF51F /* wc_dsp.c in Sources */,
 				A4F318551BC58B1700FDF2BB /* camellia.c in Sources */,
@@ -1775,6 +1832,7 @@
 				A4F318711BC58B1700FDF2BB /* coding.c in Sources */,
 				A4F318791BC58B1700FDF2BB /* crl.c in Sources */,
 				1E8BEB79212F4CF90063DCC1 /* curve25519.c in Sources */,
+				9D0105C6291CEA5000A854D3 /* armv8-curve25519.S in Sources */,
 				A4DAE3332493F21900CEF51F /* cryptocb.c in Sources */,
 				A4F318671BC58B1700FDF2BB /* des3.c in Sources */,
 				A4F318541BC58B1700FDF2BB /* dh.c in Sources */,
@@ -1786,11 +1844,13 @@
 				1E8BEB87212F4F010063DCC1 /* fe_low_mem.c in Sources */,
 				1E8BEB86212F4F010063DCC1 /* fe_operations.c in Sources */,
 				A4DAE31E2493F21900CEF51F /* ed448.c in Sources */,
+				9D0105AE291CEA5000A854D3 /* armv8-sha256.c in Sources */,
 				1E8BEB83212F4E330063DCC1 /* ge_low_mem.c in Sources */,
 				1E8BEB82212F4E330063DCC1 /* ge_operations.c in Sources */,
 				A4DAE31B2493F21900CEF51F /* srp.c in Sources */,
 				A4F3185D1BC58B1700FDF2BB /* hash.c in Sources */,
 				A4DAE33C2493F21900CEF51F /* curve448.c in Sources */,
+				9D01059F291CEA5000A854D3 /* armv8-sha512.c in Sources */,
 				A4F318731BC58B1700FDF2BB /* hmac.c in Sources */,
 				A4F318751BC58B1700FDF2BB /* integer.c in Sources */,
 				A4F318761BC58B1700FDF2BB /* internal.c in Sources */,
@@ -1802,10 +1862,12 @@
 				A4F3187A1BC58B1700FDF2BB /* keys.c in Sources */,
 				A4F318511BC58B1700FDF2BB /* logging.c in Sources */,
 				9D2E31CD291CDF120082B941 /* quic.c in Sources */,
+				9D0105BD291CEA5000A854D3 /* armv8-chacha.c in Sources */,
 				A4F318701BC58B1700FDF2BB /* md2.c in Sources */,
 				A4F318651BC58B1700FDF2BB /* md4.c in Sources */,
 				6AC8512A272CAF2E00F2B32A /* kdf.c in Sources */,
 				A4F3185E1BC58B1700FDF2BB /* md5.c in Sources */,
+				9D0105B4291CEA5000A854D3 /* armv8-poly1305.c in Sources */,
 				A4DAE3562493F29E00CEF51F /* sp_dsp32.c in Sources */,
 				A4DAE3272493F21900CEF51F /* fe_448.c in Sources */,
 				A4F3186A1BC58B1700FDF2BB /* memory.c in Sources */,
@@ -1829,6 +1891,7 @@
 				1E8BEB72212F4C340063DCC1 /* sp_c64.c in Sources */,
 				1E8BEB71212F4C340063DCC1 /* sp_int.c in Sources */,
 				9D2E31D0291CDF120082B941 /* dtls.c in Sources */,
+				9D0105BA291CEA5000A854D3 /* armv8-sha3-asm.S in Sources */,
 				1E8BEB6D212F4AA10063DCC1 /* sp_x86_64.c in Sources */,
 				A4F3185F1BC58B1700FDF2BB /* ssl.c in Sources */,
 				A4DAE3482493F21900CEF51F /* blake2s.c in Sources */,
@@ -1839,6 +1902,7 @@
 				A4F318621BC58B1700FDF2BB /* wc_encrypt.c in Sources */,
 				A4DAE3542493F29B00CEF51F /* sp_cortexm.c in Sources */,
 				A4F318561BC58B1700FDF2BB /* wc_port.c in Sources */,
+				9D0105A8291CEA5000A854D3 /* armv8-sha512-asm.S in Sources */,
 				A4DAE3212493F21900CEF51F /* cpuid.c in Sources */,
 				A4F318771BC58B1700FDF2BB /* wolfio.c in Sources */,
 				1E8BEB7F212F4DD00063DCC1 /* wolfmath.c in Sources */,