Lines Matching refs:group
22 pub fn EC_GROUP_free(group: *mut EC_GROUP);
25 group: *const EC_GROUP,
31 group: *const EC_GROUP,
36 pub fn EC_GROUP_get0_generator(group: *const EC_GROUP) -> *const EC_POINT;
39 group: *mut EC_GROUP,
45 pub fn EC_GROUP_get_curve_name(group: *const EC_GROUP) -> c_int;
49 pub fn EC_GROUP_get_asn1_flag(group: *const EC_GROUP) -> c_int;
52 group: *const EC_GROUP,
61 group: *const EC_GROUP,
68 pub fn EC_GROUP_get_degree(group: *const EC_GROUP) -> c_int;
71 pub fn EC_GROUP_order_bits(group: *const EC_GROUP) -> c_int;
90 pub fn EC_POINT_is_at_infinity(group: *const EC_GROUP, point: *const EC_POINT) -> c_int;
93 group: *const EC_GROUP,
98 pub fn EC_POINT_new(group: *const EC_GROUP) -> *mut EC_POINT;
102 pub fn EC_POINT_dup(p: *const EC_POINT, group: *const EC_GROUP) -> *mut EC_POINT;
106 group: *const EC_GROUP,
114 group: *const EC_GROUP,
122 group: *const EC_GROUP,
131 group: *const EC_GROUP,
139 group: *const EC_GROUP,
148 group: *const EC_GROUP,
156 group: *const EC_GROUP,
163 group: *const EC_GROUP,
170 group: *const EC_GROUP,
177 pub fn EC_POINT_invert(group: *const EC_GROUP, r: *mut EC_POINT, ctx: *mut BN_CTX) -> c_int;
180 group: *const EC_GROUP,
187 group: *const EC_GROUP,
207 pub fn EC_KEY_set_group(key: *mut EC_KEY, group: *const EC_GROUP) -> c_int;