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/testref/ref_sha.h | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'test/crypto/source/testref/ref_sha.h') diff --git a/test/crypto/source/testref/ref_sha.h b/test/crypto/source/testref/ref_sha.h index 0d413b672..36e399ffe 100644 --- a/test/crypto/source/testref/ref_sha.h +++ b/test/crypto/source/testref/ref_sha.h @@ -1,5 +1,5 @@ /* - ChibiOS - Copyright (C) 2006..2018 Giovanni Di Sirio + 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. @@ -16,10 +16,17 @@ #ifndef TEST_REF_SHA_H_ #define TEST_REF_SHA_H_ +extern const uint8_t refSHA_SHA1_EMPTY[]; extern const uint8_t refSHA_SHA1_3[]; extern const uint8_t refSHA_SHA1_56[]; +extern const uint8_t refSHA_SHA1_64[]; +extern const uint8_t refSHA_SHA1_128[]; extern const uint8_t refSHA_SHA256_3[]; extern const uint8_t refSHA_SHA256_56[]; +extern const uint8_t refSHA_SHA256_64[]; +extern const uint8_t refSHA_SHA256_128[]; extern const uint8_t refSHA_SHA512_3[]; extern const uint8_t refSHA_SHA512_56[]; +extern const uint8_t refSHA_SHA512_64[]; +extern const uint8_t refSHA_SHA512_128[]; #endif //TEST_REF_SHA_H_ -- cgit v1.2.3