summaryrefslogtreecommitdiff
path: root/test/build.mk
diff options
context:
space:
mode:
authorRandall Spangler <rspangler@chromium.org>2017-06-21 13:10:57 -0700
committerchrome-bot <chrome-bot@chromium.org>2017-06-30 16:02:50 -0700
commit282765fdd409fd16ed1e092e5d7fee8de5af7a5a (patch)
tree6ba38fa099ef790c72d34f1caa458bd731aa39d3 /test/build.mk
parent4a8b509020ce5104abf9b43335283cb39c7b75b2 (diff)
downloadchrome-ec-282765fdd409fd16ed1e092e5d7fee8de5af7a5a.tar.gz
common: Add RMA reset auth challenge-response crypto
RMA auth uses X25519 to generate a relatively small challenge and response. Currently, nothing calls the rma_auth code. We'll need console and TPM vendor commands to do so. BUG=b:37952913 BRANCH=none TEST=make buildall Change-Id: Iec7f2d0e3dc8243f79b009ead16bb3ba9f1bef9d Signed-off-by: Randall Spangler <rspangler@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/544184
Diffstat (limited to 'test/build.mk')
-rw-r--r--test/build.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/build.mk b/test/build.mk
index b7ba92fcbc..2a1102748d 100644
--- a/test/build.mk
+++ b/test/build.mk
@@ -66,6 +66,7 @@ test-list-host += nvmem_vars
test-list-host += pingpong
test-list-host += power_button
test-list-host += queue
+test-list-host += rma_auth
test-list-host += rsa
test-list-host += rsa3
test-list-host += sbs_charging_v2
@@ -113,6 +114,7 @@ pingpong-y=pingpong.o
power_button-y=power_button.o
powerdemo-y=powerdemo.o
queue-y=queue.o
+rma_auth-y=rma_auth.o
rsa-y=rsa.o
rsa3-y=rsa.o
sbs_charging-y=sbs_charging.o