Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1090)

Unified Diff: third_party/boringssl/win-x86_64/crypto/rc4/rc4-x86_64.asm

Issue 952293002: Roll BoringSSL b180ee9..09bdb2a (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: roll a little further Created 5 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « third_party/boringssl/win-x86_64/crypto/cpu-x86_64-asm.asm ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/boringssl/win-x86_64/crypto/rc4/rc4-x86_64.asm
diff --git a/third_party/boringssl/win-x86_64/crypto/rc4/rc4-x86_64.asm b/third_party/boringssl/win-x86_64/crypto/rc4/rc4-x86_64.asm
index 18ef62dfc5ad1e389e104afa657cb322141c41c1..c7c3b7b6c0ffb28701b0dac4e5cd83a340bf3791 100644
--- a/third_party/boringssl/win-x86_64/crypto/rc4/rc4-x86_64.asm
+++ b/third_party/boringssl/win-x86_64/crypto/rc4/rc4-x86_64.asm
@@ -619,35 +619,6 @@ $L$exit_key:
mov rsi,QWORD[16+rsp]
DB 0F3h,0C3h ;repret
$L$SEH_end_asm_RC4_set_key:
-
-global RC4_options
-
-ALIGN 16
-RC4_options:
- lea rax,[$L$opts]
- mov rdx,QWORD[OPENSSL_ia32cap_P]
- mov edx,DWORD[rdx]
- bt edx,20
- jc NEAR $L$8xchar
- bt edx,30
- jnc NEAR $L$done
- add rax,25
- DB 0F3h,0C3h ;repret
-$L$8xchar:
- add rax,12
-$L$done:
- DB 0F3h,0C3h ;repret
-ALIGN 64
-$L$opts:
-DB 114,99,52,40,56,120,44,105,110,116,41,0
-DB 114,99,52,40,56,120,44,99,104,97,114,41,0
-DB 114,99,52,40,49,54,120,44,105,110,116,41,0
-DB 82,67,52,32,102,111,114,32,120,56,54,95,54,52,44,32
-DB 67,82,89,80,84,79,71,65,77,83,32,98,121,32,60,97
-DB 112,112,114,111,64,111,112,101,110,115,115,108,46,111,114,103
-DB 62,0
-ALIGN 64
-
EXTERN __imp_RtlVirtualUnwind
ALIGN 16
« no previous file with comments | « third_party/boringssl/win-x86_64/crypto/cpu-x86_64-asm.asm ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698