Home
last modified time | relevance | path

Searched refs:EC_KEY_up_ref (Results 1 – 13 of 13) sorted by relevance

/third_party/openssl/crypto/evp/
Dp_legacy.c60 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/
Decdh_exch.c109 || !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/
Dsm2_enc.c63 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/
DEC_KEY_new.pod9 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/
Dsm2_sig.c148 if (!EC_KEY_up_ref(ec)) in sm2sig_signature_init()
351 if (srcctx->ec != NULL && !EC_KEY_up_ref(srcctx->ec)) in sm2sig_dupctx()
Decdsa_sig.c145 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/
Dec.rs187 pub fn EC_KEY_up_ref(key: *mut EC_KEY) -> c_int; in EC_KEY_up_ref() function
/third_party/openssl/include/openssl/
Dec.h1022 OSSL_DEPRECATEDIN_3_0 int EC_KEY_up_ref(EC_KEY *key);
/third_party/openssl/crypto/ec/
Dec_key.c192 int EC_KEY_up_ref(EC_KEY *r) in EC_KEY_up_ref() function
/third_party/openssl/ohos_lite/include/openssl/
Dec.h866 int EC_KEY_up_ref(EC_KEY *key);
/third_party/rust/crates/rust-openssl/openssl/src/
Dec.rs730 let r = ffi::EC_KEY_up_ref(self.as_ptr()); in to_owned()
/third_party/openssl/doc/man7/
Dmigration_guide.pod1591 EC_KEY_new(), EC_KEY_new_by_curve_name(), EC_KEY_free(), EC_KEY_up_ref()
/third_party/openssl/util/
Dlibcrypto.num1631 EC_KEY_up_ref 1671 3_0_0 EXIST::FUNCTION:DEPRECATEDIN_3_0,EC