STM32F479xx HAL User Manual
Data Fields
HASH_InitTypeDef Struct Reference

HASH Configuration Structure definition. More...

#include <stm32f4xx_hal_hash.h>

Data Fields

uint32_t DataType
uint32_t KeySize
uint8_t * pKey

Detailed Description

HASH Configuration Structure definition.

Definition at line 47 of file stm32f4xx_hal_hash.h.


Field Documentation

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().

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().

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().


The documentation for this struct was generated from the following file: