Home
last modified time | relevance | path

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

/hal_infineon-latest/mtb-pdl-cat1/drivers/include/
Dcy_crypto_core_sha_v2.h108 } cy_stc_crypto_v2_sha_buffers_t; typedef
/hal_infineon-latest/mtb-pdl-cat1/drivers/source/
Dcy_crypto_core_sha_v2.c1116 CY_ALIGN(__SCB_DCACHE_LINE_SIZE) static cy_stc_crypto_v2_sha_buffers_t shaBuffers; in Cy_Crypto_Core_V2_Sha()
1122 cy_stc_crypto_v2_sha_buffers_t shaBuffers = {{0,},{0,}}; in Cy_Crypto_Core_V2_Sha()
1127 …_Core_V2_MemSet(base, (void*)&shaBuffers, 0x00U, (uint16_t)sizeof(cy_stc_crypto_v2_sha_buffers_t)); in Cy_Crypto_Core_V2_Sha()