summaryrefslogtreecommitdiff
path: root/common/rma_auth.c
diff options
context:
space:
mode:
authorVadim Sukhomlinov <sukhomlinov@google.com>2021-08-09 16:37:40 -0700
committerCommit Bot <commit-bot@chromium.org>2021-08-10 05:34:54 +0000
commit43f6e7be087720507e57cf27e9460aae64c3b69a (patch)
tree7044f1ce4b46c7003090bf1268e872ed258f3acb /common/rma_auth.c
parentc3c528d2e61411b095b4ee898ba7b14114df02ce (diff)
downloadchrome-ec-43f6e7be087720507e57cf27e9460aae64c3b69a.tar.gz
cr50: drop cryptoc for always_memset()stabilize-14149.B-cr50_stab
To implement FIPS module we need to bring many crypto functions in the module boundary. Unfortunately, cryptoc is a third-party library used by dcrypto code in cr50. Cryptoc is also not well-maintained and shared with other projects. BUG=b:138578318 TEST=make BOARD=cr50 CRYPTO_TEST=1 Signed-off-by: Vadim Sukhomlinov <sukhomlinov@google.com> Change-Id: I40090f5d32df088c88d7313dd693fc8a0dd4b308 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/3083187 Reviewed-by: Vadim Sukhomlinov <sukhomlinov@chromium.org> Reviewed-by: Vadim Bendebury <vbendeb@chromium.org> Tested-by: Vadim Sukhomlinov <sukhomlinov@chromium.org> Auto-Submit: Vadim Sukhomlinov <sukhomlinov@chromium.org> Commit-Queue: Vadim Bendebury <vbendeb@chromium.org>
Diffstat (limited to 'common/rma_auth.c')
-rw-r--r--common/rma_auth.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/common/rma_auth.c b/common/rma_auth.c
index 7ed16bb968..7a34396acd 100644
--- a/common/rma_auth.c
+++ b/common/rma_auth.c
@@ -28,7 +28,6 @@
#include "util.h"
#ifndef TEST_BUILD
-#include "cryptoc/util.h"
#include "rma_key_from_blob.h"
#else
/* Cryptoc library is not available to the test layer. */