Searched refs:roundMem (Results 1 – 3 of 3) sorted by relevance
85 (uint32_t)hashState->roundMem, in Cy_Crypto_Core_V1_Sha_ProcessBlock()200 … hashState->roundMem = (uint8_t*)((cy_stc_crypto_v1_sha1_buffers_t*)shaBuffers)->roundMem; in Cy_Crypto_Core_V1_Sha_Init()217 … hashState->roundMem = (uint8_t*)((cy_stc_crypto_v1_sha256_buffers_t*)shaBuffers)->roundMem; in Cy_Crypto_Core_V1_Sha_Init()231 … hashState->roundMem = (uint8_t*)((cy_stc_crypto_v1_sha256_buffers_t*)shaBuffers)->roundMem; in Cy_Crypto_Core_V1_Sha_Init()248 … hashState->roundMem = (uint8_t*)((cy_stc_crypto_v1_sha512_buffers_t*)shaBuffers)->roundMem; in Cy_Crypto_Core_V1_Sha_Init()262 … hashState->roundMem = (uint8_t*)((cy_stc_crypto_v1_sha512_buffers_t*)shaBuffers)->roundMem; in Cy_Crypto_Core_V1_Sha_Init()276 … hashState->roundMem = (uint8_t*)((cy_stc_crypto_v1_sha512_buffers_t*)shaBuffers)->roundMem; in Cy_Crypto_Core_V1_Sha_Init()290 … hashState->roundMem = (uint8_t*)((cy_stc_crypto_v1_sha512_buffers_t*)shaBuffers)->roundMem; in Cy_Crypto_Core_V1_Sha_Init()534 … Cy_Crypto_Core_V1_MemSet(base, hashState->roundMem, 0x00U, (uint16_t)hashState->roundMemSize); in Cy_Crypto_Core_V1_Sha_Free()
51 uint32_t roundMem[CY_CRYPTO_SHA1_ROUND_MEM_SIZE / 4u]; member63 uint32_t roundMem[CY_CRYPTO_SHA256_ROUND_MEM_SIZE / 4u]; member75 uint32_t roundMem[CY_CRYPTO_SHA512_ROUND_MEM_SIZE / 4u]; member
615 uint8_t *roundMem; member