Searched defs:ec_method_st (Results 1 – 1 of 1) sorted by relevance
/onnv-gate/usr/src/common/openssl/crypto/ec/ |
H A D | ec_lcl.h | 88 struct ec_method_st { struct 90 int field_type; /* a NID */ 93 int (*group_init)(EC_GROUP *); 94 void (*group_finish)(EC_GROUP *); 95 void (*group_clear_finish)(EC_GROUP *); 96 int (*group_copy)(EC_GROUP *, const EC_GROUP *); 100 int (*group_set_curve)(EC_GROUP *, const BIGNUM *p, const BIGNUM *a, const BIGNUM *b, BN_CTX *); 101 int (*group_get_curve)(const EC_GROUP *, BIGNUM *p, BIGNUM *a, BIGNUM *b, BN_CTX *); 104 int (*group_get_degree)(const EC_GROUP *); 107 int (*group_check_discriminant)(const EC_GROUP *, BN_CTX *); [all …]
|