Home
last modified time | relevance | path

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

/hal_infineon-3.4.0/mtb-pdl-cat1/drivers/include/
Dcy_crypto_common.h141 #define CY_CRYPTO_SHA512_PAD_SIZE (112uL) macro
/hal_infineon-3.4.0/mtb-pdl-cat1/drivers/source/
Dcy_crypto_core_sha_v1.c459 padSize = CY_CRYPTO_SHA512_PAD_SIZE; /* Pad size = 112 */ in Cy_Crypto_Core_V1_Sha_Finish()
Dcy_crypto_core_sha_v2.c436 padSize = CY_CRYPTO_SHA512_PAD_SIZE; /* Pad size = 112 */ in Cy_Crypto_Core_V2_Sha_Finish()