Home
last modified time | relevance | path

Searched refs:ecc_curve (Results 1 – 2 of 2) sorted by relevance

/linux-4.19.296/crypto/
Decc_curve_defs.h11 struct ecc_curve { struct
33 static struct ecc_curve nist_p192 = { argument
59 static struct ecc_curve nist_p256 = {
Decc.c42 static inline const struct ecc_curve *ecc_get_curve(unsigned int curve_id) in ecc_get_curve()
845 u64 *initial_z, const struct ecc_curve *curve, in ecc_point_mult()
916 static int __ecc_is_key_valid(const struct ecc_curve *curve, in __ecc_is_key_valid()
943 const struct ecc_curve *curve = ecc_get_curve(curve_id); in ecc_is_key_valid()
967 const struct ecc_curve *curve = ecc_get_curve(curve_id); in ecc_gen_privkey()
1011 const struct ecc_curve *curve = ecc_get_curve(curve_id); in ecc_make_pub_key()
1042 static int ecc_is_pubkey_valid_partial(const struct ecc_curve *curve, in ecc_is_pubkey_valid_partial()
1080 const struct ecc_curve *curve = ecc_get_curve(curve_id); in crypto_ecdh_shared_secret()