Home
last modified time | relevance | path

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

/hal_infineon-latest/mtb-pdl-cat1/drivers/source/
Dcy_crypto_core_sha_v1.c201 … hashState->block = (uint8_t*)((cy_stc_crypto_v1_sha1_buffers_t*)shaBuffers)->block; in Cy_Crypto_Core_V1_Sha_Init()
202 … hashState->hash = (uint8_t*)((cy_stc_crypto_v1_sha1_buffers_t*)shaBuffers)->hash; in Cy_Crypto_Core_V1_Sha_Init()
203 … hashState->roundMem = (uint8_t*)((cy_stc_crypto_v1_sha1_buffers_t*)shaBuffers)->roundMem; in Cy_Crypto_Core_V1_Sha_Init()
/hal_infineon-latest/mtb-pdl-cat1/drivers/include/
Dcy_crypto_core_sha_v1.h55 } cy_stc_crypto_v1_sha1_buffers_t; typedef