summaryrefslogtreecommitdiff
path: root/common/aes.c
diff options
context:
space:
mode:
authorNicolas Boichat <drinkcat@chromium.org>2018-07-05 11:43:34 +0800
committerchrome-bot <chrome-bot@chromium.org>2018-09-20 21:29:56 -0700
commit11ef0269e90eba657bdb3e7c2ce2d9508d6221e1 (patch)
tree9127c010f58c416e9fedc75259d111ab53f79cdf /common/aes.c
parentc7ecee85c7448707ea80d35794a9d6834c1aa684 (diff)
downloadchrome-ec-11ef0269e90eba657bdb3e7c2ce2d9508d6221e1.tar.gz
aes: Baseline implementation from BoringSSL
Copied over from upstream BoringSSL at commit 859679518d3433cdd0dd6cf534bd7bdb2a32dd60 . cp boringssl/LICENSE third_party/boringssl/LICENSE cp boringssl/src/crypto/fipsmodule/aes/aes.c \ third_party/boringssl/common/aes.c cp boringssl/include/openssl/aes.h \ third_party/boringssl/include/aes.h perl boringssl/crypto/fipsmodule/aes/asm/aes-armv4.pl \ > third_party/boringssl/core/cortex-m/aes.S BRANCH=none BUG=b:111160949 TEST=none Change-Id: Ia1fbb57b23e039ca5dec3d56984c83c19b7d6cd6 Signed-off-by: Vincent Palatin <vpalatin@chromium.org> Signed-off-by: Nicolas Boichat <drinkcat@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/1120339 Reviewed-by: Adam Langley <agl@chromium.org>
Diffstat (limited to 'common/aes.c')
l---------common/aes.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/common/aes.c b/common/aes.c
new file mode 120000
index 0000000000..ed10836943
--- /dev/null
+++ b/common/aes.c
@@ -0,0 +1 @@
+../third_party/boringssl/common/aes.c \ No newline at end of file