Changeset 94083 in vbox for trunk/src/libs/openssl-3.0.1/crypto/genasm-elf/aes-586.S
- Timestamp:
- Mar 3, 2022 7:43:34 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/libs/openssl-3.0.1/crypto/genasm-elf/aes-586.S
r83531 r94083 3 3 .align 16 4 4 _x86_AES_encrypt_compact: 5 .byte 243,15,30,251 5 6 movl %edi,20(%esp) 6 7 xorl (%edi),%eax … … 270 271 .align 16 271 272 _sse_AES_encrypt_compact: 273 .byte 243,15,30,251 272 274 pxor (%edi),%mm0 273 275 pxor 8(%edi),%mm4 … … 427 429 .align 16 428 430 _x86_AES_encrypt: 431 .byte 243,15,30,251 429 432 movl %edi,20(%esp) 430 433 xorl (%edi),%eax … … 981 984 AES_encrypt: 982 985 .L_AES_encrypt_begin: 986 .byte 243,15,30,251 983 987 pushl %ebp 984 988 pushl %ebx … … 1044 1048 .align 16 1045 1049 _x86_AES_decrypt_compact: 1050 .byte 243,15,30,251 1046 1051 movl %edi,20(%esp) 1047 1052 xorl (%edi),%eax … … 1399 1404 .align 16 1400 1405 _sse_AES_decrypt_compact: 1406 .byte 243,15,30,251 1401 1407 pxor (%edi),%mm0 1402 1408 pxor 8(%edi),%mm4 … … 1615 1621 .align 16 1616 1622 _x86_AES_decrypt: 1623 .byte 243,15,30,251 1617 1624 movl %edi,20(%esp) 1618 1625 xorl (%edi),%eax … … 2173 2180 AES_decrypt: 2174 2181 .L_AES_decrypt_begin: 2182 .byte 243,15,30,251 2175 2183 pushl %ebp 2176 2184 pushl %ebx … … 2238 2246 AES_cbc_encrypt: 2239 2247 .L_AES_cbc_encrypt_begin: 2248 .byte 243,15,30,251 2240 2249 pushl %ebp 2241 2250 pushl %ebx … … 2769 2778 .align 16 2770 2779 _x86_AES_set_encrypt_key: 2780 .byte 243,15,30,251 2771 2781 pushl %ebp 2772 2782 pushl %ebx … … 3001 3011 AES_set_encrypt_key: 3002 3012 .L_AES_set_encrypt_key_begin: 3013 .byte 243,15,30,251 3003 3014 call _x86_AES_set_encrypt_key 3004 3015 ret … … 3009 3020 AES_set_decrypt_key: 3010 3021 .L_AES_set_decrypt_key_begin: 3022 .byte 243,15,30,251 3011 3023 call _x86_AES_set_encrypt_key 3012 3024 cmpl $0,%eax … … 3242 3254 .byte 111,64,111,112,101,110,115,115,108,46,111,114,103,62,0 3243 3255 .comm OPENSSL_ia32cap_P,16,4 3256 3257 .section ".note.gnu.property", "a" 3258 .p2align 2 3259 .long 1f - 0f 3260 .long 4f - 1f 3261 .long 5 3262 0: 3263 .asciz "GNU" 3264 1: 3265 .p2align 2 3266 .long 0xc0000002 3267 .long 3f - 2f 3268 2: 3269 .long 3 3270 3: 3271 .p2align 2 3272 4:
Note:
See TracChangeset
for help on using the changeset viewer.