Searched refs:hashlen (Results 1 – 4 of 4) sorted by relevance
/hal_infineon-3.4.0/mtb-pdl-cat1/drivers/include/ |
D | cy_crypto_core_ecc.h | 89 uint32_t hashlen, 96 uint32_t hashlen,
|
D | cy_crypto.h | 1930 uint32_t hashlen, 1966 uint32_t hashlen,
|
/hal_infineon-3.4.0/mtb-pdl-cat1/drivers/source/ |
D | cy_crypto_core_ecc_ecdsa.c | 67 …Cy_Crypto_Core_ECC_SignHash(CRYPTO_Type *base, const uint8_t *hash, uint32_t hashlen, uint8_t *sig, in Cy_Crypto_Core_ECC_SignHash() argument 90 uint32_t datasize = hashlen; in Cy_Crypto_Core_ECC_SignHash() 254 const uint8_t *sig, const uint8_t *hash, uint32_t hashlen, in Cy_Crypto_Core_ECC_VerifyHash() argument 276 uint32_t datasize = hashlen; in Cy_Crypto_Core_ECC_VerifyHash()
|
D | cy_crypto.c | 872 uint32_t hashlen, in Cy_Crypto_ECDSA_SignHash() argument 885 cfContext->datalen = hashlen; in Cy_Crypto_ECDSA_SignHash() 898 uint32_t hashlen, in Cy_Crypto_ECDSA_VerifyHash() argument 910 cfContext->datalen = hashlen; in Cy_Crypto_ECDSA_VerifyHash()
|