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

Side by Side Diff: third_party/boringssl/mac-x86/crypto/aes/vpaes-x86.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 "vpaes-x86.S" 2 .file "vpaes-x86.S"
3 .text 3 .text
4 .align 6,0x90 4 .align 6,0x90
5 L_vpaes_consts: 5 L_vpaes_consts:
6 .long 218628480,235210255,168496130,67568393 6 .long 218628480,235210255,168496130,67568393
7 .long 252381056,17041926,33884169,51187212 7 .long 252381056,17041926,33884169,51187212
8 .long 252645135,252645135,252645135,252645135 8 .long 252645135,252645135,252645135,252645135
9 .long 1512730624,3266504856,1377990664,3401244816 9 .long 1512730624,3266504856,1377990664,3401244816
10 .long 830229760,1275146365,2969422977,3447763452 10 .long 830229760,1275146365,2969422977,3447763452
(...skipping 616 matching lines...) Expand 10 before | Expand all | Expand 10 after
627 L024cbc_done: 627 L024cbc_done:
628 movl 8(%esp),%ebx 628 movl 8(%esp),%ebx
629 movl 48(%esp),%esp 629 movl 48(%esp),%esp
630 movdqu %xmm1,(%ebx) 630 movdqu %xmm1,(%ebx)
631 L020cbc_abort: 631 L020cbc_abort:
632 popl %edi 632 popl %edi
633 popl %esi 633 popl %esi
634 popl %ebx 634 popl %ebx
635 popl %ebp 635 popl %ebp
636 ret 636 ret
637 #endif 637 #endif
OLDNEW
« no previous file with comments | « third_party/boringssl/mac-x86/crypto/aes/aesni-x86.S ('k') | third_party/boringssl/mac-x86/crypto/bn/bn-586.S » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698