Home
last modified time | relevance | path

Searched refs:cy_stc_crypto_hmac_state_t (Results 1 – 5 of 5) sorted by relevance

/hal_infineon-latest/mtb-pdl-cat1/drivers/source/
Dcy_crypto_core_hmac_v2.c73 cy_en_crypto_status_t Cy_Crypto_Core_V2_Hmac_Init(CRYPTO_Type *base, cy_stc_crypto_hmac_state_t *hm… in Cy_Crypto_Core_V2_Hmac_Init()
121 cy_en_crypto_status_t Cy_Crypto_Core_V2_Hmac_Start(CRYPTO_Type *base, cy_stc_crypto_hmac_state_t *h… in Cy_Crypto_Core_V2_Hmac_Start()
254 …cy_en_crypto_status_t Cy_Crypto_Core_V2_Hmac_Update(CRYPTO_Type *base, cy_stc_crypto_hmac_state_t in Cy_Crypto_Core_V2_Hmac_Update()
298 cy_en_crypto_status_t Cy_Crypto_Core_V2_Hmac_Finish(CRYPTO_Type *base, cy_stc_crypto_hmac_state_t *… in Cy_Crypto_Core_V2_Hmac_Finish()
375 cy_en_crypto_status_t Cy_Crypto_Core_V2_Hmac_Free(CRYPTO_Type *base, cy_stc_crypto_hmac_state_t *hm… in Cy_Crypto_Core_V2_Hmac_Free()
397 … Cy_Crypto_Core_V2_MemSet(base, hmacState, 0u, ((uint16_t)sizeof(cy_stc_crypto_hmac_state_t))); in Cy_Crypto_Core_V2_Hmac_Free()
402 SCB_InvalidateDCache_by_Addr(hmacState, (int32_t)sizeof(cy_stc_crypto_hmac_state_t)); in Cy_Crypto_Core_V2_Hmac_Free()
456 CY_ALIGN(__SCB_DCACHE_LINE_SIZE) static cy_stc_crypto_hmac_state_t hmacState; in Cy_Crypto_Core_V2_Hmac()
459 cy_stc_crypto_hmac_state_t hmacState = {0}; in Cy_Crypto_Core_V2_Hmac()
470 …rypto_Core_V2_MemSet(base, (void*)&hmacState, 0x00U, (uint16_t)sizeof(cy_stc_crypto_hmac_state_t)); in Cy_Crypto_Core_V2_Hmac()
Dcy_crypto_core_hkdf_v2.c211 CY_ALIGN(__SCB_DCACHE_LINE_SIZE) static cy_stc_crypto_hmac_state_t hmacState; in Cy_Crypto_Core_V2_Hkdf_Expand()
214 cy_stc_crypto_hmac_state_t hmacState = {0u}; in Cy_Crypto_Core_V2_Hkdf_Expand()
226 …rypto_Core_V2_MemSet(base, (void*)&hmacState, 0x00U, (uint16_t)sizeof(cy_stc_crypto_hmac_state_t)); in Cy_Crypto_Core_V2_Hkdf_Expand()
/hal_infineon-latest/mtb-pdl-cat1/drivers/include/
Dcy_crypto_core_hmac_v2.h72 cy_stc_crypto_hmac_state_t *hmacState,
76 cy_stc_crypto_hmac_state_t *hmacState,
81 cy_stc_crypto_hmac_state_t *hmacState,
86 cy_stc_crypto_hmac_state_t *hmacState,
90 cy_stc_crypto_hmac_state_t *hmacState);
Dcy_crypto_core_hmac.h146 …en_crypto_status_t Cy_Crypto_Core_Hmac_Init(CRYPTO_Type *base, cy_stc_crypto_hmac_state_t *hmacSta… in Cy_Crypto_Core_Hmac_Init()
196 …n_crypto_status_t Cy_Crypto_Core_Hmac_Start(CRYPTO_Type *base, cy_stc_crypto_hmac_state_t *hmacSta… in Cy_Crypto_Core_Hmac_Start()
247 …_crypto_status_t Cy_Crypto_Core_Hmac_Update(CRYPTO_Type *base, cy_stc_crypto_hmac_state_t *hmacSt… in Cy_Crypto_Core_Hmac_Update()
296 …_crypto_status_t Cy_Crypto_Core_Hmac_Finish(CRYPTO_Type *base, cy_stc_crypto_hmac_state_t *hmacSta… in Cy_Crypto_Core_Hmac_Finish()
340 …en_crypto_status_t Cy_Crypto_Core_Hmac_Free(CRYPTO_Type *base, cy_stc_crypto_hmac_state_t *hmacSta… in Cy_Crypto_Core_Hmac_Free()
Dcy_crypto_common.h989 } cy_stc_crypto_hmac_state_t; typedef