Home
last modified time | relevance | path

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

/hal_infineon-latest/mtb-pdl-cat1/drivers/source/
Dcy_crypto_core_hmac_v2.c73 …rypto_hmac_state_t *hmacState, cy_en_crypto_sha_mode_t mode, cy_stc_crypto_v2_hmac_buffers_t *hmac… in Cy_Crypto_Core_V2_Hmac_Init()
457 CY_ALIGN(__SCB_DCACHE_LINE_SIZE) static cy_stc_crypto_v2_hmac_buffers_t hmacBuffer; in Cy_Crypto_Core_V2_Hmac()
460 cy_stc_crypto_v2_hmac_buffers_t hmacBuffer = {0}; in Cy_Crypto_Core_V2_Hmac()
471 …Core_V2_MemSet(base, (void*)&hmacBuffer, 0x00U, (uint16_t)sizeof(cy_stc_crypto_v2_hmac_buffers_t)); in Cy_Crypto_Core_V2_Hmac()
Dcy_crypto_core_hkdf_v2.c210 CY_ALIGN(__SCB_DCACHE_LINE_SIZE) static cy_stc_crypto_v2_hmac_buffers_t hmacBuffer; in Cy_Crypto_Core_V2_Hkdf_Expand()
215 cy_stc_crypto_v2_hmac_buffers_t hmacBuffer = {0u}; in Cy_Crypto_Core_V2_Hkdf_Expand()
227 …Core_V2_MemSet(base, (void*)&hmacBuffer, 0x00U, (uint16_t)sizeof(cy_stc_crypto_v2_hmac_buffers_t)); in Cy_Crypto_Core_V2_Hkdf_Expand()
/hal_infineon-latest/mtb-pdl-cat1/drivers/include/
Dcy_crypto_core_hmac_v2.h67 } cy_stc_crypto_v2_hmac_buffers_t; typedef
73 … cy_en_crypto_sha_mode_t mode, cy_stc_crypto_v2_hmac_buffers_t *hmacBuffer);
Dcy_crypto_core_hmac.h159 …Result = Cy_Crypto_Core_V2_Hmac_Init(base, hmacState, mode, (cy_stc_crypto_v2_hmac_buffers_t *)hma… in Cy_Crypto_Core_Hmac_Init()