Lines Matching refs:ecc_curve
45 static inline const struct ecc_curve *ecc_get_curve(unsigned int curve_id) in ecc_get_curve()
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()
1346 const struct ecc_curve *curve = ecc_get_curve(curve_id); in ecc_gen_privkey()
1391 const struct ecc_curve *curve = ecc_get_curve(curve_id); in ecc_make_pub_key()
1425 int ecc_is_pubkey_valid_partial(const struct ecc_curve *curve, in ecc_is_pubkey_valid_partial()
1458 int ecc_is_pubkey_valid_full(const struct ecc_curve *curve, in ecc_is_pubkey_valid_full()
1493 const struct ecc_curve *curve = ecc_get_curve(curve_id); in crypto_ecdh_shared_secret()