Home
last modified time | relevance | path

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

/hal_infineon-latest/mtb-pdl-cat1/drivers/source/
Dcy_crypto_core_cmac_v2.c105 cy_en_crypto_status_t Cy_Crypto_Core_V2_Cmac_Init(CRYPTO_Type *base, cy_stc_crypto_v2_cmac_state_t*… in Cy_Crypto_Core_V2_Cmac_Init()
109 cy_stc_crypto_v2_cmac_state_t *cmacStateRemap; in Cy_Crypto_Core_V2_Cmac_Init()
114 cmacStateRemap = (cy_stc_crypto_v2_cmac_state_t *)CY_REMAP_ADDRESS_FOR_CRYPTO(cmacState); in Cy_Crypto_Core_V2_Cmac_Init()
116 …y_Crypto_Core_V2_MemSet(base, cmacStateRemap, 0U, (uint16_t)sizeof(cy_stc_crypto_v2_cmac_state_t)); in Cy_Crypto_Core_V2_Cmac_Init()
151 cy_en_crypto_status_t Cy_Crypto_Core_V2_Cmac_Start(CRYPTO_Type *base, cy_stc_crypto_v2_cmac_state_t in Cy_Crypto_Core_V2_Cmac_Start()
209 cy_stc_crypto_v2_cmac_state_t *cmacState, in Cy_Crypto_Core_V2_Cmac_Update()
318 …pto_status_t Cy_Crypto_Core_V2_Cmac_Finish(CRYPTO_Type *base, cy_stc_crypto_v2_cmac_state_t *cmacS… in Cy_Crypto_Core_V2_Cmac_Finish()
398 cy_stc_crypto_v2_cmac_state_t *cmacState in Cy_Crypto_Core_V2_Cmac_Free()
428 … Cy_Crypto_Core_V2_MemSet(base, cmacState, 0U, (uint16_t)sizeof(cy_stc_crypto_v2_cmac_state_t)); in Cy_Crypto_Core_V2_Cmac_Free()
482 …CY_ALIGN(__SCB_DCACHE_LINE_SIZE) static cy_stc_crypto_v2_cmac_state_t cmacStateLoc = {{CY_CRYPTO_… in Cy_Crypto_Core_V2_Cmac()
[all …]
/hal_infineon-latest/mtb-pdl-cat1/drivers/include/
Dcy_crypto_core_cmac_v2.h56 } cy_stc_crypto_v2_cmac_state_t; typedef
73 cy_en_crypto_status_t Cy_Crypto_Core_V2_Cmac_Init(CRYPTO_Type *base, cy_stc_crypto_v2_cmac_state_t*…
75 cy_en_crypto_status_t Cy_Crypto_Core_V2_Cmac_Start(CRYPTO_Type *base, cy_stc_crypto_v2_cmac_state_t
79 cy_stc_crypto_v2_cmac_state_t *cmacState,
83 …pto_status_t Cy_Crypto_Core_V2_Cmac_Finish(CRYPTO_Type *base, cy_stc_crypto_v2_cmac_state_t *cmacS…
86 cy_stc_crypto_v2_cmac_state_t *cmacState
Dcy_crypto_core_cmac.h161 …tmpResult = Cy_Crypto_Core_V2_Cmac_Init(base, (cy_stc_crypto_v2_cmac_state_t *)cmacState, (cy_stc_… in Cy_Crypto_Core_Cmac_Init()
211 …tmpResult = Cy_Crypto_Core_V2_Cmac_Start(base, (cy_stc_crypto_v2_cmac_state_t *)cmacState, aesKey,… in Cy_Crypto_Core_Cmac_Start()
265 …tmpResult = Cy_Crypto_Core_V2_Cmac_Update(base, (cy_stc_crypto_v2_cmac_state_t *)cmacState, messag… in Cy_Crypto_Core_Cmac_Update()
313 … tmpResult = Cy_Crypto_Core_V2_Cmac_Finish(base, (cy_stc_crypto_v2_cmac_state_t *)cmacState, cmac); in Cy_Crypto_Core_Cmac_Finish()
355 tmpResult = Cy_Crypto_Core_V2_Cmac_Free(base, (cy_stc_crypto_v2_cmac_state_t *)cmacState); in Cy_Crypto_Core_Cmac_Free()