Searched refs:cy_stc_crypto_v2_sha256_buffers_t (Results 1 – 2 of 2) sorted by relevance
202 … hashState->block = (uint8_t*)((cy_stc_crypto_v2_sha256_buffers_t*)shaBuffers)->block; in Cy_Crypto_Core_V2_Sha_Init()203 … hashState->hash = (uint8_t*)((cy_stc_crypto_v2_sha256_buffers_t*)shaBuffers)->hash; in Cy_Crypto_Core_V2_Sha_Init()213 … hashState->block = (uint8_t*)((cy_stc_crypto_v2_sha256_buffers_t*)shaBuffers)->block; in Cy_Crypto_Core_V2_Sha_Init()214 … hashState->hash = (uint8_t*)((cy_stc_crypto_v2_sha256_buffers_t*)shaBuffers)->hash; in Cy_Crypto_Core_V2_Sha_Init()
69 } cy_stc_crypto_v2_sha256_buffers_t; typedef