Home
last modified time | relevance | path

Searched refs:Cy_Crypto_Core_GetVuMemoryAddress (Results 1 – 10 of 10) sorted by relevance

/hal_infineon-latest/mtb-pdl-cat1/drivers/source/
Dcy_crypto_core_des_v1.c187 …ers_t *desBuffers = (cy_stc_crypto_des_buffers_t *)((void *)Cy_Crypto_Core_GetVuMemoryAddress(base… in Cy_Crypto_Core_V1_Des()
247 …ers_t *desBuffers = (cy_stc_crypto_des_buffers_t *)((void *)Cy_Crypto_Core_GetVuMemoryAddress(base… in Cy_Crypto_Core_V1_Tdes()
Dcy_crypto_core_vu.c73 …CY_ASSERT_L1( ((destAddr + byteSize) - 1u) < ((uint32_t)Cy_Crypto_Core_GetVuMemoryAddress(base) + … in Cy_Crypto_Core_Vu_SetMemValue()
105 …CY_ASSERT_L1( ((dataAddr + byteSize) - 1u) < ((uint32_t)Cy_Crypto_Core_GetVuMemoryAddress(base) + … in Cy_Crypto_Core_Vu_GetMemValue()
Dcy_crypto_core_hw.c148 bool isRelocated = Cy_Crypto_Core_GetVuMemoryAddress(base) != REG_CRYPTO_MEM_BUFF(base); in Cy_Crypto_Core_Vu_RunInstr()
615 vu_mem_address = Cy_Crypto_Core_GetVuMemoryAddress(base); in Cy_Crypto_Core_Cleanup()
Dcy_crypto_core_cmac_v1.c297 …es_buffers_t *aesBuffers = (cy_stc_crypto_aes_buffers_t *)(Cy_Crypto_Core_GetVuMemoryAddress(base… in Cy_Crypto_Core_V1_Cmac()
Dcy_crypto_server.c450 … *(uint32_t *)(cfContext->dst) = (uint32_t)Cy_Crypto_Core_GetVuMemoryAddress(CY_CRYPTO_BASE); in Cy_Crypto_Server_Process()
502 …Context->aesState, (cy_stc_crypto_aes_buffers_t *)((void *)(Cy_Crypto_Core_GetVuMemoryAddress(CY_C… in Cy_Crypto_Server_Process()
Dcy_crypto_core_hmac_v1.c320 …_t *hmacBuffers = (cy_stc_crypto_hmac_buffers_t *)((void *)Cy_Crypto_Core_GetVuMemoryAddress(base… in Cy_Crypto_Core_V1_Hmac()
Dcy_crypto_core_rsa.c1259 vu_mem_address = Cy_Crypto_Core_GetVuMemoryAddress(base); in Cy_Crypto_Core_Rsa_Proc()
1455 vu_mem_address = Cy_Crypto_Core_GetVuMemoryAddress(base); in Cy_Crypto_Core_Rsa_Coef()
Dcy_crypto_core_sha_v1.c586 void *shaBuffers = (void *)Cy_Crypto_Core_GetVuMemoryAddress(base); in Cy_Crypto_Core_V1_Sha()
/hal_infineon-latest/mtb-pdl-cat1/drivers/include/
Dcy_crypto_core_hw.h757 __STATIC_INLINE uint32_t * Cy_Crypto_Core_GetVuMemoryAddress(CRYPTO_Type *base);
1051 __STATIC_INLINE uint32_t * Cy_Crypto_Core_GetVuMemoryAddress(CRYPTO_Type *base) in Cy_Crypto_Core_GetVuMemoryAddress() function
Dcy_crypto_core_aes.h132 …ers_t *aesBuffers = (cy_stc_crypto_aes_buffers_t *)((void *)Cy_Crypto_Core_GetVuMemoryAddress(base… in Cy_Crypto_Core_Aes_Init()