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

Side by Side Diff: third_party/boringssl/linux-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 64 4 .align 64
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 642 matching lines...) Expand 10 before | Expand all | Expand 10 after
653 movl 8(%esp),%ebx 653 movl 8(%esp),%ebx
654 movl 48(%esp),%esp 654 movl 48(%esp),%esp
655 movdqu %xmm1,(%ebx) 655 movdqu %xmm1,(%ebx)
656 .L020cbc_abort: 656 .L020cbc_abort:
657 popl %edi 657 popl %edi
658 popl %esi 658 popl %esi
659 popl %ebx 659 popl %ebx
660 popl %ebp 660 popl %ebp
661 ret 661 ret
662 .size vpaes_cbc_encrypt,.-.L_vpaes_cbc_encrypt_begin 662 .size vpaes_cbc_encrypt,.-.L_vpaes_cbc_encrypt_begin
663 #endif 663 #endif
OLDNEW
« no previous file with comments | « third_party/boringssl/linux-x86/crypto/aes/aesni-x86.S ('k') | third_party/boringssl/linux-x86/crypto/bn/bn-586.S » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698