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

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

Issue 2354623003: Pull boringssl generated source from boringssl_gen (Closed)
Patch Set: . Created 4 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 side-by-side diff with in-line comments
Download patch
Index: third_party/boringssl/win-x86_64/crypto/modes/aesni-gcm-x86_64.asm
diff --git a/third_party/boringssl/win-x86_64/crypto/modes/aesni-gcm-x86_64.asm b/third_party/boringssl/win-x86_64/crypto/modes/aesni-gcm-x86_64.asm
deleted file mode 100644
index d7fff6a9746737fd1401e6781799ed10bec3685e..0000000000000000000000000000000000000000
--- a/third_party/boringssl/win-x86_64/crypto/modes/aesni-gcm-x86_64.asm
+++ /dev/null
@@ -1,20 +0,0 @@
-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
-

Powered by Google App Engine
This is Rietveld 408576698