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/ |
D | cy_crypto_core_aes_v2.h | 41 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);
|
D | cy_crypto_core_aes_v1.h | 41 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);
|
D | cy_crypto_core_aes.h | 49 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 …]
|
D | cy_crypto_core_cmac_v1.h | 69 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);
|
D | cy_crypto_core_cmac.h | 53 cy_stc_crypto_aes_state_t *aesState); 100 cy_stc_crypto_aes_state_t *aesState) in Cy_Crypto_Core_Cmac()
|
D | cy_crypto_core_cmac_v2.h | 71 cy_stc_crypto_aes_state_t *aesState);
|
D | cy_crypto_common.h | 594 } 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/ |
D | cy_crypto_core_aes_v1.c | 42 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 …]
|
D | cy_crypto_core_aes_v2.c | 63 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()
|
D | cy_crypto_core_cmac_v1.c | 130 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()
|
D | cy_crypto_core_cmac_v2.c | 266 cy_stc_crypto_aes_state_t *aesState) in Cy_Crypto_Core_V2_Cmac()
|