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

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

Issue 2829743002: Roll src/third_party/boringssl/src bc6a76b0e..777fdd644 (Closed)
Patch Set: Created 3 years, 8 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
OLDNEW
1 #if defined(__i386__) 1 #if defined(__i386__)
2 .file "aes-586.S" 2 .file "aes-586.S"
3 .text 3 .text
4 .private_extern __x86_AES_encrypt_compact 4 .private_extern __x86_AES_encrypt_compact
5 .align 4 5 .align 4
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 3201 matching lines...) Expand 10 before | Expand all | Expand 10 after
3212 popl %ebp 3212 popl %ebp
3213 ret 3213 ret
3214 .byte 65,69,83,32,102,111,114,32,120,56,54,44,32,67,82,89 3214 .byte 65,69,83,32,102,111,114,32,120,56,54,44,32,67,82,89
3215 .byte 80,84,79,71,65,77,83,32,98,121,32,60,97,112,112,114 3215 .byte 80,84,79,71,65,77,83,32,98,121,32,60,97,112,112,114
3216 .byte 111,64,111,112,101,110,115,115,108,46,111,114,103,62,0 3216 .byte 111,64,111,112,101,110,115,115,108,46,111,114,103,62,0
3217 .section __IMPORT,__pointers,non_lazy_symbol_pointers 3217 .section __IMPORT,__pointers,non_lazy_symbol_pointers
3218 L_OPENSSL_ia32cap_P$non_lazy_ptr: 3218 L_OPENSSL_ia32cap_P$non_lazy_ptr:
3219 .indirect_symbol _OPENSSL_ia32cap_P 3219 .indirect_symbol _OPENSSL_ia32cap_P
3220 .long 0 3220 .long 0
3221 #endif 3221 #endif
OLDNEW
« no previous file with comments | « third_party/boringssl/mac-x86/crypto/aes/vpaes-x86.S ('k') | third_party/boringssl/mac-x86/crypto/fipsmodule/aesni-x86.S » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698