summaryrefslogtreecommitdiff
path: root/fuzz
diff options
context:
space:
mode:
authorYi Chou <yich@google.com>2023-03-31 15:52:13 +0800
committerChromeos LUCI <chromeos-scoped@luci-project-accounts.iam.gserviceaccount.com>2023-04-25 01:48:56 +0000
commit502716e7d9b82dd247d7b095f620643d9e2c31a6 (patch)
treee69090fb148fe2727ccc0b1bad742bc46bdb8b2f /fuzz
parent445a8f6dd44e1ea4399a63aaa70dfcdab92b60b9 (diff)
downloadchrome-ec-502716e7d9b82dd247d7b095f620643d9e2c31a6.tar.gz
Reland "Use third_party boringssl for AES"
This is a reland of commit 6fa9cc0c7484be908010a6acdd6547d686234e34 Original change's description: > Use third_party boringssl for AES > > The original boringssl copy is not maintainable in the long term. > We should build it from the upstream version. > > BUG=b:248508087, b:273639386 > TEST=make runhosttests -j > TEST=make buildall -j > BRANCH=none > > Signed-off-by: Yi Chou <yich@google.com> > Change-Id: I3ead1244c3c839590281e20e5c4828242933d1f2 > Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/3925087 > Reviewed-by: Tom Hughes <tomhughes@chromium.org> BUG=b:248508087, b:273639386 TEST=make runhosttests -j TEST=make buildall -j BRANCH=none Force-Relevant-Builds: all Change-Id: I2bf9e2157eec030ec3526939846a5706b1954afd Signed-off-by: Yi Chou <yich@google.com> Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/4464659 Reviewed-by: Tom Hughes <tomhughes@chromium.org>
Diffstat (limited to 'fuzz')
-rw-r--r--fuzz/fuzz_config.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/fuzz/fuzz_config.h b/fuzz/fuzz_config.h
index d642513b24..e7b539b864 100644
--- a/fuzz/fuzz_config.h
+++ b/fuzz/fuzz_config.h
@@ -25,8 +25,7 @@
#endif /* ! FUZZ_HOSTCMD_VERBOSE */
/* The following are for fpsensor host commands. */
-#define CONFIG_AES
-#define CONFIG_AES_GCM
+#define CONFIG_BORINGSSL_CRYPTO
#define CONFIG_ROLLBACK_SECRET_SIZE 32
#define CONFIG_SHA256