Home
last modified time | relevance | path

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

/hal_infineon-latest/mtb-pdl-cat1/drivers/source/
Dcy_crypto_core_sha_v1.c248 … hashState->block = (uint8_t*)((cy_stc_crypto_v1_sha512_buffers_t*)shaBuffers)->block; in Cy_Crypto_Core_V1_Sha_Init()
249 … hashState->hash = (uint8_t*)((cy_stc_crypto_v1_sha512_buffers_t*)shaBuffers)->hash; in Cy_Crypto_Core_V1_Sha_Init()
250 … hashState->roundMem = (uint8_t*)((cy_stc_crypto_v1_sha512_buffers_t*)shaBuffers)->roundMem; in Cy_Crypto_Core_V1_Sha_Init()
262 … hashState->block = (uint8_t*)((cy_stc_crypto_v1_sha512_buffers_t*)shaBuffers)->block; in Cy_Crypto_Core_V1_Sha_Init()
263 … hashState->hash = (uint8_t*)((cy_stc_crypto_v1_sha512_buffers_t*)shaBuffers)->hash; in Cy_Crypto_Core_V1_Sha_Init()
264 … hashState->roundMem = (uint8_t*)((cy_stc_crypto_v1_sha512_buffers_t*)shaBuffers)->roundMem; in Cy_Crypto_Core_V1_Sha_Init()
276 … hashState->block = (uint8_t*)((cy_stc_crypto_v1_sha512_buffers_t*)shaBuffers)->block; in Cy_Crypto_Core_V1_Sha_Init()
277 … hashState->hash = (uint8_t*)((cy_stc_crypto_v1_sha512_buffers_t*)shaBuffers)->hash; in Cy_Crypto_Core_V1_Sha_Init()
278 … hashState->roundMem = (uint8_t*)((cy_stc_crypto_v1_sha512_buffers_t*)shaBuffers)->roundMem; in Cy_Crypto_Core_V1_Sha_Init()
290 … hashState->block = (uint8_t*)((cy_stc_crypto_v1_sha512_buffers_t*)shaBuffers)->block; in Cy_Crypto_Core_V1_Sha_Init()
[all …]
Dcy_crypto_core_ecc_eddsa.c1202 static cy_stc_crypto_v1_sha512_buffers_t shaBuffers; in Cy_Crypto_Core_ED25519_MakePublicKey()
1407 static cy_stc_crypto_v1_sha512_buffers_t shaBuffers; in Cy_Crypto_Core_ED25519_Sign()
2115 static cy_stc_crypto_v1_sha512_buffers_t shaBuffers; in Cy_Crypto_Core_ED25519_Verify()
/hal_infineon-latest/mtb-pdl-cat1/drivers/include/
Dcy_crypto_core_sha_v1.h83 } cy_stc_crypto_v1_sha512_buffers_t; typedef