Home
last modified time | relevance | path

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

/hal_infineon-latest/mtb-pdl-cat1/drivers/source/
Dcy_crypto_core_hmac_v1.c323 cy_stc_crypto_sha_state_t hashStateLoc = { 0 }; in Cy_Crypto_Core_V1_Hmac() local
329 tmpResult = Cy_Crypto_Core_V1_Sha_Init(base, &hashStateLoc, mode, &hmacBuffers->shaBuffers); in Cy_Crypto_Core_V1_Hmac()
334 …tmpResult = Cy_Crypto_Core_V1_Hmac_Calculate (base, hmacStateTmp, &hashStateLoc, key, keyLength, m… in Cy_Crypto_Core_V1_Hmac()
338 (void)Cy_Crypto_Core_V1_Sha_Free(base, &hashStateLoc); in Cy_Crypto_Core_V1_Hmac()