Lines Matching refs:pHashInBuffPtr
656 hhash->pHashInBuffPtr_saved = hhash->pHashInBuffPtr; in HAL_HASH_Suspend()
711 hhash->pHashInBuffPtr = hhash->pHashInBuffPtr_saved; in HAL_HASH_Resume()
795 hhash->pHashInBuffPtr += 4U * (sizeinwords - remainingwords) ; in HAL_HASH_ProcessSuspend()
880 hhash->pHashInBuffPtr = pInBuffer; in HAL_HASH_Start()
960 hhash->pHashInBuffPtr = pInBuffer; in HAL_HASH_Start_IT()
1033 hhash->pHashInBuffPtr = pInBuffer; in HAL_HASH_Start_DMA()
1085 = (uint32_t)(hhash->pHashInBuffPtr); /* Set DMA source address */ in HAL_HASH_Start_DMA()
1169 hhash->pHashInBuffPtr = pInBuffer; in HAL_HASH_Accumulate()
1237 hhash->pHashInBuffPtr = pInBuffer; in HAL_HASH_AccumulateLast()
1318 hhash->pHashInBuffPtr = pInBuffer; in HAL_HASH_Accumulate_IT()
1383 hhash->pHashInBuffPtr = pInBuffer; in HAL_HASH_AccumulateLast_IT()
1497 hhash->pHashInBuffPtr = pInBuffer; in HAL_HASH_HMAC_Start()
1629 hhash->pHashInBuffPtr = pInBuffer; in HAL_HASH_HMAC_Accumulate()
1730 hhash->pHashInBuffPtr = pInBuffer; in HAL_HASH_HMAC_AccumulateLast()
1825 hhash->pHashInBuffPtr = pInBuffer; in HAL_HASH_HMAC_Start_IT()
1914 hhash->pHashInBuffPtr = pInBuffer; in HAL_HASH_HMAC_Accumulate_IT()
1995 hhash->pHashInBuffPtr = pInBuffer; in HAL_HASH_HMAC_AccumulateLast_IT()
2053 hhash->pHashInBuffPtr = pInBuffer; in HAL_HASH_HMAC_Start_DMA()
2155 = (uint32_t)(hhash->pHashInBuffPtr); /* Set DMA source address */ in HAL_HASH_HMAC_Start_DMA()
2169 …status = HAL_DMA_Start_IT(hhash->hdmain, (uint32_t)(hhash->pHashInBuffPtr), (uint32_t)&hhash->Inst… in HAL_HASH_HMAC_Start_DMA()
2597 __IO uint32_t inputaddr = (uint32_t)(hhash->pHashInBuffPtr); in HASH_WriteData_IT()
2629 hhash->pHashInBuffPtr += 4U; in HASH_WriteData_IT()
2657 hhash->pHashInBuffPtr += 4U; in HASH_WriteData_IT()
2742 hhash->pHashInBuffPtr += 4U; in HASH_WriteData_IT()
2770 hhash->pHashInBuffPtr += 4U; in HASH_WriteData_IT()