Home
last modified time | relevance | path

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

/hal_infineon-3.4.0/mtb-pdl-cat1/drivers/source/
Dcy_crypto_core_sha_v2.c168 hashState->modeHw = (uint32_t)CY_CRYPTO_V2_SHA1_OPC; in Cy_Crypto_Core_V2_Sha_Init()
181 hashState->modeHw = (uint32_t)CY_CRYPTO_V2_SHA2_256_OPC; in Cy_Crypto_Core_V2_Sha_Init()
192 hashState->modeHw = (uint32_t)CY_CRYPTO_V2_SHA2_256_OPC; in Cy_Crypto_Core_V2_Sha_Init()
205 hashState->modeHw = (uint32_t)CY_CRYPTO_V2_SHA2_512_OPC; in Cy_Crypto_Core_V2_Sha_Init()
216 hashState->modeHw = (uint32_t)CY_CRYPTO_V2_SHA2_512_OPC; in Cy_Crypto_Core_V2_Sha_Init()
227 hashState->modeHw = (uint32_t)CY_CRYPTO_V2_SHA2_512_OPC; in Cy_Crypto_Core_V2_Sha_Init()
238 hashState->modeHw = (uint32_t)CY_CRYPTO_V2_SHA2_512_OPC; in Cy_Crypto_Core_V2_Sha_Init()
361 Cy_Crypto_Core_V2_Run(base, hashState->modeHw); in Cy_Crypto_Core_V2_Sha_Update()
464 Cy_Crypto_Core_V2_Run(base, hashState->modeHw); in Cy_Crypto_Core_V2_Sha_Finish()
478 Cy_Crypto_Core_V2_Run(base, hashState->modeHw); in Cy_Crypto_Core_V2_Sha_Finish()
Dcy_crypto_core_sha_v1.c80 … REG_CRYPTO_SHA_CTL(base) = (uint32_t)(_VAL2FLD(CRYPTO_SHA_CTL_MODE, (uint32_t)hashState->modeHw)); in Cy_Crypto_Core_V1_Sha_ProcessBlock()
203 hashState->modeHw = (uint32_t)CY_CRYPTO_V1_SHA_CTL_MODE_SHA1; in Cy_Crypto_Core_V1_Sha_Init()
220 hashState->modeHw = (uint32_t)CY_CRYPTO_V1_SHA_CTL_MODE_SHA256; in Cy_Crypto_Core_V1_Sha_Init()
234 hashState->modeHw = (uint32_t)CY_CRYPTO_V1_SHA_CTL_MODE_SHA256; in Cy_Crypto_Core_V1_Sha_Init()
251 hashState->modeHw = (uint32_t)CY_CRYPTO_V1_SHA_CTL_MODE_SHA512; in Cy_Crypto_Core_V1_Sha_Init()
265 hashState->modeHw = (uint32_t)CY_CRYPTO_V1_SHA_CTL_MODE_SHA512; in Cy_Crypto_Core_V1_Sha_Init()
279 hashState->modeHw = (uint32_t)CY_CRYPTO_V1_SHA_CTL_MODE_SHA512; in Cy_Crypto_Core_V1_Sha_Init()
293 hashState->modeHw = (uint32_t)CY_CRYPTO_V1_SHA_CTL_MODE_SHA512; in Cy_Crypto_Core_V1_Sha_Init()
/hal_infineon-3.4.0/mtb-pdl-cat1/drivers/include/
Dcy_crypto_common.h610 uint32_t modeHw; member