aboutsummaryrefslogtreecommitdiffstats
path: root/test/crypto/source/test/cry_test_sequence_007.h
diff options
context:
space:
mode:
authorareviu <areviu.info@gmail.com>2017-12-03 11:17:37 +0000
committerareviu <areviu.info@gmail.com>2017-12-03 11:17:37 +0000
commit388c0bb327ef06a5cda4bb0d33791451a6d6b2bf (patch)
treeb83701a0bcad2b7a8aeb07d4a335210f22f802ad /test/crypto/source/test/cry_test_sequence_007.h
parent343b101689d18e555bba9146a69a4843db864ebe (diff)
downloadChibiOS-388c0bb327ef06a5cda4bb0d33791451a6d6b2bf.tar.gz
ChibiOS-388c0bb327ef06a5cda4bb0d33791451a6d6b2bf.tar.bz2
ChibiOS-388c0bb327ef06a5cda4bb0d33791451a6d6b2bf.zip
added SHA in dma mode
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11115 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'test/crypto/source/test/cry_test_sequence_007.h')
-rw-r--r--test/crypto/source/test/cry_test_sequence_007.h27
1 files changed, 27 insertions, 0 deletions
diff --git a/test/crypto/source/test/cry_test_sequence_007.h b/test/crypto/source/test/cry_test_sequence_007.h
new file mode 100644
index 000000000..fc8471cc3
--- /dev/null
+++ b/test/crypto/source/test/cry_test_sequence_007.h
@@ -0,0 +1,27 @@
+/*
+ ChibiOS - Copyright (C) 2006..2017 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_007.h
+ * @brief Test Sequence 007 header.
+ */
+
+#ifndef CRY_TEST_SEQUENCE_007_H
+#define CRY_TEST_SEQUENCE_007_H
+
+extern const testsequence_t cry_test_sequence_007;
+
+#endif /* CRY_TEST_SEQUENCE_007_H */