Home
last modified time | relevance | path

Searched refs:cy_stc_crypto_aes_gcm_state_t (Results 1 – 4 of 4) sorted by relevance

/hal_infineon-latest/mtb-pdl-cat1/drivers/include/
Dcy_crypto_core_aes_v2.h103 cy_stc_crypto_aes_gcm_state_t* aesGCMctx);
107 cy_stc_crypto_aes_gcm_state_t* aesGCMctx);
111 cy_stc_crypto_aes_gcm_state_t* aesGCMctx);
114 cy_stc_crypto_aes_gcm_state_t* aesGCMctx);
118 cy_stc_crypto_aes_gcm_state_t* aesGCMctx);
120 …inish(CRYPTO_Type *base, uint8_t *p_tag, uint32_t tagSize, cy_stc_crypto_aes_gcm_state_t* aesGC…
122 …o_status_t Cy_Crypto_Core_V2_Aes_GCM_Free(CRYPTO_Type *base, cy_stc_crypto_aes_gcm_state_t* aesGC…
Dcy_crypto_core_aes.h1406 cy_stc_crypto_aes_gcm_state_t* aesGCMctx) in Cy_Crypto_Core_Aes_GCM_Init()
1456 cy_stc_crypto_aes_gcm_state_t* aesGCMctx) in Cy_Crypto_Core_Aes_GCM_SetKey()
1509 cy_stc_crypto_aes_gcm_state_t* aesGCMctx) in Cy_Crypto_Core_Aes_GCM_Start()
1560cy_stc_crypto_aes_gcm_state_t* aesGCMctx) in Cy_Crypto_Core_Aes_GCM_AAD_Update()
1614 cy_stc_crypto_aes_gcm_state_t* aesGCMctx) in Cy_Crypto_Core_Aes_GCM_Update()
1666 … uint32_t tagSize, cy_stc_crypto_aes_gcm_state_t* aesGCMctx) in Cy_Crypto_Core_Aes_GCM_Finish()
1710 …ypto_status_t Cy_Crypto_Core_Aes_GCM_Free(CRYPTO_Type *base, cy_stc_crypto_aes_gcm_state_t* aesGC… in Cy_Crypto_Core_Aes_GCM_Free()
Dcy_crypto_common.h924 } cy_stc_crypto_aes_gcm_state_t; typedef
/hal_infineon-latest/mtb-pdl-cat1/drivers/source/
Dcy_crypto_core_aes_v2.c1034 …O_Type *base, cy_stc_crypto_aes_gcm_buffers_t *aesGCMBuffers, cy_stc_crypto_aes_gcm_state_t* aesGC… in Cy_Crypto_Core_V2_Aes_GCM_Init()
1042 … Cy_Crypto_Core_V2_MemSet(base, aesGCMctx, 0U, (uint16_t)sizeof(cy_stc_crypto_aes_gcm_state_t)); in Cy_Crypto_Core_V2_Aes_GCM_Init()
1083 …nt8_t const *aesKey, cy_en_crypto_aes_key_length_t keyLength, cy_stc_crypto_aes_gcm_state_t* aesGC… in Cy_Crypto_Core_V2_Aes_GCM_SetKey()
1140 …n_crypto_dir_mode_t mode, uint8_t const *iv, uint32_t ivSize, cy_stc_crypto_aes_gcm_state_t* aesGC… in Cy_Crypto_Core_V2_Aes_GCM_Start()
1231 …_Update(CRYPTO_Type *base, uint8_t *aad, uint32_t aadSize, cy_stc_crypto_aes_gcm_state_t* aesGC… in Cy_Crypto_Core_V2_Aes_GCM_AAD_Update()
1320 cy_stc_crypto_aes_gcm_state_t* aesGCMctx) in Cy_Crypto_Core_V2_Aes_GCM_Update()
1437 …M_tag(CRYPTO_Type *base, uint8_t *p_tag, uint32_t tagSize, cy_stc_crypto_aes_gcm_state_t* aesGC… in Cy_Crypto_Core_V2_Aes_GCM_tag()
1503 …Finish(CRYPTO_Type *base, uint8_t *p_tag, uint32_t tagSize, cy_stc_crypto_aes_gcm_state_t* aesGC… in Cy_Crypto_Core_V2_Aes_GCM_Finish()
1592 CY_ALIGN(__SCB_DCACHE_LINE_SIZE) static cy_stc_crypto_aes_gcm_state_t aesGCMctx; in Cy_Crypto_Core_V2_Aes_GCM_Encrypt_Tag()
1595 cy_stc_crypto_aes_gcm_state_t aesGCMctx = {0}; in Cy_Crypto_Core_V2_Aes_GCM_Encrypt_Tag()
[all …]