Home
last modified time | relevance | path

Searched defs:hmacState (Results 1 – 4 of 4) sorted by relevance

/hal_infineon-latest/mtb-pdl-cat1/drivers/source/
Dcy_crypto_core_hmac_v2.c73 …o_status_t Cy_Crypto_Core_V2_Hmac_Init(CRYPTO_Type *base, cy_stc_crypto_hmac_state_t *hmacState, c… in Cy_Crypto_Core_V2_Hmac_Init()
121 …pto_status_t Cy_Crypto_Core_V2_Hmac_Start(CRYPTO_Type *base, cy_stc_crypto_hmac_state_t *hmacState, in Cy_Crypto_Core_V2_Hmac_Start()
254 …o_status_t Cy_Crypto_Core_V2_Hmac_Update(CRYPTO_Type *base, cy_stc_crypto_hmac_state_t *hmacState, in Cy_Crypto_Core_V2_Hmac_Update()
298 …to_status_t Cy_Crypto_Core_V2_Hmac_Finish(CRYPTO_Type *base, cy_stc_crypto_hmac_state_t *hmacState, in Cy_Crypto_Core_V2_Hmac_Finish()
375 …ypto_status_t Cy_Crypto_Core_V2_Hmac_Free(CRYPTO_Type *base, cy_stc_crypto_hmac_state_t *hmacState) in Cy_Crypto_Core_V2_Hmac_Free()
459 cy_stc_crypto_hmac_state_t hmacState = {0}; in Cy_Crypto_Core_V2_Hmac() local
Dcy_crypto_core_hmac_v1.c66 cy_stc_crypto_v1_hmac_state_t hmacState; member
111 static void Cy_Crypto_Core_V1_Hmac_Init(cy_stc_crypto_v1_hmac_state_t *hmacState, in Cy_Crypto_Core_V1_Hmac_Init()
155 cy_stc_crypto_v1_hmac_state_t *hmacState, in Cy_Crypto_Core_V1_Hmac_Calculate()
270 static void Cy_Crypto_Core_V1_Hmac_Free(CRYPTO_Type *base, cy_stc_crypto_v1_hmac_state_t *hmacState) in Cy_Crypto_Core_V1_Hmac_Free()
Dcy_crypto_core_hkdf_v2.c214 cy_stc_crypto_hmac_state_t hmacState = {0u}; in Cy_Crypto_Core_V2_Hkdf_Expand() local
/hal_infineon-latest/mtb-pdl-cat1/drivers/include/
Dcy_crypto_core_hmac.h146 …ypto_status_t Cy_Crypto_Core_Hmac_Init(CRYPTO_Type *base, cy_stc_crypto_hmac_state_t *hmacState, c… in Cy_Crypto_Core_Hmac_Init()
196 …crypto_status_t Cy_Crypto_Core_Hmac_Start(CRYPTO_Type *base, cy_stc_crypto_hmac_state_t *hmacState, in Cy_Crypto_Core_Hmac_Start()
247 …ypto_status_t Cy_Crypto_Core_Hmac_Update(CRYPTO_Type *base, cy_stc_crypto_hmac_state_t *hmacState, in Cy_Crypto_Core_Hmac_Update()
296 …rypto_status_t Cy_Crypto_Core_Hmac_Finish(CRYPTO_Type *base, cy_stc_crypto_hmac_state_t *hmacState, in Cy_Crypto_Core_Hmac_Finish()
340 …_crypto_status_t Cy_Crypto_Core_Hmac_Free(CRYPTO_Type *base, cy_stc_crypto_hmac_state_t *hmacState) in Cy_Crypto_Core_Hmac_Free()