OLD | NEW |
1 #if defined(__i386__) | 1 #if defined(__i386__) |
2 .file» "src/crypto/aes/asm/aesni-x86.S" | 2 .file» "src/crypto/fipsmodule/aes/asm/aesni-x86.S" |
3 .text | 3 .text |
4 .globl _aesni_encrypt | 4 .globl _aesni_encrypt |
5 .private_extern _aesni_encrypt | 5 .private_extern _aesni_encrypt |
6 .align 4 | 6 .align 4 |
7 _aesni_encrypt: | 7 _aesni_encrypt: |
8 L_aesni_encrypt_begin: | 8 L_aesni_encrypt_begin: |
9 movl 4(%esp),%eax | 9 movl 4(%esp),%eax |
10 movl 12(%esp),%edx | 10 movl 12(%esp),%edx |
11 movups (%eax),%xmm2 | 11 movups (%eax),%xmm2 |
12 movl 240(%edx),%ecx | 12 movl 240(%edx),%ecx |
(...skipping 2411 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2424 .long 27,27,27,27 | 2424 .long 27,27,27,27 |
2425 .byte 65,69,83,32,102,111,114,32,73,110,116,101,108,32,65,69 | 2425 .byte 65,69,83,32,102,111,114,32,73,110,116,101,108,32,65,69 |
2426 .byte 83,45,78,73,44,32,67,82,89,80,84,79,71,65,77,83 | 2426 .byte 83,45,78,73,44,32,67,82,89,80,84,79,71,65,77,83 |
2427 .byte 32,98,121,32,60,97,112,112,114,111,64,111,112,101,110,115 | 2427 .byte 32,98,121,32,60,97,112,112,114,111,64,111,112,101,110,115 |
2428 .byte 115,108,46,111,114,103,62,0 | 2428 .byte 115,108,46,111,114,103,62,0 |
2429 .section __IMPORT,__pointers,non_lazy_symbol_pointers | 2429 .section __IMPORT,__pointers,non_lazy_symbol_pointers |
2430 L_OPENSSL_ia32cap_P$non_lazy_ptr: | 2430 L_OPENSSL_ia32cap_P$non_lazy_ptr: |
2431 .indirect_symbol _OPENSSL_ia32cap_P | 2431 .indirect_symbol _OPENSSL_ia32cap_P |
2432 .long 0 | 2432 .long 0 |
2433 #endif | 2433 #endif |
OLD | NEW |