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

Side by Side Diff: third_party/boringssl/mac-x86/crypto/sha/sha256-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 "sha512-586.S" 2 .file "sha512-586.S"
3 .text 3 .text
4 .globl _sha256_block_data_order 4 .globl _sha256_block_data_order
5 .align 4 5 .align 4
6 _sha256_block_data_order: 6 _sha256_block_data_order:
7 L_sha256_block_data_order_begin: 7 L_sha256_block_data_order_begin:
8 pushl %ebp 8 pushl %ebp
9 pushl %ebx 9 pushl %ebx
10 pushl %esi 10 pushl %esi
(...skipping 3326 matching lines...) Expand 10 before | Expand all | Expand 10 after
3337 movl %ebx,24(%esp) 3337 movl %ebx,24(%esp)
3338 movl %ecx,28(%esp) 3338 movl %ecx,28(%esp)
3339 cmpl 104(%esp),%edi 3339 cmpl 104(%esp),%edi
3340 jb L009grand_loop 3340 jb L009grand_loop
3341 movl 108(%esp),%esp 3341 movl 108(%esp),%esp
3342 popl %edi 3342 popl %edi
3343 popl %esi 3343 popl %esi
3344 popl %ebx 3344 popl %ebx
3345 popl %ebp 3345 popl %ebp
3346 ret 3346 ret
3347 #endif 3347 #endif
OLDNEW
« no previous file with comments | « third_party/boringssl/mac-x86/crypto/sha/sha1-586.S ('k') | third_party/boringssl/mac-x86/crypto/sha/sha512-586.S » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698