Searched refs:HAL_HASH_PHASE_HMAC_STEP_2 (Results 1 – 2 of 2) sorted by relevance
1545 hhash->Phase = HAL_HASH_PHASE_HMAC_STEP_2; /* Move phase from Step 1 to Step 2 */ in HASH_DMAXferCplt()1686 … if ((hhash->Phase == HAL_HASH_PHASE_PROCESS) || (hhash->Phase == HAL_HASH_PHASE_HMAC_STEP_2)) in HASH_WriteData()1952 hhash->Phase = HAL_HASH_PHASE_HMAC_STEP_2; /* Move phase from Step 1 to Step 2 */ in HASH_IT()1959 else if (hhash->Phase == HAL_HASH_PHASE_HMAC_STEP_2) in HASH_IT()2087 …if ((hhash->Phase != HAL_HASH_PHASE_HMAC_STEP_1) && (hhash->Phase != HAL_HASH_PHASE_HMAC_STEP_2) &… in HMAC_Processing()2133 hhash->Phase = HAL_HASH_PHASE_HMAC_STEP_2; in HMAC_Processing()2142 if (hhash->Phase == HAL_HASH_PHASE_HMAC_STEP_2) in HMAC_Processing()2866 else if (hhash->Phase == HAL_HASH_PHASE_HMAC_STEP_2) in HMAC_Start_IT()2977 else if (hhash->Phase == HAL_HASH_PHASE_HMAC_STEP_2) in HMAC_Start_DMA()
96 …HAL_HASH_PHASE_HMAC_STEP_2 = 0x04U, /*!< HASH peripheral is in HMAC step 2 processing pha… enumerator461 ((__HANDLE__)->Phase == HAL_HASH_PHASE_HMAC_STEP_2) || \