Lines Matching defs:curve
957 const struct ecc_curve *curve) in vli_mmod_fast()
1016 const struct ecc_curve *curve) in vli_mod_mult_fast()
1026 const struct ecc_curve *curve) in vli_mod_square_fast()
1130 const struct ecc_curve *curve) in ecc_point_double_jacobian()
1194 static void apply_z(u64 *x1, u64 *y1, u64 *z, const struct ecc_curve *curve) in apply_z()
1206 u64 *p_initial_z, const struct ecc_curve *curve) in xycz_initial_double()
1232 const struct ecc_curve *curve) in xycz_add()
1275 const struct ecc_curve *curve) in xycz_add_c()
1331 u64 *initial_z, const struct ecc_curve *curve, in ecc_point_mult()
1394 const struct ecc_curve *curve) in ecc_point_add()
1417 const struct ecc_curve *curve) in ecc_point_mult_shamir()
1477 static int __ecc_is_key_valid(const struct ecc_curve *curve, in __ecc_is_key_valid()
1504 const struct ecc_curve *curve = ecc_get_curve(curve_id); in ecc_is_key_valid() local
1525 const struct ecc_curve *curve = ecc_get_curve(curve_id); in ecc_gen_privkey() local
1571 const struct ecc_curve *curve = ecc_get_curve(curve_id); in ecc_make_pub_key() local
1603 int ecc_is_pubkey_valid_partial(const struct ecc_curve *curve, in ecc_is_pubkey_valid_partial()
1636 int ecc_is_pubkey_valid_full(const struct ecc_curve *curve, in ecc_is_pubkey_valid_full()
1670 const struct ecc_curve *curve = ecc_get_curve(curve_id); in crypto_ecdh_shared_secret() local