From ab8cbd8f7c824a3311c1878157e8b6d7721e470d Mon Sep 17 00:00:00 2001 From: Giovanni Di Sirio Date: Sat, 8 Sep 2018 12:54:58 +0000 Subject: Some changes to the crypto infrastructure. git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12252 110e8d01-0319-4d1e-a829-52ad28d1bb01 --- os/hal/templates/hal_crypto_lld.h | 14 -------------- 1 file changed, 14 deletions(-) (limited to 'os/hal/templates') diff --git a/os/hal/templates/hal_crypto_lld.h b/os/hal/templates/hal_crypto_lld.h index 23f592ec3..d3b1f5755 100644 --- a/os/hal/templates/hal_crypto_lld.h +++ b/os/hal/templates/hal_crypto_lld.h @@ -108,20 +108,6 @@ struct CRYDriver { * @brief Current configuration data. */ const CRYConfig *config; - /** - * @brief Algorithm type of transient key. - */ - cryalgorithm_t key0_type; - /** - * @brief Size of transient key. - */ - size_t key0_size; -#if (HAL_CRY_USE_FALLBACK == TRUE) || defined(__DOXYGEN__) - /** - * @brief Key buffer for the fall-back implementation. - */ - uint8_t key0_buffer[HAL_CRY_MAX_KEY_SIZE]; -#endif #if defined(CRY_DRIVER_EXT_FIELDS) CRY_DRIVER_EXT_FIELDS #endif -- cgit v1.2.3