summaryrefslogtreecommitdiff
path: root/include/aes-gcm.h
diff options
context:
space:
mode:
authorNicolas Boichat <drinkcat@chromium.org>2018-07-05 16:46:19 +0800
committerchrome-bot <chrome-bot@chromium.org>2018-09-20 21:29:57 -0700
commitf0ea1b379d4661c4334a50d1cc68c573b6cf84cd (patch)
treed1773c8d2fa2695fdf45a5dc7970c75d71e1961a /include/aes-gcm.h
parente4db954045988241642e0d7d8817a43c79c2163f (diff)
downloadchrome-ec-f0ea1b379d4661c4334a50d1cc68c573b6cf84cd.tar.gz
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 <drinkcat@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/1141445 Reviewed-by: Adam Langley <agl@chromium.org>
Diffstat (limited to 'include/aes-gcm.h')
l---------include/aes-gcm.h1
1 files changed, 1 insertions, 0 deletions
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