Home
last modified time | relevance | path

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

/minix/crypto/external/bsd/openssl/dist/crypto/ec/
H A Dec_lcl.h92 struct ec_method_st { struct
94 int flags;
96 int field_type; /* a NID */
101 int (*group_init) (EC_GROUP *);
102 void (*group_finish) (EC_GROUP *);
103 void (*group_clear_finish) (EC_GROUP *);
104 int (*group_copy) (EC_GROUP *, const EC_GROUP *);
112 int (*group_get_degree) (const EC_GROUP *);
119 int (*point_init) (EC_POINT *);
120 void (*point_finish) (EC_POINT *);
[all …]