summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/modes/asm/ghash-x86_64.pl
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/lib/libcrypto/modes/asm/ghash-x86_64.pl2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/lib/libcrypto/modes/asm/ghash-x86_64.pl b/src/lib/libcrypto/modes/asm/ghash-x86_64.pl
index f3caac15d6..bf547a041b 100644
--- a/src/lib/libcrypto/modes/asm/ghash-x86_64.pl
+++ b/src/lib/libcrypto/modes/asm/ghash-x86_64.pl
@@ -165,6 +165,7 @@ $code=<<___;
165.type gcm_gmult_4bit,\@function,2 165.type gcm_gmult_4bit,\@function,2
166.align 16 166.align 16
167gcm_gmult_4bit: 167gcm_gmult_4bit:
168 _CET_ENDBR
168 push %rbx 169 push %rbx
169 push %rbp # %rbp and %r12 are pushed exclusively in 170 push %rbp # %rbp and %r12 are pushed exclusively in
170 push %r12 # order to reuse Win64 exception handler... 171 push %r12 # order to reuse Win64 exception handler...
@@ -195,6 +196,7 @@ $code.=<<___;
195.type gcm_ghash_4bit,\@function,4 196.type gcm_ghash_4bit,\@function,4
196.align 16 197.align 16
197gcm_ghash_4bit: 198gcm_ghash_4bit:
199 _CET_ENDBR
198 push %rbx 200 push %rbx
199 push %rbp 201 push %rbp
200 push %r12 202 push %r12