Searched refs:cy_stc_crypto_aes_gcm_buffers_t (Results 1 – 4 of 4) sorted by relevance
| /hal_infineon-latest/mtb-pdl-cat1/drivers/source/ |
| D | cy_crypto_core_aes_v2.c | 1034 …o_status_t Cy_Crypto_Core_V2_Aes_GCM_Init(CRYPTO_Type *base, cy_stc_crypto_aes_gcm_buffers_t *aesG… in Cy_Crypto_Core_V2_Aes_GCM_Init() 1037 cy_stc_crypto_aes_gcm_buffers_t *aesGCMBuffersRemap; in Cy_Crypto_Core_V2_Aes_GCM_Init() 1040 …aesGCMBuffersRemap = (cy_stc_crypto_aes_gcm_buffers_t *)CY_REMAP_ADDRESS_FOR_CRYPTO(aesGCMBuffers); in Cy_Crypto_Core_V2_Aes_GCM_Init() 1043 …to_Core_V2_MemSet(base, aesGCMBuffersRemap, 0U, (uint16_t)sizeof(cy_stc_crypto_aes_gcm_buffers_t)); in Cy_Crypto_Core_V2_Aes_GCM_Init() 1593 CY_ALIGN(__SCB_DCACHE_LINE_SIZE) static cy_stc_crypto_aes_gcm_buffers_t aesGCMBuffers; in Cy_Crypto_Core_V2_Aes_GCM_Encrypt_Tag() 1596 cy_stc_crypto_aes_gcm_buffers_t aesGCMBuffers = {0}; in Cy_Crypto_Core_V2_Aes_GCM_Encrypt_Tag() 1607 …e_V2_MemSet(base, (void*)&aesGCMBuffers, 0x00U, (uint16_t)sizeof(cy_stc_crypto_aes_gcm_buffers_t)); in Cy_Crypto_Core_V2_Aes_GCM_Encrypt_Tag() 1705 CY_ALIGN(__SCB_DCACHE_LINE_SIZE) static cy_stc_crypto_aes_gcm_buffers_t aesGCMBuffers; in Cy_Crypto_Core_V2_Aes_GCM_Decrypt_Tag() 1708 cy_stc_crypto_aes_gcm_buffers_t aesGCMBuffers = {0}; in Cy_Crypto_Core_V2_Aes_GCM_Decrypt_Tag() 1719 …e_V2_MemSet(base, (void*)&aesGCMBuffers, 0x00U, (uint16_t)sizeof(cy_stc_crypto_aes_gcm_buffers_t)); in Cy_Crypto_Core_V2_Aes_GCM_Decrypt_Tag()
|
| /hal_infineon-latest/mtb-pdl-cat1/drivers/include/ |
| D | cy_crypto_core_aes_v2.h | 102 cy_stc_crypto_aes_gcm_buffers_t *aesGCMBuffers,
|
| D | cy_crypto_common.h | 892 } cy_stc_crypto_aes_gcm_buffers_t; typedef
|
| D | cy_crypto_core_aes.h | 1405 …rypto_status_t Cy_Crypto_Core_Aes_GCM_Init(CRYPTO_Type *base,cy_stc_crypto_aes_gcm_buffers_t *aesG… in Cy_Crypto_Core_Aes_GCM_Init()
|