Lines Matching defs:curve
6111 * ECC keys on a Weierstrass elliptic curve require the generation
6115 * curve’s base point for ECC.
6134 * Standard (DSS) [FIPS186-4] §B.4.2 for elliptic curve keys.
6159 psa_ecc_family_t curve = PSA_KEY_TYPE_ECC_GET_FAMILY(
6162 mbedtls_ecc_group_from_psa(curve, bits);
6235 /* ECC keys on a Montgomery elliptic curve draws a byte string whose length
6236 * is determined by the curve, and sets the mandatory bits accordingly. That is:
6339 psa_ecc_family_t curve = PSA_KEY_TYPE_ECC_GET_FAMILY(slot->attr.type);
6340 if (PSA_ECC_FAMILY_IS_WEIERSTRASS(curve)) {
6341 /* Weierstrass elliptic curve */
6347 /* Montgomery elliptic curve */