Searched defs:curve (Results 1 – 2 of 2) sorted by relevance
1144 u64 *initial_z, const struct ecc_curve *curve, in ecc_point_mult()1208 const struct ecc_curve *curve) in ecc_point_add()1231 const struct ecc_curve *curve) in ecc_point_mult_shamir()1294 static int __ecc_is_key_valid(const struct ecc_curve *curve, in __ecc_is_key_valid()1321 const struct ecc_curve *curve = ecc_get_curve(curve_id); in ecc_is_key_valid() local1346 const struct ecc_curve *curve = ecc_get_curve(curve_id); in ecc_gen_privkey() local1391 const struct ecc_curve *curve = ecc_get_curve(curve_id); in ecc_make_pub_key() local1423 int ecc_is_pubkey_valid_partial(const struct ecc_curve *curve, in ecc_is_pubkey_valid_partial()1464 const struct ecc_curve *curve = ecc_get_curve(curve_id); in crypto_ecdh_shared_secret() local
37 const struct ecc_curve *curve; /* curve from oid */ member