Home
last modified time | relevance | path

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

/hal_infineon-latest/mtb-pdl-cat1/drivers/source/
Dcy_crypto_core_ecc_domain_params.c55 …_Crypto_Core_EDW_GetCurveParams(cy_stc_crypto_edw_dp_type *dp, cy_en_crypto_ecc_curve_id_t curveId) in Cy_Crypto_Core_EDW_GetCurveParams() argument
133 if (curveId == CY_CRYPTO_ECC_ECP_ED25519) in Cy_Crypto_Core_EDW_GetCurveParams()
173 cy_stc_crypto_ecc_dp_type *Cy_Crypto_Core_ECC_GetCurveParams(cy_en_crypto_ecc_curve_id_t curveId) in Cy_Crypto_Core_ECC_GetCurveParams() argument
613 if ((curveId > CY_CRYPTO_ECC_ECP_NONE) && (curveId < CY_CRYPTO_ECC_ECP_CURVES_CNT)) in Cy_Crypto_Core_ECC_GetCurveParams()
615 tmpResult = (cy_stc_crypto_ecc_dp_type *)&eccDomainParams[curveId]; in Cy_Crypto_Core_ECC_GetCurveParams()
Dcy_cryptolite_ecdsa.c56 …c_cryptolite_ecc_dp_type *Cy_Cryptolite_ECC_GetCurveParams(cy_en_cryptolite_ecc_curve_id_t curveId) in Cy_Cryptolite_ECC_GetCurveParams() argument
488 if ((curveId > CY_CRYPTOLITE_ECC_ECP_NONE) && (curveId < CY_CRYPTOLITE_ECC_ECP_CURVES_CNT)) in Cy_Cryptolite_ECC_GetCurveParams()
490 tmpResult = (cy_stc_cryptolite_ecc_dp_type *)&eccDomainParams[curveId]; in Cy_Cryptolite_ECC_GetCurveParams()
/hal_infineon-latest/mtb-pdl-cat1/drivers/include/
Dcy_crypto_core_ecc.h110 cy_stc_crypto_ecc_dp_type *Cy_Crypto_Core_ECC_GetCurveParams(cy_en_crypto_ecc_curve_id_t curveId);
111 …Crypto_Core_EDW_GetCurveParams(cy_stc_crypto_edw_dp_type *dp, cy_en_crypto_ecc_curve_id_t curveId);
Dcy_cryptolite_ecdsa.h194 …_cryptolite_ecc_dp_type *Cy_Cryptolite_ECC_GetCurveParams(cy_en_cryptolite_ecc_curve_id_t curveId);