Home
last modified time | relevance | path

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

/hal_infineon-latest/mtb-pdl-cat1/drivers/source/
Dcy_crypto_core_sha_v2.c334 uint8_t *hashRemap; in Cy_Crypto_Core_V2_Sha_Start() local
340 hashRemap = (uint8_t *)CY_REMAP_ADDRESS_FOR_CRYPTO(hashState->hash); in Cy_Crypto_Core_V2_Sha_Start()
353 … Cy_Crypto_Core_V2_MemSet(base, hashRemap, (uint8_t) 0, (uint16_t) CY_CRYPTO_SHA3_STATE_SIZE); in Cy_Crypto_Core_V2_Sha_Start()
364 …Cy_Crypto_Core_V2_MemCpy(base, (void*)hashRemap, (void *)initialHashRemap, (uint16_t)hashState->ha… in Cy_Crypto_Core_V2_Sha_Start()
408 uint8_t *hashRemap; in Cy_Crypto_Sha3_Update() local
411 hashRemap = (uint8_t *)CY_REMAP_ADDRESS_FOR_CRYPTO(hashState->hash); in Cy_Crypto_Sha3_Update()
418 Cy_Crypto_Core_V2_FFStart(base, CY_CRYPTO_V2_RB_FF_LOAD0, hashRemap, CY_CRYPTO_SHA3_STATE_SIZE); in Cy_Crypto_Sha3_Update()
497 Cy_Crypto_Core_V2_FFStart(base, CY_CRYPTO_V2_RB_FF_STORE, hashRemap, 128); in Cy_Crypto_Sha3_Update()
504 Cy_Crypto_Core_V2_FFStart(base, CY_CRYPTO_V2_RB_FF_STORE, &hashRemap[128u], 72u); in Cy_Crypto_Sha3_Update()
536 uint8_t *hashRemap; in Cy_Crypto_Sha3_Finish() local
[all …]