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()
911 const struct ecc_curve *curve) in vli_mmod_fast()
967 const struct ecc_curve *curve) in vli_mod_mult_fast()
977 const struct ecc_curve *curve) in vli_mod_square_fast()
1081 const struct ecc_curve *curve) in ecc_point_double_jacobian()
1145 static void apply_z(u64 *x1, u64 *y1, u64 *z, const struct ecc_curve *curve) in apply_z()
1157 u64 *p_initial_z, const struct ecc_curve *curve) in xycz_initial_double()
1183 const struct ecc_curve *curve) in xycz_add()
1226 const struct ecc_curve *curve) in xycz_add_c()
1282 u64 *initial_z, const struct ecc_curve *curve, in ecc_point_mult()
1342 const struct ecc_curve *curve) in ecc_point_add()
1365 const struct ecc_curve *curve) in ecc_point_mult_shamir()
1417 static int __ecc_is_key_valid(const struct ecc_curve *curve, in __ecc_is_key_valid()
1444 const struct ecc_curve *curve = ecc_get_curve(curve_id); in ecc_is_key_valid()
1469 const struct ecc_curve *curve = ecc_get_curve(curve_id); in ecc_gen_privkey()
1514 const struct ecc_curve *curve = ecc_get_curve(curve_id); in ecc_make_pub_key()
1548 int ecc_is_pubkey_valid_partial(const struct ecc_curve *curve, in ecc_is_pubkey_valid_partial()
1581 int ecc_is_pubkey_valid_full(const struct ecc_curve *curve, in ecc_is_pubkey_valid_full()
1616 const struct ecc_curve *curve = ecc_get_curve(curve_id); in crypto_ecdh_shared_secret()