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

Side by Side Diff: third_party/boringssl/linux-x86_64/crypto/rc4/rc4-x86_64.S

Issue 565503002: Roll BoringSSL. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: update_gypi_and_asm.py (that was kind of the point) Created 6 years, 3 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 unified diff | Download patch
OLDNEW
1 #if defined(__x86_64__) 1 #if defined(__x86_64__)
2 .text 2 .text
3 3
4 4
5 .globl asm_RC4 5 .globl asm_RC4
6 .hidden asm_RC4 6 .hidden asm_RC4
7 .type asm_RC4,@function 7 .type asm_RC4,@function
8 .align 16 8 .align 16
9 asm_RC4: 9 asm_RC4:
10 orq %rsi,%rsi 10 orq %rsi,%rsi
(...skipping 603 matching lines...) Expand 10 before | Expand all | Expand 10 after
614 .Ldone: 614 .Ldone:
615 .byte 0xf3,0xc3 615 .byte 0xf3,0xc3
616 .align 64 616 .align 64
617 .Lopts: 617 .Lopts:
618 .byte 114,99,52,40,56,120,44,105,110,116,41,0 618 .byte 114,99,52,40,56,120,44,105,110,116,41,0
619 .byte 114,99,52,40,56,120,44,99,104,97,114,41,0 619 .byte 114,99,52,40,56,120,44,99,104,97,114,41,0
620 .byte 114,99,52,40,49,54,120,44,105,110,116,41,0 620 .byte 114,99,52,40,49,54,120,44,105,110,116,41,0
621 .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,1 11,114,103,62,0 621 .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,1 11,114,103,62,0
622 .align 64 622 .align 64
623 .size RC4_options,.-RC4_options 623 .size RC4_options,.-RC4_options
624 #endif 624 #endif
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698