aboutsummaryrefslogtreecommitdiffstats
path: root/test/crypto/source/test/cry_test_sequence_009.h
diff options
context:
space:
mode:
authorareviu <areviu.info@gmail.com>2018-05-19 13:15:06 +0000
committerareviu <areviu.info@gmail.com>2018-05-19 13:15:06 +0000
commit7454fa6ad5597582688495252c801c8daeeaf07e (patch)
tree48d89549877a21be7d22fe922d45ff70a2c65df4 /test/crypto/source/test/cry_test_sequence_009.h
parente9399566d7eaa76ca6114d108d1b7bf34fca157b (diff)
downloadChibiOS-7454fa6ad5597582688495252c801c8daeeaf07e.tar.gz
ChibiOS-7454fa6ad5597582688495252c801c8daeeaf07e.tar.bz2
ChibiOS-7454fa6ad5597582688495252c801c8daeeaf07e.zip
added SAMA HMAC + fixed TRNG 128 bit generation
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12042 110e8d01-0319-4d1e-a829-52ad28d1bb01
Diffstat (limited to 'test/crypto/source/test/cry_test_sequence_009.h')
-rw-r--r--test/crypto/source/test/cry_test_sequence_009.h27
1 files changed, 27 insertions, 0 deletions
diff --git a/test/crypto/source/test/cry_test_sequence_009.h b/test/crypto/source/test/cry_test_sequence_009.h
new file mode 100644
index 000000000..a57f9848a
--- /dev/null
+++ b/test/crypto/source/test/cry_test_sequence_009.h
@@ -0,0 +1,27 @@
+/*
+ ChibiOS - Copyright (C) 2006..2018 Giovanni Di Sirio
+
+ Licensed under the Apache License, Version 2.0 (the "License");
+ you may not use this file except in compliance with the License.
+ You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+*/
+
+/**
+ * @file cry_test_sequence_009.h
+ * @brief Test Sequence 009 header.
+ */
+
+#ifndef CRY_TEST_SEQUENCE_009_H
+#define CRY_TEST_SEQUENCE_009_H
+
+extern const testsequence_t cry_test_sequence_009;
+
+#endif /* CRY_TEST_SEQUENCE_009_H */