Lines Matching defs:curve
900 const struct ecc_curve *curve) in vli_mmod_fast()
956 const struct ecc_curve *curve) in vli_mod_mult_fast()
966 const struct ecc_curve *curve) in vli_mod_square_fast()
1069 const struct ecc_curve *curve) in ecc_point_double_jacobian()
1133 static void apply_z(u64 *x1, u64 *y1, u64 *z, const struct ecc_curve *curve) in apply_z()
1145 u64 *p_initial_z, const struct ecc_curve *curve) in xycz_initial_double()
1171 const struct ecc_curve *curve) in xycz_add()
1214 const struct ecc_curve *curve) in xycz_add_c()
1270 u64 *initial_z, const struct ecc_curve *curve, in ecc_point_mult()
1330 const struct ecc_curve *curve) in ecc_point_add()
1353 const struct ecc_curve *curve) in ecc_point_mult_shamir()
1405 static int __ecc_is_key_valid(const struct ecc_curve *curve, in __ecc_is_key_valid()
1432 const struct ecc_curve *curve = ecc_get_curve(curve_id); in ecc_is_key_valid() local
1457 const struct ecc_curve *curve = ecc_get_curve(curve_id); in ecc_gen_privkey() local
1502 const struct ecc_curve *curve = ecc_get_curve(curve_id); in ecc_make_pub_key() local
1536 int ecc_is_pubkey_valid_partial(const struct ecc_curve *curve, in ecc_is_pubkey_valid_partial()
1569 int ecc_is_pubkey_valid_full(const struct ecc_curve *curve, in ecc_is_pubkey_valid_full()
1604 const struct ecc_curve *curve = ecc_get_curve(curve_id); in crypto_ecdh_shared_secret() local