From d82f92151f7d0fbc6b34aad78e0e02da0a619057 Mon Sep 17 00:00:00 2001 From: areviu Date: Mon, 19 Mar 2018 19:40:09 +0000 Subject: update hal crypto sha lld, added integration with wolfcrypt git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11824 110e8d01-0319-4d1e-a829-52ad28d1bb01 --- test/crypto/source/test/cry_test_sequence_003.c | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'test/crypto/source/test/cry_test_sequence_003.c') diff --git a/test/crypto/source/test/cry_test_sequence_003.c b/test/crypto/source/test/cry_test_sequence_003.c index b0c85bd90..856ae5302 100644 --- a/test/crypto/source/test/cry_test_sequence_003.c +++ b/test/crypto/source/test/cry_test_sequence_003.c @@ -42,14 +42,12 @@ #include "ref_aes.h" static const CRYConfig config_Polling = { TRANSFER_POLLING, - AES_CFBS_128, //cfbs - 0 + AES_CFBS_128 //cfbs }; static const CRYConfig config_DMA = { TRANSFER_DMA, - AES_CFBS_128, //cfbs - 0 + AES_CFBS_128 //cfbs }; -- cgit v1.2.3