Home
last modified time | relevance | path

Searched refs:roundMem (Results 1 – 3 of 3) sorted by relevance

/hal_infineon-3.4.0/mtb-pdl-cat1/drivers/source/
Dcy_crypto_core_sha_v1.c85 (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()
/hal_infineon-3.4.0/mtb-pdl-cat1/drivers/include/
Dcy_crypto_core_sha_v1.h51 uint32_t roundMem[CY_CRYPTO_SHA1_ROUND_MEM_SIZE / 4u]; member
63 uint32_t roundMem[CY_CRYPTO_SHA256_ROUND_MEM_SIZE / 4u]; member
75 uint32_t roundMem[CY_CRYPTO_SHA512_ROUND_MEM_SIZE / 4u]; member
Dcy_crypto_common.h615 uint8_t *roundMem; member