Lines Matching defs:curve
933 const struct ecc_curve *curve) in vli_mmod_fast()
989 const struct ecc_curve *curve) in vli_mod_mult_fast()
999 const struct ecc_curve *curve) in vli_mod_square_fast()
1103 const struct ecc_curve *curve) in ecc_point_double_jacobian()
1167 static void apply_z(u64 *x1, u64 *y1, u64 *z, const struct ecc_curve *curve) in apply_z()
1179 u64 *p_initial_z, const struct ecc_curve *curve) in xycz_initial_double()
1205 const struct ecc_curve *curve) in xycz_add()
1248 const struct ecc_curve *curve) in xycz_add_c()
1304 u64 *initial_z, const struct ecc_curve *curve, in ecc_point_mult()
1364 const struct ecc_curve *curve) in ecc_point_add()
1387 const struct ecc_curve *curve) in ecc_point_mult_shamir()
1441 static int __ecc_is_key_valid(const struct ecc_curve *curve, in __ecc_is_key_valid()
1468 const struct ecc_curve *curve = ecc_get_curve(curve_id); in ecc_is_key_valid() local
1493 const struct ecc_curve *curve = ecc_get_curve(curve_id); in ecc_gen_privkey() local
1538 const struct ecc_curve *curve = ecc_get_curve(curve_id); in ecc_make_pub_key() local
1572 int ecc_is_pubkey_valid_partial(const struct ecc_curve *curve, in ecc_is_pubkey_valid_partial()
1605 int ecc_is_pubkey_valid_full(const struct ecc_curve *curve, in ecc_is_pubkey_valid_full()
1640 const struct ecc_curve *curve = ecc_get_curve(curve_id); in crypto_ecdh_shared_secret() local