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

Side by Side Diff: third_party/boringssl/linux-x86/crypto/aes/aes-586.S

Issue 404613002: Fix BoringSSL build and tests on OS X. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase 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 "aes-586.S" 2 .file "aes-586.S"
3 .text 3 .text
4 .type _x86_AES_encrypt_compact,@function 4 .type _x86_AES_encrypt_compact,@function
5 .align 16 5 .align 16
6 _x86_AES_encrypt_compact: 6 _x86_AES_encrypt_compact:
7 movl %edi,20(%esp) 7 movl %edi,20(%esp)
8 xorl (%edi),%eax 8 xorl (%edi),%eax
9 xorl 4(%edi),%ebx 9 xorl 4(%edi),%ebx
10 xorl 8(%edi),%ecx 10 xorl 8(%edi),%ecx
(...skipping 3224 matching lines...) Expand 10 before | Expand all | Expand 10 after
3235 xorl %eax,%eax 3235 xorl %eax,%eax
3236 popl %edi 3236 popl %edi
3237 popl %esi 3237 popl %esi
3238 popl %ebx 3238 popl %ebx
3239 popl %ebp 3239 popl %ebp
3240 ret 3240 ret
3241 .size AES_set_decrypt_key,.-.L_AES_set_decrypt_key_begin 3241 .size AES_set_decrypt_key,.-.L_AES_set_decrypt_key_begin
3242 .byte 65,69,83,32,102,111,114,32,120,56,54,44,32,67,82,89 3242 .byte 65,69,83,32,102,111,114,32,120,56,54,44,32,67,82,89
3243 .byte 80,84,79,71,65,77,83,32,98,121,32,60,97,112,112,114 3243 .byte 80,84,79,71,65,77,83,32,98,121,32,60,97,112,112,114
3244 .byte 111,64,111,112,101,110,115,115,108,46,111,114,103,62,0 3244 .byte 111,64,111,112,101,110,115,115,108,46,111,114,103,62,0
3245 #endif 3245 #endif
OLDNEW
« no previous file with comments | « third_party/boringssl/boringssl_unittest.cc ('k') | third_party/boringssl/linux-x86/crypto/aes/aesni-x86.S » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698