22 lines
464 B
Text
22 lines
464 B
Text
|
Index: cipher/cipher-gcm-armv8-aarch64-ce.S
|
||
|
--- cipher/cipher-gcm-armv8-aarch64-ce.S.orig
|
||
|
+++ cipher/cipher-gcm-armv8-aarch64-ce.S
|
||
|
@@ -25,7 +25,7 @@
|
||
|
|
||
|
.cpu generic+simd+crypto
|
||
|
|
||
|
-.text
|
||
|
+.rodata
|
||
|
|
||
|
|
||
|
/* Constants */
|
||
|
@@ -170,6 +170,8 @@ gcry_gcm_reduction_constant:
|
||
|
CFI_ADJUST_CFA_OFFSET(-16); \
|
||
|
ldp d8, d9, [sp], #16; \
|
||
|
CFI_ADJUST_CFA_OFFSET(-16);
|
||
|
+
|
||
|
+.text
|
||
|
|
||
|
/*
|
||
|
* unsigned int _gcry_ghash_armv8_ce_pmull (void *gcm_key, byte *result,
|