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()
1615 hhash->pHashInBuffPtr = pInBuffer; in HAL_HASH_HMAC_Accumulate()
1706 hhash->pHashInBuffPtr = pInBuffer; in HAL_HASH_HMAC_AccumulateLast()
1801 hhash->pHashInBuffPtr = pInBuffer; in HAL_HASH_HMAC_Start_IT()
1881 hhash->pHashInBuffPtr = pInBuffer; in HAL_HASH_HMAC_Accumulate_IT()
1953 hhash->pHashInBuffPtr = pInBuffer; in HAL_HASH_HMAC_AccumulateLast_IT()
2011 hhash->pHashInBuffPtr = pInBuffer; in HAL_HASH_HMAC_Start_DMA()
2104 = (uint32_t)(hhash->pHashInBuffPtr); /* Set DMA source address */ in HAL_HASH_HMAC_Start_DMA()
2118 …status = HAL_DMA_Start_IT(hhash->hdmain, (uint32_t)(hhash->pHashInBuffPtr), (uint32_t)&hhash->Inst… in HAL_HASH_HMAC_Start_DMA()
2546 __IO uint32_t inputaddr = (uint32_t)(hhash->pHashInBuffPtr); in HASH_WriteData_IT()
2578 hhash->pHashInBuffPtr += 4U; in HASH_WriteData_IT()
2606 hhash->pHashInBuffPtr += 4U; in HASH_WriteData_IT()
2691 hhash->pHashInBuffPtr += 4U; in HASH_WriteData_IT()
2719 hhash->pHashInBuffPtr += 4U; in HASH_WriteData_IT()