|
|
d7698a |
diff -ru nettle-3.7.2.orig/x86_64/salsa20-2core.asm nettle-3.7.2/x86_64/salsa20-2core.asm
|
|
|
d7698a |
--- nettle-3.7.2.orig/x86_64/salsa20-2core.asm 2021-03-21 09:32:25.000000000 +0100
|
|
|
d7698a |
+++ nettle-3.7.2/x86_64/salsa20-2core.asm 2021-04-10 14:56:55.970009499 +0200
|
|
|
d7698a |
@@ -316,3 +316,11 @@
|
|
|
d7698a |
W64_EXIT(3, 13)
|
|
|
d7698a |
ret
|
|
|
d7698a |
EPILOGUE(_nettle_salsa20_2core)
|
|
|
d7698a |
+
|
|
|
d7698a |
+#ifdef __midipix__
|
|
|
d7698a |
+ .section .got$_nettle_salsa20_2core,"r"
|
|
|
d7698a |
+ .global __imp__nettle_salsa20_2core
|
|
|
d7698a |
+__imp__nettle_salsa20_2core:
|
|
|
d7698a |
+ .quad _nettle_salsa20_2core
|
|
|
d7698a |
+ .linkonce discard
|
|
|
d7698a |
+#endif
|
|
|
377eef |
diff -ru nettle-3.6.orig/x86_64/aes-decrypt-internal.asm nettle-3.6/x86_64/aes-decrypt-internal.asm
|
|
|
377eef |
--- nettle-3.6.orig/x86_64/aes-decrypt-internal.asm 2020-04-29 20:11:44.000000000 +0200
|
|
|
377eef |
+++ nettle-3.6/x86_64/aes-decrypt-internal.asm 2020-09-07 13:38:12.793134936 +0200
|
|
|
377eef |
@@ -150,3 +150,11 @@
|
|
|
377eef |
W64_EXIT(6, 0)
|
|
|
377eef |
ret
|
|
|
377eef |
EPILOGUE(_nettle_aes_decrypt)
|
|
|
377eef |
+
|
|
|
377eef |
+#ifdef __midipix__
|
|
|
377eef |
+ .section .got$_nettle_aes_decrypt,"r"
|
|
|
377eef |
+ .global __imp__nettle_aes_decrypt
|
|
|
377eef |
+__imp__nettle_aes_decrypt:
|
|
|
377eef |
+ .quad _nettle_aes_decrypt
|
|
|
377eef |
+ .linkonce discard
|
|
|
377eef |
+#endif
|
|
|
377eef |
diff -ru nettle-3.6.orig/x86_64/aes-encrypt-internal.asm nettle-3.6/x86_64/aes-encrypt-internal.asm
|
|
|
377eef |
--- nettle-3.6.orig/x86_64/aes-encrypt-internal.asm 2020-04-29 20:11:44.000000000 +0200
|
|
|
377eef |
+++ nettle-3.6/x86_64/aes-encrypt-internal.asm 2020-09-07 13:39:17.917132897 +0200
|
|
|
377eef |
@@ -151,3 +151,11 @@
|
|
|
377eef |
W64_EXIT(6, 0)
|
|
|
377eef |
ret
|
|
|
377eef |
EPILOGUE(_nettle_aes_encrypt)
|
|
|
377eef |
+
|
|
|
377eef |
+#ifdef __midipix__
|
|
|
377eef |
+ .section .got$_nettle_aes_encrypt,"r"
|
|
|
377eef |
+ .global __imp__nettle_aes_encrypt
|
|
|
377eef |
+__imp__nettle_aes_encrypt:
|
|
|
377eef |
+ .quad _nettle_aes_encrypt
|
|
|
377eef |
+ .linkonce discard
|
|
|
377eef |
+#endif
|
|
|
377eef |
diff -ru nettle-3.6.orig/x86_64/camellia-crypt-internal.asm nettle-3.6/x86_64/camellia-crypt-internal.asm
|
|
|
377eef |
--- nettle-3.6.orig/x86_64/camellia-crypt-internal.asm 2020-04-29 20:11:44.000000000 +0200
|
|
|
377eef |
+++ nettle-3.6/x86_64/camellia-crypt-internal.asm 2020-09-07 13:40:27.389130722 +0200
|
|
|
377eef |
@@ -200,3 +200,11 @@
|
|
|
377eef |
W64_EXIT(6, 0)
|
|
|
377eef |
ret
|
|
|
377eef |
EPILOGUE(_nettle_camellia_crypt)
|
|
|
377eef |
+
|
|
|
377eef |
+#ifdef __midipix__
|
|
|
377eef |
+ .section .got$_nettle_camellia_crypt,"r"
|
|
|
377eef |
+ .global __imp__nettle_camellia_crypt
|
|
|
377eef |
+__imp__nettle_camellia_crypt:
|
|
|
377eef |
+ .quad _nettle_camellia_crypt
|
|
|
377eef |
+ .linkonce discard
|
|
|
377eef |
+#endif
|
|
|
377eef |
diff -ru nettle-3.6.orig/x86_64/chacha-core-internal.asm nettle-3.6/x86_64/chacha-core-internal.asm
|
|
|
377eef |
--- nettle-3.6.orig/x86_64/chacha-core-internal.asm 2020-04-29 20:11:44.000000000 +0200
|
|
|
377eef |
+++ nettle-3.6/x86_64/chacha-core-internal.asm 2020-09-07 13:41:25.405128905 +0200
|
|
|
377eef |
@@ -126,3 +126,11 @@
|
|
|
377eef |
W64_EXIT(3, 6)
|
|
|
377eef |
ret
|
|
|
377eef |
EPILOGUE(_nettle_chacha_core)
|
|
|
377eef |
+
|
|
|
377eef |
+#ifdef __midipix__
|
|
|
377eef |
+ .section .got$_nettle_chacha_core,"r"
|
|
|
377eef |
+ .global __imp__nettle_chacha_core
|
|
|
377eef |
+__imp__nettle_chacha_core:
|
|
|
377eef |
+ .quad _nettle_chacha_core
|
|
|
377eef |
+ .linkonce discard
|
|
|
377eef |
+#endif
|
|
|
377eef |
diff -ru nettle-3.6.orig/x86_64/ecc-curve25519-modp.asm nettle-3.6/x86_64/ecc-curve25519-modp.asm
|
|
|
377eef |
--- nettle-3.6.orig/x86_64/ecc-curve25519-modp.asm 2020-04-29 20:11:44.000000000 +0200
|
|
|
377eef |
+++ nettle-3.6/x86_64/ecc-curve25519-modp.asm 2020-09-07 14:01:46.533804910 +0200
|
|
|
377eef |
@@ -92,3 +92,11 @@
|
|
|
377eef |
W64_EXIT(2, 0)
|
|
|
377eef |
ret
|
|
|
377eef |
EPILOGUE(_nettle_ecc_curve25519_modp)
|
|
|
377eef |
+
|
|
|
377eef |
+#ifdef __midipix__
|
|
|
377eef |
+ .section .got$_nettle_ecc_curve25519_modp,"r"
|
|
|
377eef |
+ .global __imp__nettle_ecc_curve25519_modp
|
|
|
377eef |
+__imp__nettle_ecc_curve25519_modp:
|
|
|
377eef |
+ .quad _nettle_ecc_curve25519_modp
|
|
|
377eef |
+ .linkonce discard
|
|
|
377eef |
+#endif
|
|
|
377eef |
diff -ru nettle-3.6.orig/x86_64/ecc-curve448-modp.asm nettle-3.6/x86_64/ecc-curve448-modp.asm
|
|
|
377eef |
--- nettle-3.6.orig/x86_64/ecc-curve448-modp.asm 2020-04-29 20:11:44.000000000 +0200
|
|
|
377eef |
+++ nettle-3.6/x86_64/ecc-curve448-modp.asm 2020-09-07 14:02:55.749802742 +0200
|
|
|
377eef |
@@ -142,3 +142,11 @@
|
|
|
377eef |
W64_EXIT(2, 0)
|
|
|
377eef |
ret
|
|
|
377eef |
EPILOGUE(_nettle_ecc_curve448_modp)
|
|
|
377eef |
+
|
|
|
377eef |
+#ifdef __midipix__
|
|
|
377eef |
+ .section .got$_nettle_ecc_curve448_modp,"r"
|
|
|
377eef |
+ .global __imp__nettle_ecc_curve448_modp
|
|
|
377eef |
+__imp__nettle_ecc_curve448_modp:
|
|
|
377eef |
+ .quad _nettle_ecc_curve448_modp
|
|
|
377eef |
+ .linkonce discard
|
|
|
377eef |
+#endif
|
|
|
377eef |
diff -ru nettle-3.6.orig/x86_64/ecc-secp192r1-modp.asm nettle-3.6/x86_64/ecc-secp192r1-modp.asm
|
|
|
377eef |
--- nettle-3.6.orig/x86_64/ecc-secp192r1-modp.asm 2020-04-29 20:11:44.000000000 +0200
|
|
|
377eef |
+++ nettle-3.6/x86_64/ecc-secp192r1-modp.asm 2020-09-07 14:04:12.289800346 +0200
|
|
|
377eef |
@@ -86,3 +86,11 @@
|
|
|
377eef |
W64_EXIT(2, 0)
|
|
|
377eef |
ret
|
|
|
377eef |
EPILOGUE(_nettle_ecc_secp192r1_modp)
|
|
|
377eef |
+
|
|
|
377eef |
+#ifdef __midipix__
|
|
|
377eef |
+ .section .got$_nettle_ecc_secp192r1_modp,"r"
|
|
|
377eef |
+ .global __imp__nettle_ecc_secp192r1_modp
|
|
|
377eef |
+__imp__nettle_ecc_secp192r1_modp:
|
|
|
377eef |
+ .quad _nettle_ecc_secp192r1_modp
|
|
|
377eef |
+ .linkonce discard
|
|
|
377eef |
+#endif
|
|
|
377eef |
diff -ru nettle-3.6.orig/x86_64/ecc-secp224r1-modp.asm nettle-3.6/x86_64/ecc-secp224r1-modp.asm
|
|
|
377eef |
--- nettle-3.6.orig/x86_64/ecc-secp224r1-modp.asm 2020-04-29 20:11:44.000000000 +0200
|
|
|
377eef |
+++ nettle-3.6/x86_64/ecc-secp224r1-modp.asm 2020-09-07 14:05:23.821798106 +0200
|
|
|
377eef |
@@ -129,3 +129,11 @@
|
|
|
377eef |
W64_EXIT(2, 0)
|
|
|
377eef |
ret
|
|
|
377eef |
EPILOGUE(_nettle_ecc_secp224r1_modp)
|
|
|
377eef |
+
|
|
|
377eef |
+#ifdef __midipix__
|
|
|
377eef |
+ .section .got$_nettle_ecc_secp224r1_modp,"r"
|
|
|
377eef |
+ .global __imp__nettle_ecc_secp224r1_modp
|
|
|
377eef |
+__imp__nettle_ecc_secp224r1_modp:
|
|
|
377eef |
+ .quad _nettle_ecc_secp224r1_modp
|
|
|
377eef |
+ .linkonce discard
|
|
|
377eef |
+#endif
|
|
|
377eef |
diff -ru nettle-3.6.orig/x86_64/ecc-secp256r1-redc.asm nettle-3.6/x86_64/ecc-secp256r1-redc.asm
|
|
|
377eef |
--- nettle-3.6.orig/x86_64/ecc-secp256r1-redc.asm 2020-04-29 20:11:44.000000000 +0200
|
|
|
377eef |
+++ nettle-3.6/x86_64/ecc-secp256r1-redc.asm 2020-09-07 14:06:51.854540772 +0200
|
|
|
377eef |
@@ -127,3 +127,11 @@
|
|
|
377eef |
W64_EXIT(2, 0)
|
|
|
377eef |
ret
|
|
|
377eef |
EPILOGUE(_nettle_ecc_secp256r1_redc)
|
|
|
377eef |
+
|
|
|
377eef |
+#ifdef __midipix__
|
|
|
377eef |
+ .section .got$_nettle_ecc_secp256r1_redc,"r"
|
|
|
377eef |
+ .global __imp__nettle_ecc_secp256r1_redc
|
|
|
377eef |
+__imp__nettle_ecc_secp256r1_redc:
|
|
|
377eef |
+ .quad _nettle_ecc_secp256r1_redc
|
|
|
377eef |
+ .linkonce discard
|
|
|
377eef |
+#endif
|
|
|
377eef |
diff -ru nettle-3.6.orig/x86_64/ecc-secp384r1-modp.asm nettle-3.6/x86_64/ecc-secp384r1-modp.asm
|
|
|
377eef |
--- nettle-3.6.orig/x86_64/ecc-secp384r1-modp.asm 2020-04-29 20:11:44.000000000 +0200
|
|
|
377eef |
+++ nettle-3.6/x86_64/ecc-secp384r1-modp.asm 2020-09-07 14:08:10.706538303 +0200
|
|
|
377eef |
@@ -232,3 +232,11 @@
|
|
|
377eef |
W64_EXIT(2, 0)
|
|
|
377eef |
ret
|
|
|
377eef |
EPILOGUE(_nettle_ecc_secp384r1_modp)
|
|
|
377eef |
+
|
|
|
377eef |
+#ifdef __midipix__
|
|
|
377eef |
+ .section .got$_nettle_ecc_secp384r1_modp,"r"
|
|
|
377eef |
+ .global __imp__nettle_ecc_secp384r1_modp
|
|
|
377eef |
+__imp__nettle_ecc_secp384r1_modp:
|
|
|
377eef |
+ .quad _nettle_ecc_secp384r1_modp
|
|
|
377eef |
+ .linkonce discard
|
|
|
377eef |
+#endif
|
|
|
377eef |
diff -ru nettle-3.6.orig/x86_64/ecc-secp521r1-modp.asm nettle-3.6/x86_64/ecc-secp521r1-modp.asm
|
|
|
377eef |
--- nettle-3.6.orig/x86_64/ecc-secp521r1-modp.asm 2020-04-29 20:11:44.000000000 +0200
|
|
|
377eef |
+++ nettle-3.6/x86_64/ecc-secp521r1-modp.asm 2020-09-07 14:09:27.370535902 +0200
|
|
|
377eef |
@@ -156,3 +156,11 @@
|
|
|
377eef |
W64_EXIT(2, 0)
|
|
|
377eef |
ret
|
|
|
377eef |
EPILOGUE(_nettle_ecc_secp521r1_modp)
|
|
|
377eef |
+
|
|
|
377eef |
+#ifdef __midipix__
|
|
|
377eef |
+ .section .got$_nettle_ecc_secp521r1_modp,"r"
|
|
|
377eef |
+ .global __imp__nettle_ecc_secp521r1_modp
|
|
|
377eef |
+__imp__nettle_ecc_secp521r1_modp:
|
|
|
377eef |
+ .quad _nettle_ecc_secp521r1_modp
|
|
|
377eef |
+ .linkonce discard
|
|
|
377eef |
+#endif
|
|
|
377eef |
diff -ru nettle-3.6.orig/x86_64/gcm-hash8.asm nettle-3.6/x86_64/gcm-hash8.asm
|
|
|
377eef |
--- nettle-3.6.orig/x86_64/gcm-hash8.asm 2020-04-29 20:11:44.000000000 +0200
|
|
|
377eef |
+++ nettle-3.6/x86_64/gcm-hash8.asm 2020-09-07 13:42:31.107641232 +0200
|
|
|
377eef |
@@ -238,3 +238,11 @@
|
|
|
377eef |
.value W(a7,d0),W(a6,12),W(a4,54),W(a5,96),W(a0,d8),W(a1,1a),W(a3,5c),W(a2,9e)
|
|
|
377eef |
.value W(b5,e0),W(b4,22),W(b6,64),W(b7,a6),W(b2,e8),W(b3,2a),W(b1,6c),W(b0,ae)
|
|
|
377eef |
.value W(bb,f0),W(ba,32),W(b8,74),W(b9,b6),W(bc,f8),W(bd,3a),W(bf,7c),W(be,be)
|
|
|
377eef |
+
|
|
|
377eef |
+#ifdef __midipix__
|
|
|
377eef |
+ .section .got$_nettle_gcm_hash8,"r"
|
|
|
377eef |
+ .global __imp__nettle_gcm_hash8
|
|
|
377eef |
+__imp__nettle_gcm_hash8:
|
|
|
377eef |
+ .quad _nettle_gcm_hash8
|
|
|
377eef |
+ .linkonce discard
|
|
|
377eef |
+#endif
|
|
|
377eef |
diff -ru nettle-3.6.orig/x86_64/md5-compress.asm nettle-3.6/x86_64/md5-compress.asm
|
|
|
377eef |
--- nettle-3.6.orig/x86_64/md5-compress.asm 2020-04-29 20:11:44.000000000 +0200
|
|
|
377eef |
+++ nettle-3.6/x86_64/md5-compress.asm 2020-09-07 13:44:12.135638069 +0200
|
|
|
377eef |
@@ -174,3 +174,11 @@
|
|
|
377eef |
|
|
|
377eef |
ret
|
|
|
377eef |
EPILOGUE(nettle_md5_compress)
|
|
|
377eef |
+
|
|
|
377eef |
+#ifdef __midipix__
|
|
|
377eef |
+ .section .got$nettle_md5_compress,"r"
|
|
|
377eef |
+ .global __imp_nettle_md5_compress
|
|
|
377eef |
+__imp_nettle_md5_compress:
|
|
|
377eef |
+ .quad nettle_md5_compress
|
|
|
377eef |
+ .linkonce discard
|
|
|
377eef |
+#endif
|
|
|
377eef |
diff -ru nettle-3.6.orig/x86_64/memxor3.asm nettle-3.6/x86_64/memxor3.asm
|
|
|
377eef |
--- nettle-3.6.orig/x86_64/memxor3.asm 2020-04-29 20:11:44.000000000 +0200
|
|
|
377eef |
+++ nettle-3.6/x86_64/memxor3.asm 2020-09-07 13:45:42.443635242 +0200
|
|
|
377eef |
@@ -261,3 +261,11 @@
|
|
|
377eef |
|
|
|
377eef |
|
|
|
377eef |
EPILOGUE(nettle_memxor3)
|
|
|
377eef |
+
|
|
|
377eef |
+#ifdef __midipix__
|
|
|
377eef |
+ .section .got$nettle_memxor3,"r"
|
|
|
377eef |
+ .global __imp_nettle_memxor3
|
|
|
377eef |
+__imp_nettle_memxor3:
|
|
|
377eef |
+ .quad nettle_memxor3
|
|
|
377eef |
+ .linkonce discard
|
|
|
377eef |
+#endif
|
|
|
377eef |
diff -ru nettle-3.6.orig/x86_64/memxor.asm nettle-3.6/x86_64/memxor.asm
|
|
|
377eef |
--- nettle-3.6.orig/x86_64/memxor.asm 2020-04-29 20:11:44.000000000 +0200
|
|
|
377eef |
+++ nettle-3.6/x86_64/memxor.asm 2020-09-07 13:46:40.999633408 +0200
|
|
|
377eef |
@@ -171,3 +171,11 @@
|
|
|
377eef |
>)
|
|
|
377eef |
|
|
|
377eef |
EPILOGUE(nettle_memxor)
|
|
|
377eef |
+
|
|
|
377eef |
+#ifdef __midipix__
|
|
|
377eef |
+ .section .got$nettle_memxor,"r"
|
|
|
377eef |
+ .global __imp_nettle_memxor
|
|
|
377eef |
+__imp_nettle_memxor:
|
|
|
377eef |
+ .quad nettle_memxor
|
|
|
377eef |
+ .linkonce discard
|
|
|
377eef |
+#endif
|
|
|
377eef |
diff -ru nettle-3.6.orig/x86_64/poly1305-internal.asm nettle-3.6/x86_64/poly1305-internal.asm
|
|
|
377eef |
--- nettle-3.6.orig/x86_64/poly1305-internal.asm 2020-04-29 20:11:44.000000000 +0200
|
|
|
377eef |
+++ nettle-3.6/x86_64/poly1305-internal.asm 2020-09-07 13:51:14.239748557 +0200
|
|
|
377eef |
@@ -184,3 +184,22 @@
|
|
|
377eef |
ret
|
|
|
377eef |
EPILOGUE(_nettle_poly1305_digest)
|
|
|
377eef |
|
|
|
377eef |
+#ifdef __midipix__
|
|
|
377eef |
+ .section .got$_nettle_poly1305_set_key,"r"
|
|
|
377eef |
+ .global __imp__nettle_poly1305_set_key
|
|
|
377eef |
+__imp__nettle_poly1305_set_key:
|
|
|
377eef |
+ .quad _nettle_poly1305_set_key
|
|
|
377eef |
+ .linkonce discard
|
|
|
377eef |
+
|
|
|
377eef |
+ .section .got$_nettle_poly1305_block,"r"
|
|
|
377eef |
+ .global __imp__nettle_poly1305_block
|
|
|
377eef |
+__imp__nettle_poly1305_block:
|
|
|
377eef |
+ .quad _nettle_poly1305_block
|
|
|
377eef |
+ .linkonce discard
|
|
|
377eef |
+
|
|
|
377eef |
+ .section .got$_nettle_poly1305_digest,"r"
|
|
|
377eef |
+ .global __imp__nettle_poly1305_digest
|
|
|
377eef |
+__imp__nettle_poly1305_digest:
|
|
|
377eef |
+ .quad _nettle_poly1305_digest
|
|
|
377eef |
+ .linkonce discard
|
|
|
377eef |
+#endif
|
|
|
377eef |
diff -ru nettle-3.6.orig/x86_64/salsa20-core-internal.asm nettle-3.6/x86_64/salsa20-core-internal.asm
|
|
|
377eef |
--- nettle-3.6.orig/x86_64/salsa20-core-internal.asm 2020-04-29 20:11:44.000000000 +0200
|
|
|
377eef |
+++ nettle-3.6/x86_64/salsa20-core-internal.asm 2020-09-07 13:53:21.847744562 +0200
|
|
|
377eef |
@@ -109,3 +109,11 @@
|
|
|
377eef |
W64_EXIT(3, 9)
|
|
|
377eef |
ret
|
|
|
377eef |
EPILOGUE(_nettle_salsa20_core)
|
|
|
377eef |
+
|
|
|
377eef |
+#ifdef __midipix__
|
|
|
377eef |
+ .section .got$_nettle_salsa20_core,"r"
|
|
|
377eef |
+ .global __imp__nettle_salsa20_core
|
|
|
377eef |
+__imp__nettle_salsa20_core:
|
|
|
377eef |
+ .quad _nettle_salsa20_core
|
|
|
377eef |
+ .linkonce discard
|
|
|
377eef |
+#endif
|
|
|
377eef |
diff -ru nettle-3.6.orig/x86_64/serpent-decrypt.asm nettle-3.6/x86_64/serpent-decrypt.asm
|
|
|
377eef |
--- nettle-3.6.orig/x86_64/serpent-decrypt.asm 2020-04-29 20:11:44.000000000 +0200
|
|
|
377eef |
+++ nettle-3.6/x86_64/serpent-decrypt.asm 2020-09-07 13:55:28.667790597 +0200
|
|
|
377eef |
@@ -714,3 +714,11 @@
|
|
|
377eef |
W64_EXIT(4, 13)
|
|
|
377eef |
ret
|
|
|
377eef |
EPILOGUE(nettle_serpent_decrypt)
|
|
|
377eef |
+
|
|
|
377eef |
+#ifdef __midipix__
|
|
|
377eef |
+ .section .got$nettle_serpent_decrypt,"r"
|
|
|
377eef |
+ .global __imp_nettle_serpent_decrypt
|
|
|
377eef |
+__imp_nettle_serpent_decrypt:
|
|
|
377eef |
+ .quad nettle_serpent_decrypt
|
|
|
377eef |
+ .linkonce discard
|
|
|
377eef |
+#endif
|
|
|
377eef |
diff -ru nettle-3.6.orig/x86_64/serpent-encrypt.asm nettle-3.6/x86_64/serpent-encrypt.asm
|
|
|
377eef |
--- nettle-3.6.orig/x86_64/serpent-encrypt.asm 2020-04-29 20:11:44.000000000 +0200
|
|
|
377eef |
+++ nettle-3.6/x86_64/serpent-encrypt.asm 2020-09-07 13:56:00.179789610 +0200
|
|
|
377eef |
@@ -749,3 +749,11 @@
|
|
|
377eef |
W64_EXIT(4, 13)
|
|
|
377eef |
ret
|
|
|
377eef |
EPILOGUE(nettle_serpent_encrypt)
|
|
|
377eef |
+
|
|
|
377eef |
+#ifdef __midipix__
|
|
|
377eef |
+ .section .got$nettle_serpent_encrypt,"r"
|
|
|
377eef |
+ .global __imp_nettle_serpent_encrypt
|
|
|
377eef |
+__imp_nettle_serpent_encrypt:
|
|
|
377eef |
+ .quad nettle_serpent_encrypt
|
|
|
377eef |
+ .linkonce discard
|
|
|
377eef |
+#endif
|
|
|
377eef |
diff -ru nettle-3.6.orig/x86_64/sha1-compress.asm nettle-3.6/x86_64/sha1-compress.asm
|
|
|
377eef |
--- nettle-3.6.orig/x86_64/sha1-compress.asm 2020-04-29 20:11:44.000000000 +0200
|
|
|
377eef |
+++ nettle-3.6/x86_64/sha1-compress.asm 2020-09-07 13:56:37.603788439 +0200
|
|
|
377eef |
@@ -305,3 +305,11 @@
|
|
|
377eef |
W64_EXIT(2, 0)
|
|
|
377eef |
ret
|
|
|
377eef |
EPILOGUE(nettle_sha1_compress)
|
|
|
377eef |
+
|
|
|
377eef |
+#ifdef __midipix__
|
|
|
377eef |
+ .section .got$nettle_sha1_compress,"r"
|
|
|
377eef |
+ .global __imp_nettle_sha1_compress
|
|
|
377eef |
+__imp_nettle_sha1_compress:
|
|
|
377eef |
+ .quad nettle_sha1_compress
|
|
|
377eef |
+ .linkonce discard
|
|
|
377eef |
+#endif
|
|
|
377eef |
diff -ru nettle-3.6.orig/x86_64/sha256-compress.asm nettle-3.6/x86_64/sha256-compress.asm
|
|
|
377eef |
--- nettle-3.6.orig/x86_64/sha256-compress.asm 2020-04-29 20:11:44.000000000 +0200
|
|
|
377eef |
+++ nettle-3.6/x86_64/sha256-compress.asm 2020-09-07 13:56:57.671787810 +0200
|
|
|
377eef |
@@ -208,3 +208,11 @@
|
|
|
377eef |
W64_EXIT(3, 0)
|
|
|
377eef |
ret
|
|
|
377eef |
EPILOGUE(_nettle_sha256_compress)
|
|
|
377eef |
+
|
|
|
377eef |
+#ifdef __midipix__
|
|
|
377eef |
+ .section .got$_nettle_sha256_compress,"r"
|
|
|
377eef |
+ .global __imp__nettle_sha256_compress
|
|
|
377eef |
+__imp__nettle_sha256_compress:
|
|
|
377eef |
+ .quad _nettle_sha256_compress
|
|
|
377eef |
+ .linkonce discard
|
|
|
377eef |
+#endif
|
|
|
377eef |
diff -ru nettle-3.6.orig/x86_64/sha3-permute.asm nettle-3.6/x86_64/sha3-permute.asm
|
|
|
377eef |
--- nettle-3.6.orig/x86_64/sha3-permute.asm 2020-04-29 20:11:44.000000000 +0200
|
|
|
377eef |
+++ nettle-3.6/x86_64/sha3-permute.asm 2020-09-07 13:57:35.427786628 +0200
|
|
|
377eef |
@@ -522,3 +522,11 @@
|
|
|
377eef |
.quad 0x800000000000808A
|
|
|
377eef |
.quad 0x0000000000008082
|
|
|
377eef |
.quad 0x0000000000000001
|
|
|
377eef |
+
|
|
|
377eef |
+#ifdef __midipix__
|
|
|
377eef |
+ .section .got$nettle_sha3_permute,"r"
|
|
|
377eef |
+ .global __imp_nettle_sha3_permute
|
|
|
377eef |
+__imp_nettle_sha3_permute:
|
|
|
377eef |
+ .quad nettle_sha3_permute
|
|
|
377eef |
+ .linkonce discard
|
|
|
377eef |
+#endif
|
|
|
377eef |
diff -ru nettle-3.6.orig/x86_64/sha512-compress.asm nettle-3.6/x86_64/sha512-compress.asm
|
|
|
377eef |
--- nettle-3.6.orig/x86_64/sha512-compress.asm 2020-04-29 20:11:44.000000000 +0200
|
|
|
377eef |
+++ nettle-3.6/x86_64/sha512-compress.asm 2020-09-07 13:58:36.391784719 +0200
|
|
|
377eef |
@@ -208,3 +208,11 @@
|
|
|
377eef |
W64_EXIT(3, 0)
|
|
|
377eef |
ret
|
|
|
377eef |
EPILOGUE(_nettle_sha512_compress)
|
|
|
377eef |
+
|
|
|
377eef |
+#ifdef __midipix__
|
|
|
377eef |
+ .section .got$_nettle_sha512_compress,"r"
|
|
|
377eef |
+ .global __imp__nettle_sha512_compress
|
|
|
377eef |
+__imp__nettle_sha512_compress:
|
|
|
377eef |
+ .quad _nettle_sha512_compress
|
|
|
377eef |
+ .linkonce discard
|
|
|
377eef |
+#endif
|
|
|
377eef |
diff -ru nettle-3.6.orig/x86_64/umac-nh.asm nettle-3.6/x86_64/umac-nh.asm
|
|
|
377eef |
--- nettle-3.6.orig/x86_64/umac-nh.asm 2020-04-29 20:11:44.000000000 +0200
|
|
|
377eef |
+++ nettle-3.6/x86_64/umac-nh.asm 2020-09-07 13:58:59.259784003 +0200
|
|
|
377eef |
@@ -79,3 +79,11 @@
|
|
|
377eef |
W64_EXIT(3, 7)
|
|
|
377eef |
ret
|
|
|
377eef |
EPILOGUE(_nettle_umac_nh)
|
|
|
377eef |
+
|
|
|
377eef |
+#ifdef __midipix__
|
|
|
377eef |
+ .section .got$_nettle_umac_nh,"r"
|
|
|
377eef |
+ .global __imp__nettle_umac_nh
|
|
|
377eef |
+__imp__nettle_umac_nh:
|
|
|
377eef |
+ .quad _nettle_umac_nh
|
|
|
377eef |
+ .linkonce discard
|
|
|
377eef |
+#endif
|
|
|
377eef |
diff -ru nettle-3.6.orig/x86_64/umac-nh-n.asm nettle-3.6/x86_64/umac-nh-n.asm
|
|
|
377eef |
--- nettle-3.6.orig/x86_64/umac-nh-n.asm 2020-04-29 20:11:44.000000000 +0200
|
|
|
377eef |
+++ nettle-3.6/x86_64/umac-nh-n.asm 2020-09-07 13:59:24.655783208 +0200
|
|
|
377eef |
@@ -273,3 +273,11 @@
|
|
|
377eef |
W64_EXIT(5, 14)
|
|
|
377eef |
ret
|
|
|
377eef |
EPILOGUE(_nettle_umac_nh_n)
|
|
|
377eef |
+
|
|
|
377eef |
+#ifdef __midipix__
|
|
|
377eef |
+ .section .got$_nettle_umac_nh_n,"r"
|
|
|
377eef |
+ .global __imp__nettle_umac_nh_n
|
|
|
377eef |
+__imp__nettle_umac_nh_n:
|
|
|
377eef |
+ .quad _nettle_umac_nh_n
|
|
|
377eef |
+ .linkonce discard
|
|
|
377eef |
+#endif
|