Home
last modified time | relevance | path

Searched refs:Cy_Crypto_Core_V2_RBXor (Results 1 – 3 of 3) sorted by relevance

/hal_infineon-latest/mtb-pdl-cat1/drivers/source/
Dcy_crypto_core_sha_v2.c419 Cy_Crypto_Core_V2_RBXor(base, 0U, 128U); in Cy_Crypto_Sha3_Update()
421 Cy_Crypto_Core_V2_RBXor(base, 0U, 72U); in Cy_Crypto_Sha3_Update()
436 Cy_Crypto_Core_V2_RBXor(base, hashBlockIdx, 128U-hashBlockIdx); in Cy_Crypto_Sha3_Update()
438 Cy_Crypto_Core_V2_RBXor(base, 0U, hashBlockSize-128U); in Cy_Crypto_Sha3_Update()
444 Cy_Crypto_Core_V2_RBXor(base, hashBlockIdx - 128U, hashBlockSize-hashBlockIdx); in Cy_Crypto_Sha3_Update()
450 Cy_Crypto_Core_V2_RBXor(base, hashBlockIdx, tempBlockSize); in Cy_Crypto_Sha3_Update()
468 Cy_Crypto_Core_V2_RBXor(base, hashBlockIdx, messageSize); in Cy_Crypto_Sha3_Update()
476 Cy_Crypto_Core_V2_RBXor(base, hashBlockIdx, 128U-hashBlockIdx); in Cy_Crypto_Sha3_Update()
478 Cy_Crypto_Core_V2_RBXor(base, 0U, messageSize - 128U); in Cy_Crypto_Sha3_Update()
484 Cy_Crypto_Core_V2_RBXor(base, hashBlockIdx % 128U , messageSize); in Cy_Crypto_Sha3_Update()
[all …]
Dcy_crypto_core_aes_v2.c3380 Cy_Crypto_Core_V2_RBXor (base, CY_CRYPTO_AES_BLOCK_SIZE, CY_CRYPTO_AES_BLOCK_SIZE); in Cy_Crypto_Core_V2_Aes_Ctr()
/hal_infineon-latest/mtb-pdl-cat1/drivers/include/
Dcy_crypto_core_hw_v2.h309 __STATIC_INLINE void Cy_Crypto_Core_V2_RBXor(CRYPTO_Type *base, uint32_t offset, uint32_t size) in Cy_Crypto_Core_V2_RBXor() function