Searched refs:EC_KEY_up_ref (Results 1 – 12 of 12) sorted by relevance
/freebsd/crypto/openssl/crypto/evp/ |
H A 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()
|
/freebsd/crypto/openssl/providers/implementations/exchange/ |
H A 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()
|
/freebsd/crypto/openssl/providers/implementations/asymciphers/ |
H A 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()
|
/freebsd/crypto/openssl/doc/man3/ |
H A 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(),
|
/freebsd/crypto/openssl/providers/implementations/signature/ |
H A D | sm2_sig.c | 148 if (!EC_KEY_up_ref(ec)) in sm2sig_signature_init() 354 if (srcctx->ec != NULL && !EC_KEY_up_ref(srcctx->ec)) in sm2sig_dupctx()
|
H A 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()
|
/freebsd/crypto/openssl/crypto/ec/ |
H A D | ec_key.c | 192 int EC_KEY_up_ref(EC_KEY *r) in EC_KEY_up_ref() function
|
/freebsd/crypto/openssl/include/openssl/ |
H A D | ec.h | 1022 OSSL_DEPRECATEDIN_3_0 int EC_KEY_up_ref(EC_KEY *key);
|
/freebsd/secure/lib/libcrypto/ |
H A D | Version.map | 1179 EC_KEY_up_ref;
|
/freebsd/crypto/openssl/doc/man7/ |
H A D | migration_guide.pod | 1633 EC_KEY_new(), EC_KEY_new_by_curve_name(), EC_KEY_free(), EC_KEY_up_ref()
|
/freebsd/secure/lib/libcrypto/man/man3/ |
H A D | Makefile | 1480 MLINKS+= EC_KEY_new.3 EC_KEY_up_ref.3
|
/freebsd/crypto/openssl/util/ |
H A D | libcrypto.num | 1631 EC_KEY_up_ref 1671 3_0_0 EXIST::FUNCTION:DEPRECATEDIN_3_0,EC
|