Home
last modified time | relevance | path

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

/hal_infineon-latest/mtb-pdl-cat1/drivers/source/
Dcy_crypto_core_sha_v2.c498 Cy_Crypto_Core_V2_RBStore(base, 0U, 128U); in Cy_Crypto_Sha3_Update()
505 Cy_Crypto_Core_V2_RBStore(base, 0U, 72U); in Cy_Crypto_Sha3_Update()
576 Cy_Crypto_Core_V2_RBStore(base, 0U, hashState->digestSize); in Cy_Crypto_Sha3_Finish()
675 Cy_Crypto_Core_V2_RBStore(base, 0U, hashState->blockIdx); in Cy_Crypto_Sha1_Sha2_Update()
682 Cy_Crypto_Core_V2_RBStore(base, 0U, hashState->hashSize); in Cy_Crypto_Sha1_Sha2_Update()
779 Cy_Crypto_Core_V2_RBStore(base, 0U, hashState->digestSize); in Cy_Crypto_Sha1_Sha2_Finish()
Dcy_crypto_core_aes_v2.c1002 Cy_Crypto_Core_V2_RBStore(base, CY_CRYPTO_AES_BLOCK_SIZE, CY_CRYPTO_AES_BLOCK_SIZE); in Cy_Crypto_Core_V2_Aes_GCM_Ghash()
3381 Cy_Crypto_Core_V2_RBStore(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.h321 __STATIC_INLINE void Cy_Crypto_Core_V2_RBStore(CRYPTO_Type *base, uint32_t offset, uint32_t size) in Cy_Crypto_Core_V2_RBStore() function