summaryrefslogtreecommitdiff
path: root/test/sha256.tasklist
diff options
context:
space:
mode:
authorNicolas Boichat <drinkcat@google.com>2017-06-10 10:44:46 +0800
committerchrome-bot <chrome-bot@chromium.org>2017-06-14 05:59:37 -0700
commitc5b31e3868079b50d3f0db72632271d2b1eedea8 (patch)
tree1fa198885df7630128e6735d0ea613ee9de122ce /test/sha256.tasklist
parent98dc270b23ae2fc931ffb4960dd1c2127fed4c8f (diff)
downloadchrome-ec-c5b31e3868079b50d3f0db72632271d2b1eedea8.tar.gz
sha256: add support for hmac_sha256, and add test for sha256
BRANCH=none BUG=b:38486828 TEST=make run-sha256 TEST=make buildall -j Change-Id: I4c5b5d81ae5650ebfbdc989a0d860eeb0a60f68b Reviewed-on: https://chromium-review.googlesource.com/530207 Commit-Ready: Nicolas Boichat <drinkcat@chromium.org> Tested-by: Nicolas Boichat <drinkcat@chromium.org> Reviewed-by: Nicolas Boichat <drinkcat@chromium.org> Reviewed-by: Vincent Palatin <vpalatin@chromium.org>
Diffstat (limited to 'test/sha256.tasklist')
-rw-r--r--test/sha256.tasklist17
1 files changed, 17 insertions, 0 deletions
diff --git a/test/sha256.tasklist b/test/sha256.tasklist
new file mode 100644
index 0000000000..e76178ba0a
--- /dev/null
+++ b/test/sha256.tasklist
@@ -0,0 +1,17 @@
+/* Copyright 2017 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