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
|
---|
5 | aesni_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
|
---|
14 | aesni_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
|
---|
25 | 0:
|
---|
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
|
---|
32 | 1:
|
---|
33 | .p2align 3
|
---|
34 | .long 0xc0000002
|
---|
35 | .long 3f - 2f
|
---|
36 | 2:
|
---|
37 | .long 3
|
---|
38 | 3:
|
---|
39 | .p2align 3
|
---|
40 | 4:
|
---|
Note:
See
TracBrowser
for help on using the repository browser.