Searched refs:ecc_curve (Results 1 – 2 of 2) sorted by relevance
11 struct ecc_curve { struct33 static struct ecc_curve nist_p192 = { argument59 static struct ecc_curve nist_p256 = {
42 static inline const struct ecc_curve *ecc_get_curve(unsigned int curve_id) in ecc_get_curve()911 const struct ecc_curve *curve = ecc_get_curve(curve_id); in ecc_is_key_valid()945 const struct ecc_curve *curve = ecc_get_curve(curve_id); in ecc_gen_privkey()992 const struct ecc_curve *curve = ecc_get_curve(curve_id); in ecc_make_pub_key()1023 static int ecc_is_pubkey_valid_partial(const struct ecc_curve *curve, in ecc_is_pubkey_valid_partial()1061 const struct ecc_curve *curve = ecc_get_curve(curve_id); in crypto_ecdh_shared_secret()