VirtualBox

source: vbox/trunk/src/libs/openssl-3.0.7/crypto/genasm-nasm/aesni-gcm-x86_64.S@ 98024

Last change on this file since 98024 was 97373, checked in by vboxsync, 2 years ago

libs/openssl-3.0.7: Recreate openssl nasm files to hopefully fix the windows build boxes, bugref:10317

File size: 259 bytes
Line 
1default rel
2%define XMMWORD
3%define YMMWORD
4%define ZMMWORD
5section .text code align=64
6
7
8global aesni_gcm_encrypt
9
10aesni_gcm_encrypt:
11
12 xor eax,eax
13 DB 0F3h,0C3h ;repret
14
15
16
17global aesni_gcm_decrypt
18
19aesni_gcm_decrypt:
20
21 xor eax,eax
22 DB 0F3h,0C3h ;repret
23
24
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