Last change
on this file since 100978 was 100978, checked in by vboxsync, 16 months ago |
openssl-3.1.0: wrong .S format. bugref:10418
|
File size:
1.2 KB
|
Line | |
---|
1 | .text
|
---|
2 | .globl ossl_vaes_vpclmulqdq_capable
|
---|
3 | .type ossl_vaes_vpclmulqdq_capable,@function
|
---|
4 | ossl_vaes_vpclmulqdq_capable:
|
---|
5 | xorl %eax,%eax
|
---|
6 | .byte 0xf3,0xc3
|
---|
7 | .size ossl_vaes_vpclmulqdq_capable, .-ossl_vaes_vpclmulqdq_capable
|
---|
8 |
|
---|
9 | .globl ossl_aes_gcm_init_avx512
|
---|
10 | .globl ossl_aes_gcm_setiv_avx512
|
---|
11 | .globl ossl_aes_gcm_update_aad_avx512
|
---|
12 | .globl ossl_aes_gcm_encrypt_avx512
|
---|
13 | .globl ossl_aes_gcm_decrypt_avx512
|
---|
14 | .globl ossl_aes_gcm_finalize_avx512
|
---|
15 | .globl ossl_gcm_gmult_avx512
|
---|
16 |
|
---|
17 | .type ossl_aes_gcm_init_avx512,@function
|
---|
18 | ossl_aes_gcm_init_avx512:
|
---|
19 | ossl_aes_gcm_setiv_avx512:
|
---|
20 | ossl_aes_gcm_update_aad_avx512:
|
---|
21 | ossl_aes_gcm_encrypt_avx512:
|
---|
22 | ossl_aes_gcm_decrypt_avx512:
|
---|
23 | ossl_aes_gcm_finalize_avx512:
|
---|
24 | ossl_gcm_gmult_avx512:
|
---|
25 | .byte 0x0f,0x0b
|
---|
26 | .byte 0xf3,0xc3
|
---|
27 | .size ossl_aes_gcm_init_avx512, .-ossl_aes_gcm_init_avx512
|
---|
28 | .section ".note.gnu.property", "a"
|
---|
29 | .p2align 3
|
---|
30 | .long 1f - 0f
|
---|
31 | .long 4f - 1f
|
---|
32 | .long 5
|
---|
33 | 0:
|
---|
34 | # "GNU" encoded with .byte, since .asciz isn't supported
|
---|
35 | # on Solaris.
|
---|
36 | .byte 0x47
|
---|
37 | .byte 0x4e
|
---|
38 | .byte 0x55
|
---|
39 | .byte 0
|
---|
40 | 1:
|
---|
41 | .p2align 3
|
---|
42 | .long 0xc0000002
|
---|
43 | .long 3f - 2f
|
---|
44 | 2:
|
---|
45 | .long 3
|
---|
46 | 3:
|
---|
47 | .p2align 3
|
---|
48 | 4:
|
---|
Note:
See
TracBrowser
for help on using the repository browser.