Searched refs:EC_KEY_up_ref (Results 1 – 13 of 13) sorted by relevance
/third_party/openssl/crypto/evp/ |
D | p_legacy.c | 60 if (!EC_KEY_up_ref(key)) in EVP_PKEY_set1_EC_KEY() 87 if (ret != NULL && !EC_KEY_up_ref(ret)) in EVP_PKEY_get1_EC_KEY()
|
/third_party/openssl/providers/implementations/exchange/ |
D | ecdh_exch.c | 109 || !EC_KEY_up_ref(vecdh)) in ecdh_init() 151 || !EC_KEY_up_ref(vecdh)) in ecdh_set_peer() 197 if (srcctx->k != NULL && !EC_KEY_up_ref(srcctx->k)) in ecdh_dupctx() 202 if (srcctx->peerk != NULL && !EC_KEY_up_ref(srcctx->peerk)) in ecdh_dupctx()
|
/third_party/openssl/providers/implementations/asymciphers/ |
D | sm2_enc.c | 63 if (psm2ctx == NULL || vkey == NULL || !EC_KEY_up_ref(vkey)) in sm2_init() 143 if (dstctx->key != NULL && !EC_KEY_up_ref(dstctx->key)) { in sm2_dupctx()
|
/third_party/openssl/doc/man3/ |
D | EC_KEY_new.pod | 9 EC_KEY_copy, EC_KEY_dup, EC_KEY_up_ref, EC_KEY_get0_engine, 41 int EC_KEY_up_ref(EC_KEY *key); 114 EC_KEY_up_ref() increments the reference count associated with the EC_KEY 202 EC_KEY_up_ref(), EC_KEY_set_group(), EC_KEY_set_public_key(),
|
/third_party/openssl/providers/implementations/signature/ |
D | sm2_sig.c | 148 if (!EC_KEY_up_ref(ec)) in sm2sig_signature_init() 351 if (srcctx->ec != NULL && !EC_KEY_up_ref(srcctx->ec)) in sm2sig_dupctx()
|
D | ecdsa_sig.c | 145 if (!EC_KEY_up_ref(ec)) in ecdsa_signverify_init() 408 if (srcctx->ec != NULL && !EC_KEY_up_ref(srcctx->ec)) in ecdsa_dupctx()
|
/third_party/rust/crates/rust-openssl/openssl-sys/src/handwritten/ |
D | ec.rs | 187 pub fn EC_KEY_up_ref(key: *mut EC_KEY) -> c_int; in EC_KEY_up_ref() function
|
/third_party/openssl/include/openssl/ |
D | ec.h | 1022 OSSL_DEPRECATEDIN_3_0 int EC_KEY_up_ref(EC_KEY *key);
|
/third_party/openssl/crypto/ec/ |
D | ec_key.c | 192 int EC_KEY_up_ref(EC_KEY *r) in EC_KEY_up_ref() function
|
/third_party/openssl/ohos_lite/include/openssl/ |
D | ec.h | 866 int EC_KEY_up_ref(EC_KEY *key);
|
/third_party/rust/crates/rust-openssl/openssl/src/ |
D | ec.rs | 730 let r = ffi::EC_KEY_up_ref(self.as_ptr()); in to_owned()
|
/third_party/openssl/doc/man7/ |
D | migration_guide.pod | 1591 EC_KEY_new(), EC_KEY_new_by_curve_name(), EC_KEY_free(), EC_KEY_up_ref()
|
/third_party/openssl/util/ |
D | libcrypto.num | 1631 EC_KEY_up_ref 1671 3_0_0 EXIST::FUNCTION:DEPRECATEDIN_3_0,EC
|