From f0ea1b379d4661c4334a50d1cc68c573b6cf84cd Mon Sep 17 00:00:00 2001 From: Nicolas Boichat Date: Thu, 5 Jul 2018 16:46:19 +0800 Subject: aes-gcm: Baseline implementation from BoringSSL Copied over from upstream BoringSSL at commit 859679518d3433cdd0dd6cf534bd7bdb2a32dd60 . cp boringssl/crypto/fipsmodule/modes/gcm.c \ third_party/boringssl/common/gcm.c cp crypto/fipsmodule/modes/internal.h \ third_party/boringssl/include/aes-gcm.h => Remove non-GCM definitions perl boringssl/crypto/fipsmodule/modes/asm/ghash-armv4.pl \ > third_party/boringssl/core/cortex-m/ghash.S BRANCH=none BUG=b:111160949 TEST=none Change-Id: I34702ff315c8c44e6f4868243058700aaf026099 Signed-off-by: Nicolas Boichat Reviewed-on: https://chromium-review.googlesource.com/1141445 Reviewed-by: Adam Langley --- include/aes-gcm.h | 1 + 1 file changed, 1 insertion(+) create mode 120000 include/aes-gcm.h (limited to 'include') diff --git a/include/aes-gcm.h b/include/aes-gcm.h new file mode 120000 index 0000000000..ba62939792 --- /dev/null +++ b/include/aes-gcm.h @@ -0,0 +1 @@ +../third_party/boringssl/include/aes-gcm.h \ No newline at end of file -- cgit v1.2.1