Home
last modified time | relevance | path

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

/third_party/rust/crates/rust-openssl/openssl-sys/src/handwritten/
Dec.rs13 pub enum EC_GROUP {} enum
20 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 …]
/third_party/openssl/include/openssl/
Dec.h107 typedef struct ec_group_st EC_GROUP; typedef
/third_party/openssl/crypto/pem/
Dpem_all.c158 IMPLEMENT_PEM_rw(ECPKParameters, EC_GROUP, PEM_STRING_ECPARAMETERS, in IMPLEMENT_PEM_rw() argument
/third_party/openssl/ohos_lite/include/openssl/
Dec.h45 typedef struct ec_group_st EC_GROUP; typedef