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

Unified Diff: third_party/boringssl/mac-x86_64/crypto/rc4/rc4-x86_64.S

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
Index: third_party/boringssl/mac-x86_64/crypto/rc4/rc4-x86_64.S
diff --git a/third_party/boringssl/mac-x86_64/crypto/rc4/rc4-x86_64.S b/third_party/boringssl/mac-x86_64/crypto/rc4/rc4-x86_64.S
index 44147ffd0343a51962468a4d4c7c32a10688836b..780818476c51ae55c12653762bd1b413dc5e02aa 100644
--- a/third_party/boringssl/mac-x86_64/crypto/rc4/rc4-x86_64.S
+++ b/third_party/boringssl/mac-x86_64/crypto/rc4/rc4-x86_64.S
@@ -592,31 +592,4 @@ L$exit_key:
movl %eax,-4(%rdi)
.byte 0xf3,0xc3
-
-.globl _RC4_options
-.private_extern _RC4_options
-
-.p2align 4
-_RC4_options:
- leaq L$opts(%rip),%rax
- movq _OPENSSL_ia32cap_P(%rip),%rdx
- movl (%rdx),%edx
- btl $20,%edx
- jc L$8xchar
- btl $30,%edx
- jnc L$done
- addq $25,%rax
- .byte 0xf3,0xc3
-L$8xchar:
- addq $12,%rax
-L$done:
- .byte 0xf3,0xc3
-.p2align 6
-L$opts:
-.byte 114,99,52,40,56,120,44,105,110,116,41,0
-.byte 114,99,52,40,56,120,44,99,104,97,114,41,0
-.byte 114,99,52,40,49,54,120,44,105,110,116,41,0
-.byte 82,67,52,32,102,111,114,32,120,56,54,95,54,52,44,32,67,82,89,80,84,79,71,65,77,83,32,98,121,32,60,97,112,112,114,111,64,111,112,101,110,115,115,108,46,111,114,103,62,0
-.p2align 6
-
#endif
« no previous file with comments | « third_party/boringssl/mac-x86_64/crypto/cpu-x86_64-asm.S ('k') | third_party/boringssl/win-x86/crypto/cpu-x86-asm.asm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698