Sign in
mojo
/
mojo
/
1ae030aca995d59b63de17849c1cb3b2300ae306
/
.
/
third_party
/
boringssl
/
win-x86_64
/
crypto
/
modes
/
aesni-gcm-x86_64.asm
blob: d7fff6a9746737fd1401e6781799ed10bec3685e [
file
] [
log
] [
blame
]
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