STM32F4xx HAL Documentation
Hardware Abstraction Layer for STM32F4 familiy
Loading...
Searching...
No Matches
HASH_InitTypeDef Struct Reference

HASH Configuration Structure definition. More...

#include <stm32f4xx_hal_hash.h>

Collaboration diagram for HASH_InitTypeDef:

Data Fields

uint32_t DataType
 
uint32_t KeySize
 
uint8_t * pKey
 

Detailed Description

HASH Configuration Structure definition.

Definition at line 46 of file stm32f4xx_hal_hash.h.

Field Documentation

◆ DataType

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 48 of file stm32f4xx_hal_hash.h.

Referenced by HAL_HASH_Init(), and HASH_WriteData().

◆ KeySize

uint32_t HASH_InitTypeDef::KeySize

The key size is used only in HMAC operation.

Definition at line 51 of file stm32f4xx_hal_hash.h.

Referenced by HASH_DMAXferCplt(), HASH_IT(), HMAC_Processing(), HMAC_Start(), HMAC_Start_DMA(), and HMAC_Start_IT().

◆ pKey

uint8_t* HASH_InitTypeDef::pKey

The key is used only in HMAC operation.

Definition at line 53 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: