Searched refs:cy_stc_crypto_v1_sha256_buffers_t (Results 1 – 2 of 2) sorted by relevance
217 … hashState->block = (uint8_t*)((cy_stc_crypto_v1_sha256_buffers_t*)shaBuffers)->block; in Cy_Crypto_Core_V1_Sha_Init()218 … hashState->hash = (uint8_t*)((cy_stc_crypto_v1_sha256_buffers_t*)shaBuffers)->hash; in Cy_Crypto_Core_V1_Sha_Init()219 … hashState->roundMem = (uint8_t*)((cy_stc_crypto_v1_sha256_buffers_t*)shaBuffers)->roundMem; in Cy_Crypto_Core_V1_Sha_Init()231 … hashState->block = (uint8_t*)((cy_stc_crypto_v1_sha256_buffers_t*)shaBuffers)->block; in Cy_Crypto_Core_V1_Sha_Init()232 … hashState->hash = (uint8_t*)((cy_stc_crypto_v1_sha256_buffers_t*)shaBuffers)->hash; in Cy_Crypto_Core_V1_Sha_Init()233 … hashState->roundMem = (uint8_t*)((cy_stc_crypto_v1_sha256_buffers_t*)shaBuffers)->roundMem; in Cy_Crypto_Core_V1_Sha_Init()
69 } cy_stc_crypto_v1_sha256_buffers_t; typedef