VirtualBox

source: vbox/trunk/src/libs/openssl-3.0.3/crypto/genasm-elf/aesni-gcm-x86_64.S@ 96662

Last change on this file since 96662 was 94096, checked in by vboxsync, 3 years ago

libs/openssl-3.0.1: Fix for gnu assemblers and recreate asm files, ​bugref:10128

File size: 665 bytes
Line 
1.text
2
3.globl aesni_gcm_encrypt
4.type aesni_gcm_encrypt,@function
5aesni_gcm_encrypt:
6.cfi_startproc
7 xorl %eax,%eax
8 .byte 0xf3,0xc3
9.cfi_endproc
10.size aesni_gcm_encrypt,.-aesni_gcm_encrypt
11
12.globl aesni_gcm_decrypt
13.type aesni_gcm_decrypt,@function
14aesni_gcm_decrypt:
15.cfi_startproc
16 xorl %eax,%eax
17 .byte 0xf3,0xc3
18.cfi_endproc
19.size aesni_gcm_decrypt,.-aesni_gcm_decrypt
20 .section ".note.gnu.property", "a"
21 .p2align 3
22 .long 1f - 0f
23 .long 4f - 1f
24 .long 5
250:
26 # "GNU" encoded with .byte, since .asciz isn't supported
27 # on Solaris.
28 .byte 0x47
29 .byte 0x4e
30 .byte 0x55
31 .byte 0
321:
33 .p2align 3
34 .long 0xc0000002
35 .long 3f - 2f
362:
37 .long 3
383:
39 .p2align 3
404:
Note: See TracBrowser for help on using the repository browser.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette