OLD | NEW |
1 #if defined(__i386__) | 1 #if defined(__i386__) |
2 .file "aes-586.S" | 2 .file "aes-586.S" |
3 .text | 3 .text |
4 .align 4 | 4 .align 4 |
5 __x86_AES_encrypt_compact: | 5 __x86_AES_encrypt_compact: |
6 movl %edi,20(%esp) | 6 movl %edi,20(%esp) |
7 xorl (%edi),%eax | 7 xorl (%edi),%eax |
8 xorl 4(%edi),%ebx | 8 xorl 4(%edi),%ebx |
9 xorl 8(%edi),%ecx | 9 xorl 8(%edi),%ecx |
10 xorl 12(%edi),%edx | 10 xorl 12(%edi),%edx |
(...skipping 3188 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3199 popl %ebx | 3199 popl %ebx |
3200 popl %ebp | 3200 popl %ebp |
3201 ret | 3201 ret |
3202 .byte 65,69,83,32,102,111,114,32,120,56,54,44,32,67,82,89 | 3202 .byte 65,69,83,32,102,111,114,32,120,56,54,44,32,67,82,89 |
3203 .byte 80,84,79,71,65,77,83,32,98,121,32,60,97,112,112,114 | 3203 .byte 80,84,79,71,65,77,83,32,98,121,32,60,97,112,112,114 |
3204 .byte 111,64,111,112,101,110,115,115,108,46,111,114,103,62,0 | 3204 .byte 111,64,111,112,101,110,115,115,108,46,111,114,103,62,0 |
3205 .section __IMPORT,__pointers,non_lazy_symbol_pointers | 3205 .section __IMPORT,__pointers,non_lazy_symbol_pointers |
3206 L_OPENSSL_ia32cap_P$non_lazy_ptr: | 3206 L_OPENSSL_ia32cap_P$non_lazy_ptr: |
3207 .indirect_symbol _OPENSSL_ia32cap_P | 3207 .indirect_symbol _OPENSSL_ia32cap_P |
3208 .long 0 | 3208 .long 0 |
3209 #endif | 3209 #endif |
OLD | NEW |