Home
last modified time | relevance | path

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

/hal_infineon-3.4.0/mtb-pdl-cat1/drivers/include/
Dcy_crypto_common.h140 #define CY_CRYPTO_SHA256_PAD_SIZE (56uL) macro
/hal_infineon-3.4.0/mtb-pdl-cat1/drivers/source/
Dcy_crypto_core_sha_v1.c463 padSize = CY_CRYPTO_SHA256_PAD_SIZE; /* Pad size = 56 */ in Cy_Crypto_Core_V1_Sha_Finish()
Dcy_crypto_core_sha_v2.c440 padSize = CY_CRYPTO_SHA256_PAD_SIZE; /* Pad size = 56 */ in Cy_Crypto_Core_V2_Sha_Finish()