HAL
HASH_InitTypeDef is only used within HAL.
 
Symbols
loading...
Files
loading...

HASH_InitTypeDef struct

HASH Configuration Structure definition

Syntax

typedef struct {   uint32_t DataType;       uint32_t KeySize;        uint8_t *pKey;         } HASH_InitTypeDef;

Fields

DataType

32-bit data, 16-bit data, 8-bit data or 1-bit data. This parameter can be a value of HASH_Data_Type. Read more...

KeySize

The key size is used only in HMAC operation. Read more...

pKey

The key is used only in HMAC operation. Read more...

References

LocationReferrerScopeText
stm32f4xx_hal_hash.h:46
typedef struct
stm32f4xx_hal_hash.h:55
} HASH_InitTypeDef;
stm32f4xx_hal_hash.h:118HASH_HandleTypeDef::InitHASH_HandleTypeDef
HASH_InitTypeDef Init; /*!< HASH required parameters */

Type Use

Variables of HASH_InitTypeDef type
all items filtered out
HASH_InitTypeDef
all items filtered out
HASH_InitTypeDef
all items filtered out