Lines Matching refs:ecc_curve
47 const struct ecc_curve *ecc_get_curve25519(void) in ecc_get_curve25519()
53 const struct ecc_curve *ecc_get_curve(unsigned int curve_id) in ecc_get_curve()
908 const struct ecc_curve *curve) in vli_mmod_fast()
964 const struct ecc_curve *curve) in vli_mod_mult_fast()
974 const struct ecc_curve *curve) in vli_mod_square_fast()
1077 const struct ecc_curve *curve) in ecc_point_double_jacobian()
1141 static void apply_z(u64 *x1, u64 *y1, u64 *z, const struct ecc_curve *curve) in apply_z()
1153 u64 *p_initial_z, const struct ecc_curve *curve) in xycz_initial_double()
1179 const struct ecc_curve *curve) in xycz_add()
1222 const struct ecc_curve *curve) in xycz_add_c()
1278 u64 *initial_z, const struct ecc_curve *curve, in ecc_point_mult()
1338 const struct ecc_curve *curve) in ecc_point_add()
1361 const struct ecc_curve *curve) in ecc_point_mult_shamir()
1413 static int __ecc_is_key_valid(const struct ecc_curve *curve, in __ecc_is_key_valid()
1440 const struct ecc_curve *curve = ecc_get_curve(curve_id); in ecc_is_key_valid()
1465 const struct ecc_curve *curve = ecc_get_curve(curve_id); in ecc_gen_privkey()
1510 const struct ecc_curve *curve = ecc_get_curve(curve_id); in ecc_make_pub_key()
1544 int ecc_is_pubkey_valid_partial(const struct ecc_curve *curve, in ecc_is_pubkey_valid_partial()
1577 int ecc_is_pubkey_valid_full(const struct ecc_curve *curve, in ecc_is_pubkey_valid_full()
1612 const struct ecc_curve *curve = ecc_get_curve(curve_id); in crypto_ecdh_shared_secret()