STM32F479xx HAL User Manual
|
HASH Configuration Structure definition. More...
#include <stm32f4xx_hal_hash.h>
Data Fields | |
uint32_t | DataType |
uint32_t | KeySize |
uint8_t * | pKey |
HASH Configuration Structure definition.
Definition at line 47 of file stm32f4xx_hal_hash.h.
uint32_t HASH_InitTypeDef::DataType |
32-bit data, 16-bit data, 8-bit data or 1-bit data. This parameter can be a value of HASH input data type.
Definition at line 49 of file stm32f4xx_hal_hash.h.
Referenced by HAL_HASH_Init().
uint32_t HASH_InitTypeDef::KeySize |
The key size is used only in HMAC operation.
Definition at line 52 of file stm32f4xx_hal_hash.h.
Referenced by HASH_DMAXferCplt(), HASH_IT(), HMAC_Processing(), HMAC_Start(), HMAC_Start_DMA(), and HMAC_Start_IT().
uint8_t* HASH_InitTypeDef::pKey |
The key is used only in HMAC operation.
Definition at line 54 of file stm32f4xx_hal_hash.h.
Referenced by HASH_DMAXferCplt(), HASH_IT(), HMAC_Processing(), HMAC_Start(), HMAC_Start_DMA(), and HMAC_Start_IT().