Home
last modified time | relevance | path

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

/hal_infineon-3.4.0/mtb-pdl-cat1/drivers/source/
Dcy_crypto_core_ecc_ecdsa.c67 …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
80 if ((hash != NULL) && (sig != NULL) && (key != NULL) && (messageKey != NULL)) in Cy_Crypto_Core_ECC_SignHash()
140 Cy_Crypto_Core_Vu_GetMemValue (base, sig, p_r, bitsize); in Cy_Crypto_Core_ECC_SignHash()
151 Cy_Crypto_Core_Vu_GetMemValue(base, sig, p_r, bitsize); in Cy_Crypto_Core_ECC_SignHash()
206 Cy_Crypto_Core_Vu_GetMemValue (base, &sig[bytesize], p_s, bitsize); 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
264 if ((sig != NULL) && (hash != NULL) && (stat != NULL) && (key != NULL)) in Cy_Crypto_Core_ECC_VerifyHash()
305 Cy_Crypto_Core_Vu_SetMemValue (base, p_r, (uint8_t *)sig, bitsize); in Cy_Crypto_Core_ECC_VerifyHash()
306 Cy_Crypto_Core_Vu_SetMemValue (base, p_s, (uint8_t *)&sig[bytesize], bitsize); in Cy_Crypto_Core_ECC_VerifyHash()
Dcy_crypto.c873 uint8_t *sig, in Cy_Crypto_ECDSA_SignHash() argument
887 cfContext->dst0 = sig; in Cy_Crypto_ECDSA_SignHash()
896 cy_en_crypto_status_t Cy_Crypto_ECDSA_VerifyHash(const uint8_t *sig, in Cy_Crypto_ECDSA_VerifyHash() argument
912 cfContext->src1 = sig; in Cy_Crypto_ECDSA_VerifyHash()
/hal_infineon-3.4.0/mtb-pdl-cat1/drivers/include/
Dcy_crypto_core_ecc.h90 uint8_t *sig,
94 const uint8_t *sig,
Dcy_crypto.h1931 uint8_t *sig,
1964 cy_en_crypto_status_t Cy_Crypto_ECDSA_VerifyHash(const uint8_t *sig,