HAL
HASH_HandleTypeDef::Phase is only used within HAL.
 
Symbols
loading...
Files
loading...

HASH_HandleTypeDef::Phase field

HASH peripheral phase

References

LocationReferrerText
stm32f4xx_hal_hash.h:138
HAL_HASH_PhaseTypeDef Phase; /*!< HASH peripheral phase */
stm32f4xx_hal_hash.c:380HAL_HASH_Init()
stm32f4xx_hal_hash.c:420HAL_HASH_DeInit()
stm32f4xx_hal_hash.c:1690HASH_DMAXferCplt()
if (hhash->Phase == HAL_HASH_PHASE_HMAC_STEP_3)
stm32f4xx_hal_hash.c:1708HASH_DMAXferCplt()
else if (hhash->Phase == HAL_HASH_PHASE_HMAC_STEP_1)
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:1752HASH_DMAXferCplt()
hhash->Phase = HAL_HASH_PHASE_HMAC_STEP_3; /* Move phase from Step 2 to Step 3 */
stm32f4xx_hal_hash.c:1857HASH_WriteData()
stm32f4xx_hal_hash.c:1864HASH_WriteData()
stm32f4xx_hal_hash.c:2077HASH_IT()
stm32f4xx_hal_hash.c:2120HASH_IT()
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:2148HASH_IT()
hhash->Phase = HAL_HASH_PHASE_HMAC_STEP_3; /* Move phase from Step 2 to Step 3 */
stm32f4xx_hal_hash.c:2287HMAC_Processing()
stm32f4xx_hal_hash.c:2288HMAC_Processing()
stm32f4xx_hal_hash.c:2301HMAC_Processing()
stm32f4xx_hal_hash.c:2334HMAC_Processing()
stm32f4xx_hal_hash.c:2343HMAC_Processing()
stm32f4xx_hal_hash.c:2376HMAC_Processing()
stm32f4xx_hal_hash.c:2390HMAC_Processing()
stm32f4xx_hal_hash.c:2426HMAC_Processing()
stm32f4xx_hal_hash.c:2474HASH_Start()
stm32f4xx_hal_hash.c:2491HASH_Start()
stm32f4xx_hal_hash.c:2493HASH_Start()
else if (hhash->Phase == HAL_HASH_PHASE_PROCESS)
stm32f4xx_hal_hash.c:2558HASH_Start()
stm32f4xx_hal_hash.c:2638HASH_Accumulate()
stm32f4xx_hal_hash.c:2645HASH_Accumulate()
stm32f4xx_hal_hash.c:2729HASH_Accumulate_IT()
stm32f4xx_hal_hash.c:2741HASH_Accumulate_IT()
stm32f4xx_hal_hash.c:2843HASH_Start_IT()
stm32f4xx_hal_hash.c:2869HASH_Start_IT()
stm32f4xx_hal_hash.c:2992HASH_Start_DMA()
stm32f4xx_hal_hash.c:3012HASH_Start_DMA()
stm32f4xx_hal_hash.c:3018HASH_Start_DMA()
stm32f4xx_hal_hash.c:3118HASH_Finish()
stm32f4xx_hal_hash.c:3172HMAC_Start()
stm32f4xx_hal_hash.c:3186HMAC_Start()
stm32f4xx_hal_hash.c:3253HMAC_Start_IT()
stm32f4xx_hal_hash.c:3284HMAC_Start_IT()
stm32f4xx_hal_hash.c:3286HMAC_Start_IT()
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:3369HMAC_Start_DMA()
stm32f4xx_hal_hash.c:3415HMAC_Start_DMA()
stm32f4xx_hal_hash.c:3418HMAC_Start_DMA()
else if (hhash->Phase == HAL_HASH_PHASE_HMAC_STEP_2)