Home
last modified time | relevance | path

Searched defs:curve (Results 1 – 2 of 2) sorted by relevance

/crypto/
Decc.c1144 u64 *initial_z, const struct ecc_curve *curve, in ecc_point_mult()
1208 const struct ecc_curve *curve) in ecc_point_add()
1231 const struct ecc_curve *curve) in ecc_point_mult_shamir()
1294 static int __ecc_is_key_valid(const struct ecc_curve *curve, in __ecc_is_key_valid()
1321 const struct ecc_curve *curve = ecc_get_curve(curve_id); in ecc_is_key_valid() local
1346 const struct ecc_curve *curve = ecc_get_curve(curve_id); in ecc_gen_privkey() local
1391 const struct ecc_curve *curve = ecc_get_curve(curve_id); in ecc_make_pub_key() local
1425 int ecc_is_pubkey_valid_partial(const struct ecc_curve *curve, in ecc_is_pubkey_valid_partial()
1458 int ecc_is_pubkey_valid_full(const struct ecc_curve *curve, in ecc_is_pubkey_valid_full()
1493 const struct ecc_curve *curve = ecc_get_curve(curve_id); in crypto_ecdh_shared_secret() local
Decrdsa.c38 const struct ecc_curve *curve; /* curve from oid */ member