Searched defs:ec_method_st (Results 1 – 2 of 2) sorted by relevance
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/ec/ |
H A D | ec_local.h | 43 struct ec_method_st { struct 45 int flags; 47 int field_type; /* a NID */ 52 int (*group_init) (EC_GROUP *); 53 void (*group_finish) (EC_GROUP *); 54 void (*group_clear_finish) (EC_GROUP *); 55 int (*group_copy) (EC_GROUP *, const EC_GROUP *); 57 int (*group_set_curve) (EC_GROUP *, const BIGNUM *p, const BIGNUM *a, 59 int (*group_get_curve) (const EC_GROUP *, BIGNUM *p, BIGNUM *a, BIGNUM *b, 62 int (*group_get_degree) (const EC_GROUP *); [all …]
|
/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/ec/ |
H A D | ec_local.h | 39 struct ec_method_st { struct 41 int flags; 43 int field_type; /* a NID */ 48 int (*group_init) (EC_GROUP *); 49 void (*group_finish) (EC_GROUP *); 50 void (*group_clear_finish) (EC_GROUP *); 51 int (*group_copy) (EC_GROUP *, const EC_GROUP *); 53 int (*group_set_curve) (EC_GROUP *, const BIGNUM *p, const BIGNUM *a, 55 int (*group_get_curve) (const EC_GROUP *, BIGNUM *p, BIGNUM *a, BIGNUM *b, 58 int (*group_get_degree) (const EC_GROUP *); [all …]
|