Searched refs:messageKey (Results 1 – 6 of 6) sorted by relevance
75 const cy_stc_crypto_ecc_key *key, const uint8_t *messageKey) in Cy_Crypto_Core_ECC_SignHash() argument100 if ((hash != NULL) && (0u != hashlen) && (sig != NULL) && (key != NULL) && (messageKey != NULL)) in Cy_Crypto_Core_ECC_SignHash()106 messageKeyPtrRemap = (uint8_t *)CY_REMAP_ADDRESS_FOR_CRYPTO(messageKey); in Cy_Crypto_Core_ECC_SignHash()121 SCB_CleanDCache_by_Addr((volatile void *)messageKey,(int32_t)bytesize); in Cy_Crypto_Core_ECC_SignHash()
667 const cy_stc_cryptolite_ecc_key *key, const uint8_t *messageKey) in Cy_Cryptolite_ECC_SignHash() argument673 …LL) && (sig != NULL) && (hash != NULL) && (0u != hashlen) && (key != NULL) && (messageKey != NULL)) in Cy_Cryptolite_ECC_SignHash()700 messageKey, &publicKey); in Cy_Cryptolite_ECC_SignHash()757 Cy_Cryptolite_Setnumber(p_u1, (uint8_t *)messageKey, bytesize); in Cy_Cryptolite_ECC_SignHash()
1194 const uint8_t *messageKey, in Cy_Crypto_ECDSA_SignHash() argument1208 cfContext->src1 = messageKey; in Cy_Crypto_ECDSA_SignHash()
284 const cy_stc_cryptolite_ecc_key *key, const uint8_t *messageKey);
142 const uint8_t *messageKey);
2084 const uint8_t *messageKey,