Searched refs:tempBlockSize (Results 1 – 2 of 2) sorted by relevance
430 uint32_t tempBlockSize = hashBlockSize - hashBlockIdx; in Cy_Crypto_Sha3_Update() local450 Cy_Crypto_Core_V2_RBXor(base, hashBlockIdx, tempBlockSize); in Cy_Crypto_Sha3_Update()455 messageSize -= tempBlockSize; in Cy_Crypto_Sha3_Update()650 uint32_t tempBlockSize = hashBlockSize - hashBlockIdx; in Cy_Crypto_Sha1_Sha2_Update() local652 Cy_Crypto_Core_V2_RBXor(base, hashBlockIdx, tempBlockSize); in Cy_Crypto_Sha1_Sha2_Update()656 messageSize -= tempBlockSize; in Cy_Crypto_Sha1_Sha2_Update()
400 uint32_t tempBlockSize = hashBlockSize - hashBlockIdx; in Cy_Crypto_Core_V1_Sha_Update() local402 …void *)((uint32_t)hashState->block + hashBlockIdx), (void const*)message, (uint16_t)tempBlockSize); in Cy_Crypto_Core_V1_Sha_Update()406 messageSize -= tempBlockSize; in Cy_Crypto_Core_V1_Sha_Update()407 message += tempBlockSize; in Cy_Crypto_Core_V1_Sha_Update()