Lines Matching refs:pHashInBuffPtr
652 hhash->pHashInBuffPtr_saved = hhash->pHashInBuffPtr; in HAL_HASH_Suspend()
707 hhash->pHashInBuffPtr = hhash->pHashInBuffPtr_saved; in HAL_HASH_Resume()
791 hhash->pHashInBuffPtr += 4U * (sizeinwords - remainingwords) ; in HAL_HASH_ProcessSuspend()
876 hhash->pHashInBuffPtr = pInBuffer; in HAL_HASH_Start()
956 hhash->pHashInBuffPtr = pInBuffer; in HAL_HASH_Start_IT()
1029 hhash->pHashInBuffPtr = pInBuffer; in HAL_HASH_Start_DMA()
1081 = (uint32_t)(hhash->pHashInBuffPtr); /* Set DMA source address */ in HAL_HASH_Start_DMA()
1165 hhash->pHashInBuffPtr = pInBuffer; in HAL_HASH_Accumulate()
1233 hhash->pHashInBuffPtr = pInBuffer; in HAL_HASH_AccumulateLast()
1314 hhash->pHashInBuffPtr = pInBuffer; in HAL_HASH_Accumulate_IT()
1379 hhash->pHashInBuffPtr = pInBuffer; in HAL_HASH_AccumulateLast_IT()
1493 hhash->pHashInBuffPtr = pInBuffer; in HAL_HASH_HMAC_Start()
1625 hhash->pHashInBuffPtr = pInBuffer; in HAL_HASH_HMAC_Accumulate()
1726 hhash->pHashInBuffPtr = pInBuffer; in HAL_HASH_HMAC_AccumulateLast()
1821 hhash->pHashInBuffPtr = pInBuffer; in HAL_HASH_HMAC_Start_IT()
1910 hhash->pHashInBuffPtr = pInBuffer; in HAL_HASH_HMAC_Accumulate_IT()
1991 hhash->pHashInBuffPtr = pInBuffer; in HAL_HASH_HMAC_AccumulateLast_IT()
2049 hhash->pHashInBuffPtr = pInBuffer; in HAL_HASH_HMAC_Start_DMA()
2151 = (uint32_t)(hhash->pHashInBuffPtr); /* Set DMA source address */ in HAL_HASH_HMAC_Start_DMA()
2165 …status = HAL_DMA_Start_IT(hhash->hdmain, (uint32_t)(hhash->pHashInBuffPtr), (uint32_t)&hhash->Inst… in HAL_HASH_HMAC_Start_DMA()
2593 __IO uint32_t inputaddr = (uint32_t)(hhash->pHashInBuffPtr); in HASH_WriteData_IT()
2625 hhash->pHashInBuffPtr += 4U; in HASH_WriteData_IT()
2653 hhash->pHashInBuffPtr += 4U; in HASH_WriteData_IT()
2738 hhash->pHashInBuffPtr += 4U; in HASH_WriteData_IT()
2766 hhash->pHashInBuffPtr += 4U; in HASH_WriteData_IT()