Home
last modified time | relevance | path

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

/Linux-v5.10/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,
161 int ecc_is_pubkey_valid_full(const struct ecc_curve *curve,
258 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()
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()
1346 const struct ecc_curve *curve = ecc_get_curve(curve_id); in ecc_gen_privkey()
1391 const struct ecc_curve *curve = ecc_get_curve(curve_id); in ecc_make_pub_key()
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()
[all …]
Decrdsa.c38 const struct ecc_curve *curve; /* curve from oid */
47 static const struct ecc_curve *get_curve_by_oid(enum OID oid) in get_curve_by_oid()