Home
last modified time | relevance | path

Searched refs:cy_stc_crypto_aes_state_t (Results 1 – 11 of 11) sorted by relevance

/hal_infineon-3.4.0/mtb-pdl-cat1/drivers/include/
Dcy_crypto_core_aes_v2.h41 cy_stc_crypto_aes_state_t const *aesState);
43 cy_stc_crypto_aes_state_t const *aesState);
45 cy_en_crypto_status_t Cy_Crypto_Core_V2_Aes_Free(CRYPTO_Type *base, cy_stc_crypto_aes_state_t *aesS…
50 cy_stc_crypto_aes_state_t *aesState,
57 cy_stc_crypto_aes_state_t *aesState);
65 cy_stc_crypto_aes_state_t *aesState);
73 cy_stc_crypto_aes_state_t *aesState);
82 cy_stc_crypto_aes_state_t *aesState);
Dcy_crypto_core_aes_v1.h41 cy_stc_crypto_aes_state_t const *aesState,
47 cy_stc_crypto_aes_state_t const *aesState,
52 cy_en_crypto_status_t Cy_Crypto_Core_V1_Aes_Free(CRYPTO_Type *base, cy_stc_crypto_aes_state_t *aesS…
57 cy_stc_crypto_aes_state_t *aesState,
64 cy_stc_crypto_aes_state_t *aesState);
72 cy_stc_crypto_aes_state_t *aesState);
81 cy_stc_crypto_aes_state_t *aesState);
90 cy_stc_crypto_aes_state_t *aesState);
Dcy_crypto_core_aes.h49 cy_stc_crypto_aes_state_t *aesState,
56 cy_stc_crypto_aes_state_t *aesState);
64 cy_stc_crypto_aes_state_t *aesState);
72 cy_stc_crypto_aes_state_t *aesState);
81 cy_stc_crypto_aes_state_t *aesState);
114 cy_stc_crypto_aes_state_t *aesState) in Cy_Crypto_Core_Aes_Init()
161 cy_stc_crypto_aes_state_t *aesState, in Cy_Crypto_Core_Aes_InitContext()
196 cy_stc_crypto_aes_state_t *aesState) in Cy_Crypto_Core_Aes_Free()
243 cy_stc_crypto_aes_state_t *aesState) in Cy_Crypto_Core_Aes_Ecb()
299 cy_stc_crypto_aes_state_t *aesState) in Cy_Crypto_Core_Aes_Cbc()
[all …]
Dcy_crypto_core_cmac_v1.h69 cy_stc_crypto_aes_state_t *aesState,
72 void Cy_Crypto_Core_V1_Cmac_Update(CRYPTO_Type *base, cy_stc_crypto_aes_state_t *aesState,
78 cy_stc_crypto_aes_state_t *aesState,
88 cy_stc_crypto_aes_state_t *aesState);
Dcy_crypto_core_cmac.h53 cy_stc_crypto_aes_state_t *aesState);
100 cy_stc_crypto_aes_state_t *aesState) in Cy_Crypto_Core_Cmac()
Dcy_crypto_core_cmac_v2.h71 cy_stc_crypto_aes_state_t *aesState);
Dcy_crypto_common.h594 } cy_stc_crypto_aes_state_t; typedef
766 cy_stc_crypto_aes_state_t aesState;
/hal_infineon-3.4.0/mtb-pdl-cat1/drivers/source/
Dcy_crypto_core_aes_v1.c42 static void Cy_Crypto_Core_V1_Aes_InvKey(CRYPTO_Type *base, cy_stc_crypto_aes_state_t const *aesSta…
68 cy_stc_crypto_aes_state_t const *aesState, in Cy_Crypto_Core_V1_Aes_ProcessBlock()
118 cy_stc_crypto_aes_state_t const *aesState, in Cy_Crypto_Core_V1_Aes_Xor()
158 static void Cy_Crypto_Core_V1_Aes_InvKey(CRYPTO_Type *base, cy_stc_crypto_aes_state_t const *aesSta… in Cy_Crypto_Core_V1_Aes_InvKey()
206 cy_stc_crypto_aes_state_t *aesState, in Cy_Crypto_Core_V1_Aes_Init()
238 cy_en_crypto_status_t Cy_Crypto_Core_V1_Aes_Free(CRYPTO_Type *base, cy_stc_crypto_aes_state_t *aesS… in Cy_Crypto_Core_V1_Aes_Free()
241 Cy_Crypto_Core_V1_MemSet(base, (void *)aesState, 0u, sizeof(cy_stc_crypto_aes_state_t)); in Cy_Crypto_Core_V1_Aes_Free()
277 cy_stc_crypto_aes_state_t *aesState) in Cy_Crypto_Core_V1_Aes_Ecb()
329 cy_stc_crypto_aes_state_t *aesState) in Cy_Crypto_Core_V1_Aes_Cbc()
437 cy_stc_crypto_aes_state_t *aesState) in Cy_Crypto_Core_V1_Aes_Cfb()
[all …]
Dcy_crypto_core_aes_v2.c63 cy_stc_crypto_aes_state_t const *aesState) in Cy_Crypto_Core_V2_Aes_LoadEncKey()
98 cy_stc_crypto_aes_state_t const *aesState) in Cy_Crypto_Core_V2_Aes_LoadDecKey()
136 cy_en_crypto_status_t Cy_Crypto_Core_V2_Aes_Free(CRYPTO_Type *base, cy_stc_crypto_aes_state_t *aesS… in Cy_Crypto_Core_V2_Aes_Free()
139 Cy_Crypto_Core_V2_MemSet(base, (void *)aesState, 0u, sizeof(cy_stc_crypto_aes_state_t)); in Cy_Crypto_Core_V2_Aes_Free()
173 cy_stc_crypto_aes_state_t *aesState, in Cy_Crypto_Core_V2_Aes_Init()
183 Cy_Crypto_Core_V2_MemSet(base, aesState, 0u, sizeof(cy_stc_crypto_aes_state_t)); in Cy_Crypto_Core_V2_Aes_Init()
224 cy_stc_crypto_aes_state_t *aesState) in Cy_Crypto_Core_V2_Aes_Ecb()
282 cy_stc_crypto_aes_state_t *aesState) in Cy_Crypto_Core_V2_Aes_Cbc()
391 cy_stc_crypto_aes_state_t *aesState) in Cy_Crypto_Core_V2_Aes_Cfb()
492 cy_stc_crypto_aes_state_t *aesState) in Cy_Crypto_Core_V2_Aes_Ctr()
Dcy_crypto_core_cmac_v1.c130 cy_stc_crypto_aes_state_t *aesState, in Cy_Crypto_Core_V1_Cmac_Start()
167 cy_stc_crypto_aes_state_t *aesState, in Cy_Crypto_Core_V1_Cmac_Update()
220 cy_stc_crypto_aes_state_t *aesState, in Cy_Crypto_Core_V1_Cmac_Finish()
291 cy_stc_crypto_aes_state_t *aesState) in Cy_Crypto_Core_V1_Cmac()
Dcy_crypto_core_cmac_v2.c266 cy_stc_crypto_aes_state_t *aesState) in Cy_Crypto_Core_V2_Cmac()