summaryrefslogtreecommitdiff
path: root/fuzz
diff options
context:
space:
mode:
authorMary Ruthven <mruthven@chromium.org>2022-12-05 17:36:42 -0800
committerChromeos LUCI <chromeos-scoped@luci-project-accounts.iam.gserviceaccount.com>2023-03-16 12:25:44 +0000
commita72eda8f7e50da8a4cb5ab228f4141130546177f (patch)
tree930a9def56bf344f9f7db6a57c73c31b0acd9ae2 /fuzz
parentdff1ae07a1a35b0862b36d1e23e36b38682c5bdd (diff)
downloadchrome-ec-a72eda8f7e50da8a4cb5ab228f4141130546177f.tar.gz
cr50: Rename pinweaver code
Rename the headers so they will not collide with platform/pinweaver headers with the same names. BUG=b:262040869 TEST=make -j BOARD=cr50 Cq-Depend: chromium:4337377 Change-Id: Iee9f44c4fcb6ab0a01faec5886f07b84c271d1fc Signed-off-by: Mary Ruthven <mruthven@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/4311233 Reviewed-by: Andrey Pronin <apronin@chromium.org> Tested-by: Howard Yang <hcyang@google.com> Commit-Queue: Howard Yang <hcyang@google.com>
Diffstat (limited to 'fuzz')
-rw-r--r--fuzz/pinweaver_fuzz.cc2
-rw-r--r--fuzz/pinweaver_model.h4
2 files changed, 3 insertions, 3 deletions
diff --git a/fuzz/pinweaver_fuzz.cc b/fuzz/pinweaver_fuzz.cc
index f7a1cd0845..f0095243c0 100644
--- a/fuzz/pinweaver_fuzz.cc
+++ b/fuzz/pinweaver_fuzz.cc
@@ -23,7 +23,7 @@
#include "fuzz/span.h"
#include "include/nvmem.h"
#include "include/nvmem_vars.h"
-#include "include/pinweaver.h"
+#include "include/pinweaver_cr50.h"
using protobuf_mutator::libfuzzer::LoadProtoInput;
diff --git a/fuzz/pinweaver_model.h b/fuzz/pinweaver_model.h
index a16e54690f..927d9bf71d 100644
--- a/fuzz/pinweaver_model.h
+++ b/fuzz/pinweaver_model.h
@@ -15,8 +15,8 @@
#include "fuzz/pinweaver_fuzz.pb.h"
#include "fuzz/mem_hash_tree.h"
#include "fuzz/span.h"
-#include "include/pinweaver.h"
-#include "include/pinweaver_types.h"
+#include "include/pinweaver_cr50.h"
+#include "include/pinweaver_cr50_types.h"
// Provides enough state tracking to send valid PinWeaver requests. This is
// necessary because of the authentication dependent fields used by the Merkle