HAL
HAL_HASH_PhaseTypeDef::HAL_HASH_PHASE_HMAC_STEP_1 is only used within HAL.
 
Symbols
loading...
Files
loading...
CodeScopeSTM32 Libraries and SamplesHALHAL_HASH_PhaseTypeDef::HAL_HASH_PHASE_HMAC_STEP_1

HAL_HASH_PhaseTypeDef::HAL_HASH_PHASE_HMAC_STEP_1

Syntax

HAL_HASH_PHASE_HMAC_STEP_1 = 0x03U;

References

LocationReferrerText
stm32f4xx_hal_hash.h:77
HAL_HASH_PHASE_HMAC_STEP_1 = 0x03U, /*!< HASH peripheral is in HMAC step 1 processing phase
stm32f4xx_hal_hash.c:1708HASH_DMAXferCplt()
else if (hhash->Phase == HAL_HASH_PHASE_HMAC_STEP_1)
stm32f4xx_hal_hash.c:1864HASH_WriteData()
else if ((hhash->Phase == HAL_HASH_PHASE_HMAC_STEP_1) || (hhash->Phase == HAL_HASH_PHASE_HMAC_STEP_3))
stm32f4xx_hal_hash.c:2120HASH_IT()
if (hhash->Phase == HAL_HASH_PHASE_HMAC_STEP_1)
stm32f4xx_hal_hash.c:2287HMAC_Processing()
if ((hhash->Phase != HAL_HASH_PHASE_HMAC_STEP_1) && (hhash->Phase != HAL_HASH_PHASE_HMAC_STEP_2)
stm32f4xx_hal_hash.c:2301HMAC_Processing()
if (hhash->Phase == HAL_HASH_PHASE_HMAC_STEP_1)
stm32f4xx_hal_hash.c:3186HMAC_Start()
hhash->Phase = HAL_HASH_PHASE_HMAC_STEP_1;
stm32f4xx_hal_hash.c:3284HMAC_Start_IT()
hhash->Phase = HAL_HASH_PHASE_HMAC_STEP_1;
stm32f4xx_hal_hash.c:3286HMAC_Start_IT()
else if ((hhash->Phase == HAL_HASH_PHASE_HMAC_STEP_1) || (hhash->Phase == HAL_HASH_PHASE_HMAC_STEP_3))
stm32f4xx_hal_hash.c:3355HMAC_Start_DMA()
stm32f4xx_hal_hash.c:3415HMAC_Start_DMA()
hhash->Phase = HAL_HASH_PHASE_HMAC_STEP_1;

Data Use

Functions using HAL_HASH_PhaseTypeDef::HAL_HASH_PHASE_HMAC_STEP_1
HAL_HASH_PhaseTypeDef::HAL_HASH_PHASE_HMAC_STEP_1