summaryrefslogtreecommitdiffstats
path: root/win-x86_64/crypto/modes/aesni-gcm-x86_64.asm
blob: d7fff6a9746737fd1401e6781799ed10bec3685e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
default	rel
%define XMMWORD
%define YMMWORD
%define ZMMWORD
section	.text code align=64


global	aesni_gcm_encrypt

aesni_gcm_encrypt:
	xor	eax,eax
	DB	0F3h,0C3h		;repret


global	aesni_gcm_decrypt

aesni_gcm_decrypt:
	xor	eax,eax
	DB	0F3h,0C3h		;repret