Searched refs:sig (Results 1 – 4 of 4) sorted by relevance
/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 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()
|
D | cy_crypto.c | 873 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/ |
D | cy_crypto_core_ecc.h | 90 uint8_t *sig, 94 const uint8_t *sig,
|
D | cy_crypto.h | 1931 uint8_t *sig, 1964 cy_en_crypto_status_t Cy_Crypto_ECDSA_VerifyHash(const uint8_t *sig,
|