Searched defs:EC_GROUP (Results 1 – 4 of 4) sorted by relevance
13 pub enum EC_GROUP {} enum20 pub fn EC_GROUP_new(meth: *const EC_METHOD) -> *mut EC_GROUP; in EC_GROUP_new()22 pub fn EC_GROUP_free(group: *mut EC_GROUP); in EC_GROUP_free()25 group: *const EC_GROUP, in EC_GROUP_get_order()31 group: *const EC_GROUP, in EC_GROUP_get_cofactor()39 group: *mut EC_GROUP, in EC_GROUP_set_generator()47 pub fn EC_GROUP_set_asn1_flag(key: *mut EC_GROUP, flag: c_int); in EC_GROUP_set_asn1_flag()50 group: *const EC_GROUP, in EC_GROUP_get_curve_GFp()59 group: *const EC_GROUP, in EC_GROUP_get_curve_GF2m()76 ) -> *mut EC_GROUP; in EC_GROUP_new_curve_GFp()[all …]
107 typedef struct ec_group_st EC_GROUP; typedef
158 IMPLEMENT_PEM_rw(ECPKParameters, EC_GROUP, PEM_STRING_ECPARAMETERS, in IMPLEMENT_PEM_rw() argument
45 typedef struct ec_group_st EC_GROUP; typedef