Searched refs:modeHw (Results 1 – 3 of 3) sorted by relevance
168 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()
80 … 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()
610 uint32_t modeHw; member