Searched defs:EC_KEY (Results 1 – 10 of 10) sorted by relevance
| /third_party/rust/crates/rust-openssl/openssl-sys/src/handwritten/ |
| D | ec.rs | 181 pub fn EC_KEY_new_by_curve_name(nid: c_int) -> *mut EC_KEY; in EC_KEY_new_by_curve_name() 183 pub fn EC_KEY_free(key: *mut EC_KEY); in EC_KEY_free() 185 pub fn EC_KEY_dup(key: *const EC_KEY) -> *mut EC_KEY; in EC_KEY_dup() 191 pub fn EC_KEY_set_group(key: *mut EC_KEY, group: *const EC_GROUP) -> c_int; in EC_KEY_set_group() 195 pub fn EC_KEY_set_private_key(key: *mut EC_KEY, key: *const BIGNUM) -> c_int; in EC_KEY_set_private_key() 199 pub fn EC_KEY_set_public_key(key: *mut EC_KEY, key: *const EC_POINT) -> c_int; in EC_KEY_set_public_key() 206 key: *mut EC_KEY, in EC_KEY_set_public_key_affine_coordinates() 238 eckey: *mut EC_KEY, in ECDSA_do_sign() 245 eckey: *mut EC_KEY, in ECDSA_do_verify()
|
| D | pem.rs | 132 key: *mut *mut EC_KEY, in PEM_read_bio_ECPrivateKey() 135 ) -> *mut EC_KEY; in PEM_read_bio_ECPrivateKey() 138 ec: *mut *mut EC_KEY, in PEM_read_bio_EC_PUBKEY() 141 ) -> *mut EC_KEY; in PEM_read_bio_EC_PUBKEY()
|
| D | types.rs | 253 pub enum EC_KEY {} enum
|
| D | x509.rs | 174 a: *mut *mut EC_KEY, in d2i_EC_PUBKEY() 177 ) -> *mut EC_KEY; in d2i_EC_PUBKEY() 180 k: *mut *mut EC_KEY, in d2i_ECPrivateKey() 183 ) -> *mut EC_KEY; in d2i_ECPrivateKey()
|
| D | ssl.rs | 831 unsafe extern "C" fn(ssl: *mut SSL, is_export: c_int, keylength: c_int) -> *mut EC_KEY, in SSL_CTX_set_tmp_ecdh_callback__fixed_rust() 839 unsafe extern "C" fn(ssl: *mut SSL, is_export: c_int, keylength: c_int) -> *mut EC_KEY, in SSL_set_tmp_ecdh_callback__fixed_rust()
|
| D | evp.rs | 443 pub fn EVP_PKEY_get1_EC_KEY(k: *mut EVP_PKEY) -> *mut EC_KEY; in EVP_PKEY_get1_EC_KEY()
|
| /third_party/openssl/include/crypto/ |
| D | types.h | 20 typedef struct ec_key_st EC_KEY; typedef
|
| /third_party/openssl/ohos_lite/include/openssl/ |
| D | ossl_typ.h | 114 typedef struct ec_key_st EC_KEY; typedef
|
| /third_party/openssl/include/openssl/ |
| D | types.h | 149 typedef struct ec_key_st EC_KEY; typedef
|
| /third_party/rust/crates/rust-openssl/openssl-sys/src/ |
| D | ssl.rs | 587 ) -> *mut EC_KEY, in SSL_CTX_set_tmp_ecdh_callback() 597 ) -> *mut EC_KEY, in SSL_set_tmp_ecdh_callback()
|