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

HAL_HASH_PhaseTypeDef::HAL_HASH_PHASE_HMAC_STEP_2

Syntax

HAL_HASH_PHASE_HMAC_STEP_2 = 0x04U;

References

LocationReferrerText
stm32f4xx_hal_hash.h:79
HAL_HASH_PHASE_HMAC_STEP_2 = 0x04U, /*!< HASH peripheral is in HMAC step 2 processing phase
stm32f4xx_hal_hash.c:1712HASH_DMAXferCplt()
hhash->Phase = HAL_HASH_PHASE_HMAC_STEP_2; /* Move phase from Step 1 to Step 2 */
stm32f4xx_hal_hash.c:1857HASH_WriteData()
if ((hhash->Phase == HAL_HASH_PHASE_PROCESS) || (hhash->Phase == HAL_HASH_PHASE_HMAC_STEP_2))
stm32f4xx_hal_hash.c:2130HASH_IT()
hhash->Phase = HAL_HASH_PHASE_HMAC_STEP_2; /* Move phase from Step 1 to Step 2 */
stm32f4xx_hal_hash.c:2138HASH_IT()
else if (hhash->Phase == HAL_HASH_PHASE_HMAC_STEP_2)
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:2334HMAC_Processing()
hhash->Phase = HAL_HASH_PHASE_HMAC_STEP_2;
stm32f4xx_hal_hash.c:2343HMAC_Processing()
if (hhash->Phase == HAL_HASH_PHASE_HMAC_STEP_2)
stm32f4xx_hal_hash.c:3291HMAC_Start_IT()
else if (hhash->Phase == HAL_HASH_PHASE_HMAC_STEP_2)
stm32f4xx_hal_hash.c:3355HMAC_Start_DMA()
stm32f4xx_hal_hash.c:3418HMAC_Start_DMA()
else if (hhash->Phase == HAL_HASH_PHASE_HMAC_STEP_2)

Data Use

Functions using HAL_HASH_PhaseTypeDef::HAL_HASH_PHASE_HMAC_STEP_2
HAL_HASH_PhaseTypeDef::HAL_HASH_PHASE_HMAC_STEP_2