Searched refs:sizeinwords (Results 1 – 4 of 4) sorted by relevance
728 uint32_t sizeinwords;/* number in word of source block to be transferred.*/ in HAL_HASH_ProcessSuspend() local787 sizeinwords = (((hhash->Size % 4U) != 0U) ? \ in HAL_HASH_ProcessSuspend()791 hhash->pHashInBuffPtr += 4U * (sizeinwords - remainingwords) ; in HAL_HASH_ProcessSuspend()
732 uint32_t sizeinwords;/* number in word of source block to be transferred.*/ in HAL_HASH_ProcessSuspend() local791 sizeinwords = (((hhash->Size % 4U) != 0U) ? \ in HAL_HASH_ProcessSuspend()795 hhash->pHashInBuffPtr += 4U * (sizeinwords - remainingwords) ; in HAL_HASH_ProcessSuspend()