HAL
HASH_HandleTypeDef::HashKeyCount is only used within HAL.
 
Symbols
loading...
Files
loading...
CodeScopeSTM32 Libraries and SamplesHALHASH_HandleTypeDef::HashKeyCount

HASH_HandleTypeDef::HashKeyCount field

Counter for Key inputted data (HMAC only)

Syntax

__IO uint32_t HashKeyCount;

References

LocationReferrerText
stm32f4xx_hal_hash.h:134
__IO uint32_t HashKeyCount; /*!< Counter for Key inputted data (HMAC only) */
stm32f4xx_hal_hash.c:1869HASH_WriteData()
hhash->HashKeyCount = Size - (buffercounter + 4U);
stm32f4xx_hal_hash.c:2308HMAC_Processing()
stm32f4xx_hal_hash.c:2381HMAC_Processing()
hhash->HashKeyCount = hhash->Init.KeySize;
stm32f4xx_hal_hash.c:2397HMAC_Processing()
stm32f4xx_hal_hash.c:3198HMAC_Start()
hhash->HashKeyCount = hhash->Init.KeySize; /* Key size, HMAC_Processing input parameter for Step 1

Data Use

Functions writing HASH_HandleTypeDef::HashKeyCount
Functions reading HASH_HandleTypeDef::HashKeyCount
HASH_HandleTypeDef::HashKeyCount
all items filtered out
Type of HASH_HandleTypeDef::HashKeyCount
HASH_HandleTypeDef::HashKeyCount
uint32_t
all items filtered out