Home
last modified time | relevance | path

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

/hal_infineon-3.6.0/mtb-pdl-cat1/drivers/source/
Dcy_crypto_core_sha_v1.c256 hashState->hashSize = CY_CRYPTO_SHA512_HASH_SIZE; in Cy_Crypto_Core_V1_Sha_Init()
270 hashState->hashSize = CY_CRYPTO_SHA512_HASH_SIZE; in Cy_Crypto_Core_V1_Sha_Init()
284 hashState->hashSize = CY_CRYPTO_SHA512_HASH_SIZE; in Cy_Crypto_Core_V1_Sha_Init()
298 hashState->hashSize = CY_CRYPTO_SHA512_HASH_SIZE; in Cy_Crypto_Core_V1_Sha_Init()
Dcy_crypto_core_sha_v2.c214 hashState->hashSize = CY_CRYPTO_SHA512_HASH_SIZE; in Cy_Crypto_Core_V2_Sha_Init()
225 hashState->hashSize = CY_CRYPTO_SHA512_HASH_SIZE; in Cy_Crypto_Core_V2_Sha_Init()
236 hashState->hashSize = CY_CRYPTO_SHA512_HASH_SIZE; in Cy_Crypto_Core_V2_Sha_Init()
247 hashState->hashSize = CY_CRYPTO_SHA512_HASH_SIZE; in Cy_Crypto_Core_V2_Sha_Init()
/hal_infineon-3.6.0/mtb-pdl-cat1/drivers/include/
Dcy_crypto_core_sha_v2.h79 uint32_t hash[CY_CRYPTO_SHA512_HASH_SIZE / 4u];
Dcy_crypto_core_sha_v1.h79 uint32_t hash[CY_CRYPTO_SHA512_HASH_SIZE / 4u];
Dcy_crypto_common.h167 #define CY_CRYPTO_SHA512_HASH_SIZE (64u) macro
203 #define CY_CRYPTO_SHA_MAX_HASH_SIZE (CY_CRYPTO_SHA512_HASH_SIZE)