repo.or.cz
/
chromium-blink-merge.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Pin Chrome's shortcut to the Win10 Start menu on install and OS upgrade.
[chromium-blink-merge.git]
/
third_party
/
boringssl
/
win-x86_64
/
crypto
/
modes
/
aesni-gcm-x86_64.asm
blob
d7fff6a9746737fd1401e6781799ed10bec3685e
1
default rel
2
%
define XMMWORD
3
%
define YMMWORD
4
%
define ZMMWORD
5
section
.text code
align
=
64
6
7
8
global
aesni_gcm_encrypt
9
10
aesni_gcm_encrypt:
11
xor
eax
,
eax
12
DB
0
F3h
,
0
C3h
;repret
13
14
15
global
aesni_gcm_decrypt
16
17
aesni_gcm_decrypt:
18
xor
eax
,
eax
19
DB
0
F3h
,
0
C3h
;repret
20