Home
last modified time | relevance | path

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

/Linux-v5.4/crypto/
Decrdsa_defs.h48 static struct ecc_curve gost_cp256a = {
81 static struct ecc_curve gost_cp256b = {
118 static struct ecc_curve gost_cp256c = {
167 static struct ecc_curve gost_tc512a = {
212 static struct ecc_curve gost_tc512b = {
Decc.h64 struct ecc_curve { struct
147 int ecc_is_pubkey_valid_partial(const struct ecc_curve *curve,
244 const struct ecc_curve *curve);
Decc_curve_defs.h18 static struct ecc_curve nist_p192 = {
44 static struct ecc_curve nist_p256 = {
Decc.c45 static inline const struct ecc_curve *ecc_get_curve(unsigned int curve_id) in ecc_get_curve()
1144 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()
1293 static int __ecc_is_key_valid(const struct ecc_curve *curve, in __ecc_is_key_valid()
1320 const struct ecc_curve *curve = ecc_get_curve(curve_id); in ecc_is_key_valid()
1345 const struct ecc_curve *curve = ecc_get_curve(curve_id); in ecc_gen_privkey()
1390 const struct ecc_curve *curve = ecc_get_curve(curve_id); in ecc_make_pub_key()
1422 int ecc_is_pubkey_valid_partial(const struct ecc_curve *curve, in ecc_is_pubkey_valid_partial()
1463 const struct ecc_curve *curve = ecc_get_curve(curve_id); in crypto_ecdh_shared_secret()
Decrdsa.c37 const struct ecc_curve *curve; /* curve from oid */
46 static const struct ecc_curve *get_curve_by_oid(enum OID oid) in get_curve_by_oid()