Home
last modified time | relevance | path

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

/hal_infineon-3.4.0/mtb-pdl-cat1/drivers/source/
Dcy_crypto_core_ecc_ecdsa.c68 const cy_stc_crypto_ecc_key *key, const uint8_t *messageKey) in Cy_Crypto_Core_ECC_SignHash() argument
80 if ((hash != NULL) && (sig != NULL) && (key != NULL) && (messageKey != NULL)) in Cy_Crypto_Core_ECC_SignHash()
96 tmpResult = Cy_Crypto_Core_ECC_MakePublicKey(base, key->curveID, messageKey, &ephKey); in Cy_Crypto_Core_ECC_SignHash()
187 Cy_Crypto_Core_Vu_SetMemValue (base, p_r, messageKey, bitsize); in Cy_Crypto_Core_ECC_SignHash()
Dcy_crypto.c875 const uint8_t *messageKey, in Cy_Crypto_ECDSA_SignHash() argument
889 cfContext->src1 = messageKey; in Cy_Crypto_ECDSA_SignHash()
/hal_infineon-3.4.0/mtb-pdl-cat1/drivers/include/
Dcy_crypto_core_ecc.h92 const uint8_t *messageKey);
Dcy_crypto.h1933 const uint8_t *messageKey,