Home
last modified time | relevance | path

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

/hal_infineon-3.4.0/mtb-pdl-cat1/drivers/include/
Dcy_crypto_common.h113 #define CY_CRYPTO_SHA1_DIGEST_SIZE (20u) macro
/hal_infineon-3.4.0/mtb-pdl-cat1/drivers/source/
Dcy_crypto_core_sha_v1.c207 hashState->digestSize = CY_CRYPTO_SHA1_DIGEST_SIZE; in Cy_Crypto_Core_V1_Sha_Init()
Dcy_crypto_core_sha_v2.c172 hashState->digestSize = CY_CRYPTO_SHA1_DIGEST_SIZE; in Cy_Crypto_Core_V2_Sha_Init()
Dcy_crypto_core_rsa.c185 locDigestSize = CY_CRYPTO_SHA1_DIGEST_SIZE; in Cy_Crypto_Core_Rsa_Verify()