Searched refs:blockIdx (Results 1 – 4 of 4) sorted by relevance
275 hashState->blockIdx = 0U; in Cy_Crypto_Core_V2_Sha_Start()331 uint32_t hashBlockIdx = hashState->blockIdx; in Cy_Crypto_Core_V2_Sha_Update()369 hashState->blockIdx = hashBlockIdx + messageSize; in Cy_Crypto_Core_V2_Sha_Update()379 if (hashState->blockIdx != 0U) in Cy_Crypto_Core_V2_Sha_Update()381 … Cy_Crypto_Core_V2_FFStart(base, CY_CRYPTO_V2_RB_FF_STORE, hashState->block, hashState->blockIdx); in Cy_Crypto_Core_V2_Sha_Update()382 Cy_Crypto_Core_V2_RBStore(base, 0U, hashState->blockIdx); in Cy_Crypto_Core_V2_Sha_Update()429 uint32_t hashBlockIdx = hashState->blockIdx; in Cy_Crypto_Core_V2_Sha_Finish()
194 aesState->blockIdx = messageSize; in Cy_Crypto_Core_V1_Cmac_Update()197 Cy_Crypto_Core_V1_MemCpy(base, (void*)blockBuff, (void*)message, (uint16_t)aesState->blockIdx); in Cy_Crypto_Core_V1_Cmac_Update()227 uint32_t blockIdxTmp = aesState->blockIdx; in Cy_Crypto_Core_V1_Cmac_Finish()
332 hashState->blockIdx = 0U; in Cy_Crypto_Core_V1_Sha_Start()388 uint32_t hashBlockIdx = hashState->blockIdx; in Cy_Crypto_Core_V1_Sha_Update()407 hashState->blockIdx = hashBlockIdx + messageSize; in Cy_Crypto_Core_V1_Sha_Update()453 uint32_t hashBlockIdx = hashState->blockIdx; in Cy_Crypto_Core_V1_Sha_Finish()
592 uint32_t blockIdx; member619 uint32_t blockIdx; member