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

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

Issue 1001833005: Update from https://crrev.com/320343 (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Supress Created 5 years, 9 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 .extern»OPENSSL_ia32cap_P
4 .hidden OPENSSL_ia32cap_P
4 5
5 .globl asm_RC4 6 .globl asm_RC4
6 .hidden asm_RC4 7 .hidden asm_RC4
7 .type asm_RC4,@function 8 .type asm_RC4,@function
8 .align 16 9 .align 16
9 asm_RC4: 10 asm_RC4:
10 orq %rsi,%rsi 11 orq %rsi,%rsi
11 jne .Lentry 12 jne .Lentry
12 .byte 0xf3,0xc3 13 .byte 0xf3,0xc3
13 .Lentry: 14 .Lentry:
(...skipping 572 matching lines...) Expand 10 before | Expand all | Expand 10 after
586 movl $-1,256(%rdi) 587 movl $-1,256(%rdi)
587 588
588 .align 16 589 .align 16
589 .Lexit_key: 590 .Lexit_key:
590 xorl %eax,%eax 591 xorl %eax,%eax
591 movl %eax,-8(%rdi) 592 movl %eax,-8(%rdi)
592 movl %eax,-4(%rdi) 593 movl %eax,-4(%rdi)
593 .byte 0xf3,0xc3 594 .byte 0xf3,0xc3
594 .size asm_RC4_set_key,.-asm_RC4_set_key 595 .size asm_RC4_set_key,.-asm_RC4_set_key
595 #endif 596 #endif
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698