Searched defs:ec_method_st (Results 1 – 1 of 1) sorted by relevance
85 struct ec_method_st { struct87 int flags;90 int (*group_init)(EC_GROUP *);91 void (*group_finish)(EC_GROUP *);92 void (*group_clear_finish)(EC_GROUP *);93 int (*group_copy)(EC_GROUP *, const EC_GROUP *);97 int (*group_set_curve)(EC_GROUP *, const BIGNUM *p, const BIGNUM *a,99 int (*group_get_curve)(const EC_GROUP *, BIGNUM *p, BIGNUM *a, BIGNUM *b,103 int (*group_get_degree)(const EC_GROUP *);106 int (*group_check_discriminant)(const EC_GROUP *, BN_CTX *);[all …]