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

Side by Side Diff: third_party/boringssl/mac-x86/crypto/md5/md5-586.S

Issue 401153002: Switch to BoringSSL. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase across DEPS change Created 6 years, 5 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 | Annotate | Revision Log
OLDNEW
1 #if defined(__i386__) 1 #if defined(__i386__)
2 .file "src/crypto/md5/asm/md5-586.S" 2 .file "src/crypto/md5/asm/md5-586.S"
3 .text 3 .text
4 .globl _md5_block_asm_data_order 4 .globl _md5_block_asm_data_order
5 .align 4 5 .align 4
6 _md5_block_asm_data_order: 6 _md5_block_asm_data_order:
7 L_md5_block_asm_data_order_begin: 7 L_md5_block_asm_data_order_begin:
8 pushl %esi 8 pushl %esi
9 pushl %edi 9 pushl %edi
10 movl 12(%esp),%edi 10 movl 12(%esp),%edi
(...skipping 658 matching lines...) Expand 10 before | Expand all | Expand 10 after
669 movl %ecx,8(%ebp) 669 movl %ecx,8(%ebp)
670 movl %edx,12(%ebp) 670 movl %edx,12(%ebp)
671 cmpl %esi,%edi 671 cmpl %esi,%edi
672 jae L000start 672 jae L000start
673 popl %eax 673 popl %eax
674 popl %ebx 674 popl %ebx
675 popl %ebp 675 popl %ebp
676 popl %edi 676 popl %edi
677 popl %esi 677 popl %esi
678 ret 678 ret
679 #endif 679 #endif
OLDNEW
« no previous file with comments | « third_party/boringssl/mac-x86/crypto/cpu-x86-asm.S ('k') | third_party/boringssl/mac-x86/crypto/modes/ghash-x86.S » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698