Searched refs:remainingwords (Results 1 – 4 of 4) sorted by relevance
725 uint32_t remainingwords; /*remaining number in of source block to be transferred.*/ in HAL_HASH_ProcessSuspend() local752 remainingwords = ((((DMA_Channel_TypeDef *)hhash->hdmain->Instance)->CBR1) \ in HAL_HASH_ProcessSuspend()754 remainingwords += ((((DMA_Channel_TypeDef *)hhash->hdmain->Instance)->CSR) \ in HAL_HASH_ProcessSuspend()757 if (remainingwords <= nbbytePartialHash) in HAL_HASH_ProcessSuspend()791 hhash->pHashInBuffPtr += 4U * (sizeinwords - remainingwords) ; in HAL_HASH_ProcessSuspend()794 hhash->HashInCount = 4U * remainingwords; in HAL_HASH_ProcessSuspend()
729 uint32_t remainingwords; /*remaining number in of source block to be transferred.*/ in HAL_HASH_ProcessSuspend() local756 remainingwords = ((((DMA_Channel_TypeDef *)hhash->hdmain->Instance)->CBR1) \ in HAL_HASH_ProcessSuspend()758 remainingwords += ((((DMA_Channel_TypeDef *)hhash->hdmain->Instance)->CSR) \ in HAL_HASH_ProcessSuspend()761 if (remainingwords <= nbbytePartialHash) in HAL_HASH_ProcessSuspend()795 hhash->pHashInBuffPtr += 4U * (sizeinwords - remainingwords) ; in HAL_HASH_ProcessSuspend()798 hhash->HashInCount = 4U * remainingwords; in HAL_HASH_ProcessSuspend()