Home
last modified time | relevance | path

Searched refs:tempBlockSize (Results 1 – 2 of 2) sorted by relevance

/hal_infineon-latest/mtb-pdl-cat1/drivers/source/
Dcy_crypto_core_sha_v2.c430 uint32_t tempBlockSize = hashBlockSize - hashBlockIdx; in Cy_Crypto_Sha3_Update() local
450 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() local
652 Cy_Crypto_Core_V2_RBXor(base, hashBlockIdx, tempBlockSize); in Cy_Crypto_Sha1_Sha2_Update()
656 messageSize -= tempBlockSize; in Cy_Crypto_Sha1_Sha2_Update()
Dcy_crypto_core_sha_v1.c400 uint32_t tempBlockSize = hashBlockSize - hashBlockIdx; in Cy_Crypto_Core_V1_Sha_Update() local
402 …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()