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
blobd7fff6a9746737fd1401e6781799ed10bec3685e
1 default rel
2 %define XMMWORD
3 %define YMMWORD
4 %define ZMMWORD
5 section .text code align=64
8 global aesni_gcm_encrypt
10 aesni_gcm_encrypt:
11 xor eax,eax
12 DB 0F3h,0C3h ;repret
15 global aesni_gcm_decrypt
17 aesni_gcm_decrypt:
18 xor eax,eax
19 DB 0F3h,0C3h ;repret