summaryrefslogtreecommitdiff
path: root/x64dll.asm
diff options
context:
space:
mode:
authorJeffrey Walton <noloader@gmail.com>2018-08-20 07:16:59 -0400
committerJeffrey Walton <noloader@gmail.com>2018-08-20 07:16:59 -0400
commit01779726dbd29803792ea524bd169f18e2b45722 (patch)
tree367d9f6c8d44418d543b48135a20b91e6969c7d5 /x64dll.asm
parent8c5a5586630fa2f39f76725f125596085ba2e12e (diff)
downloadcryptopp-git-01779726dbd29803792ea524bd169f18e2b45722.tar.gz
Use consistent suffix for SSE2 ASM
Diffstat (limited to 'x64dll.asm')
-rw-r--r--x64dll.asm12
1 files changed, 6 insertions, 6 deletions
diff --git a/x64dll.asm b/x64dll.asm
index 0adb5c11..33fa6a17 100644
--- a/x64dll.asm
+++ b/x64dll.asm
@@ -58,7 +58,7 @@ $1@Baseline_Sub:
Baseline_Sub ENDP
ALIGN 8
-Rijndael_Enc_AdvancedProcessBlocks PROC FRAME
+Rijndael_Enc_AdvancedProcessBlocks_SSE2 PROC FRAME
rex_push_reg rsi
push_reg rdi
push_reg rbx
@@ -454,10 +454,10 @@ pop rbx
pop rdi
pop rsi
ret
-Rijndael_Enc_AdvancedProcessBlocks ENDP
+Rijndael_Enc_AdvancedProcessBlocks_SSE2 ENDP
ALIGN 8
-GCM_AuthenticateBlocks_2K PROC FRAME
+GCM_AuthenticateBlocks_2K_SSE2 PROC FRAME
rex_push_reg rsi
push_reg rdi
push_reg rbx
@@ -593,10 +593,10 @@ pop rbx
pop rdi
pop rsi
ret
-GCM_AuthenticateBlocks_2K ENDP
+GCM_AuthenticateBlocks_2K_SSE2 ENDP
ALIGN 8
-GCM_AuthenticateBlocks_64K PROC FRAME
+GCM_AuthenticateBlocks_64K_SSE2 PROC FRAME
rex_push_reg rsi
push_reg rdi
.endprolog
@@ -673,7 +673,7 @@ movdqa [rsi], xmm0
pop rdi
pop rsi
ret
-GCM_AuthenticateBlocks_64K ENDP
+GCM_AuthenticateBlocks_64K_SSE2 ENDP
ALIGN 8
SHA256_HashMultipleBlocks_SSE2 PROC FRAME