Home
last modified time | relevance | path

Searched defs:cmacState (Results 1 – 5 of 5) sorted by relevance

/hal_infineon-latest/mtb-pdl-cat1/drivers/source/
Dcy_cryptolite_cmac.c108 cy_stc_cryptolite_aes_state_t *cmacState, in Cy_Cryptolite_Cmac_Init()
149 …_status_t Cy_Cryptolite_Cmac_Start(CRYPTOLITE_Type *base, cy_stc_cryptolite_aes_state_t *cmacState) in Cy_Cryptolite_Cmac_Start()
185 cy_stc_cryptolite_aes_state_t *cmacState) in Cy_Cryptolite_Cmac_Update()
278 …tolite_Cmac_Finish(CRYPTOLITE_Type *base, uint8_t* cmac, cy_stc_cryptolite_aes_state_t *cmacState) in Cy_Cryptolite_Cmac_Finish()
358 …e_status_t Cy_Cryptolite_Cmac_Free(CRYPTOLITE_Type *base, cy_stc_cryptolite_aes_state_t *cmacState) in Cy_Cryptolite_Cmac_Free()
401 cy_stc_cryptolite_aes_state_t *cmacState) in Cy_Cryptolite_Cmac()
Dcy_crypto_core_cmac_v2.c105 …status_t Cy_Crypto_Core_V2_Cmac_Init(CRYPTO_Type *base, cy_stc_crypto_v2_cmac_state_t* cmacState, … in Cy_Crypto_Core_V2_Cmac_Init()
151 …_status_t Cy_Crypto_Core_V2_Cmac_Start(CRYPTO_Type *base, cy_stc_crypto_v2_cmac_state_t *cmacState, in Cy_Crypto_Core_V2_Cmac_Start()
209 cy_stc_crypto_v2_cmac_state_t *cmacState, in Cy_Crypto_Core_V2_Cmac_Update()
318 …atus_t Cy_Crypto_Core_V2_Cmac_Finish(CRYPTO_Type *base, cy_stc_crypto_v2_cmac_state_t *cmacState, … in Cy_Crypto_Core_V2_Cmac_Finish()
398 cy_stc_crypto_v2_cmac_state_t *cmacState in Cy_Crypto_Core_V2_Cmac_Free()
Dcy_crypto_core_cmac_v1.c107 void Cy_Crypto_Core_V1_Cmac_Init(cy_stc_crypto_v1_cmac_state_t* cmacState, in Cy_Crypto_Core_V1_Cmac_Init()
135 cy_stc_crypto_v1_cmac_state_t *cmacState) in Cy_Crypto_Core_V1_Cmac_Start()
172 cy_stc_crypto_v1_cmac_state_t *cmacState, in Cy_Crypto_Core_V1_Cmac_Update()
225 cy_stc_crypto_v1_cmac_state_t *cmacState, in Cy_Crypto_Core_V1_Cmac_Finish()
/hal_infineon-latest/mtb-pdl-cat1/drivers/include/
Dcy_crypto_core_cmac.h145 __STATIC_INLINE cy_en_crypto_status_t Cy_Crypto_Core_Cmac_Init(CRYPTO_Type *base, void* cmacState, … in Cy_Crypto_Core_Cmac_Init()
191 __STATIC_INLINE cy_en_crypto_status_t Cy_Crypto_Core_Cmac_Start(CRYPTO_Type *base, void *cmacState, in Cy_Crypto_Core_Cmac_Start()
245 void *cmacState, in Cy_Crypto_Core_Cmac_Update()
295 __STATIC_INLINE cy_en_crypto_status_t Cy_Crypto_Core_Cmac_Finish(CRYPTO_Type *base, void *cmacState in Cy_Crypto_Core_Cmac_Finish()
338 void *cmacState in Cy_Crypto_Core_Cmac_Free()
Dcy_crypto_core_cmac_v1.h61 cy_stc_crypto_v1_cmac_state_t cmacState; member