Home
last modified time | relevance | path

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

/dflybsd-src/crypto/libressl/crypto/ec/
H A Dec_lcl.h98 struct ec_method_st { struct
100 int flags;
102 int field_type; /* a NID */
105 int (*group_init)(EC_GROUP *);
106 void (*group_finish)(EC_GROUP *);
107 void (*group_clear_finish)(EC_GROUP *);
108 int (*group_copy)(EC_GROUP *, const EC_GROUP *);
111 int (*group_set_curve)(EC_GROUP *, const BIGNUM *p, const BIGNUM *a, const BIGNUM *b, BN_CTX *);
112 int (*group_get_curve)(const EC_GROUP *, BIGNUM *p, BIGNUM *a, BIGNUM *b, BN_CTX *);
115 int (*group_get_degree)(const EC_GROUP *);
[all …]