summaryrefslogtreecommitdiff
path: root/test/rsa.tasklist
diff options
context:
space:
mode:
authorNicolas Boichat <drinkcat@google.com>2016-11-09 11:22:01 +0800
committerchrome-bot <chrome-bot@chromium.org>2016-11-09 21:14:17 -0800
commitf44bc369824ee4c14c5d0987673e27e6510843bc (patch)
tree94db55f42a43f1d6af7301d2287720251f3f8d53 /test/rsa.tasklist
parent92d91adbdb38e5639c200ad65c4651274a8d07f9 (diff)
downloadchrome-ec-f44bc369824ee4c14c5d0987673e27e6510843bc.tar.gz
test/rsa: Add test for RSA signature checking
This tests RSA 2048 with public exponent F4 (65537). BRANCH=none BUG=chromium:663631 TEST=make run-rsa3 Change-Id: I195a349bb9a862606971054adc9ac3b56a817fe7 Reviewed-on: https://chromium-review.googlesource.com/408129 Commit-Ready: Nicolas Boichat <drinkcat@chromium.org> Tested-by: Nicolas Boichat <drinkcat@chromium.org> Reviewed-by: Nicolas Boichat <drinkcat@chromium.org>
Diffstat (limited to 'test/rsa.tasklist')
-rw-r--r--test/rsa.tasklist17
1 files changed, 17 insertions, 0 deletions
diff --git a/test/rsa.tasklist b/test/rsa.tasklist
new file mode 100644
index 0000000000..30e5f7fc22
--- /dev/null
+++ b/test/rsa.tasklist
@@ -0,0 +1,17 @@
+/* Copyright 2016 The Chromium OS Authors. All rights reserved.
+ * Use of this source code is governed by a BSD-style license that can be
+ * found in the LICENSE file.
+ */
+
+/**
+ * List of enabled tasks in the priority order
+ *
+ * The first one has the lowest priority.
+ *
+ * For each task, use the macro TASK_TEST(n, r, d, s) where :
+ * 'n' in the name of the task
+ * 'r' in the main routine of the task
+ * 'd' in an opaque parameter passed to the routine at startup
+ * 's' is the stack size in bytes; must be a multiple of 8
+ */
+#define CONFIG_TEST_TASK_LIST