Searched refs:cy_stc_crypto_aes_gcm_state_t (Results 1 – 4 of 4) sorted by relevance
/hal_infineon-3.5.0/mtb-pdl-cat1/drivers/include/ |
D | cy_crypto_core_aes_v2.h | 53 cy_stc_crypto_aes_gcm_state_t* aesGCMctx); 57 cy_stc_crypto_aes_gcm_state_t* aesGCMctx); 61 cy_stc_crypto_aes_gcm_state_t* aesGCMctx); 64 cy_stc_crypto_aes_gcm_state_t* aesGCMctx); 68 cy_stc_crypto_aes_gcm_state_t* aesGCMctx); 70 …inish(CRYPTO_Type *base, uint8_t *p_tag, uint32_t tagSize, cy_stc_crypto_aes_gcm_state_t* aesGC… 72 …o_status_t Cy_Crypto_Core_V2_Aes_GCM_Free(CRYPTO_Type *base, cy_stc_crypto_aes_gcm_state_t* aesGC…
|
D | cy_crypto_core_aes.h | 511 cy_stc_crypto_aes_gcm_state_t* aesGCMctx) in Cy_Crypto_Core_Aes_GCM_Init() 560 cy_stc_crypto_aes_gcm_state_t* aesGCMctx) in Cy_Crypto_Core_Aes_GCM_SetKey() 612 cy_stc_crypto_aes_gcm_state_t* aesGCMctx) in Cy_Crypto_Core_Aes_GCM_Start() 662 … cy_stc_crypto_aes_gcm_state_t* aesGCMctx) in Cy_Crypto_Core_Aes_GCM_AAD_Update() 715 cy_stc_crypto_aes_gcm_state_t* aesGCMctx) in Cy_Crypto_Core_Aes_GCM_Update() 766 … uint32_t tagSize, cy_stc_crypto_aes_gcm_state_t* aesGCMctx) in Cy_Crypto_Core_Aes_GCM_Finish() 810 …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()
|
D | cy_crypto_common.h | 763 } cy_stc_crypto_aes_gcm_state_t; typedef
|
/hal_infineon-3.5.0/mtb-pdl-cat1/drivers/source/ |
D | cy_crypto_core_aes_v2.c | 178 …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() 186 … 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() 228 …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() 276 …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() 347 …_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() 429 cy_stc_crypto_aes_gcm_state_t* aesGCMctx) in Cy_Crypto_Core_V2_Aes_GCM_Update() 526 …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() 576 …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() 661 cy_stc_crypto_aes_gcm_state_t aesGCMctx = {0}; in Cy_Crypto_Core_V2_Aes_GCM_Encrypt_Tag() 765 cy_stc_crypto_aes_gcm_state_t aesGCMctx = {0}; in Cy_Crypto_Core_V2_Aes_GCM_Decrypt_Tag() [all …]
|