Searched refs:sizeinwords (Results 1 – 2 of 2) 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()
730 uint32_t sizeinwords;/* number in word of source block to be transferred.*/ in HAL_HASH_ProcessSuspend() local789 sizeinwords = (((hhash->Size % 4U) != 0U) ? \ in HAL_HASH_ProcessSuspend()793 hhash->pHashInBuffPtr += 4U * (sizeinwords - remainingwords) ; in HAL_HASH_ProcessSuspend()