Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(157)

Side by Side Diff: third_party/boringssl/win-x86_64/crypto/modes/aesni-gcm-x86_64.asm

Issue 1319703002: Breaking Change: merge BoringSSL branch into master (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 5 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
(Empty)
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 0F3h,0C3h ;repret
13
14
15 global aesni_gcm_decrypt
16
17 aesni_gcm_decrypt:
18 xor eax,eax
19 DB 0F3h,0C3h ;repret
20
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698