Searched refs:EC_KEY_up_ref (Results 1 – 13 of 13) sorted by relevance
| /freebsd/crypto/openssl/crypto/evp/ |
| H A D | p_legacy.c | 67 if (!EC_KEY_up_ref(key)) in EVP_PKEY_set1_EC_KEY() 94 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 | 110 || !EC_KEY_up_ref(vecdh)) in ecdh_init() 166 if (!EC_KEY_up_ref(vecdh)) in ecdh_set_peer() 210 if (srcctx->k != NULL && !EC_KEY_up_ref(srcctx->k)) in ecdh_dupctx() 215 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 | 64 if (psm2ctx == NULL || vkey == NULL || !EC_KEY_up_ref(vkey)) in sm2_init() 144 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 | 152 if (!EC_KEY_up_ref(ec)) in sm2sig_signature_init() 367 if (srcctx->ec != NULL && !EC_KEY_up_ref(srcctx->ec)) in sm2sig_dupctx()
|
| H A D | ecdsa_sig.c | 287 if (!EC_KEY_up_ref(ec)) 646 if (srcctx->ec != NULL && !EC_KEY_up_ref(srcctx->ec))
|
| /freebsd/crypto/openssl/providers/implementations/kem/ |
| H A D | ec_kem.c | 126 if (!EC_KEY_up_ref(ec)) in recipient_key_set() 144 if (!EC_KEY_up_ref(ec)) in sender_authkey_set()
|
| /freebsd/crypto/openssl/include/openssl/ |
| H A D | ec.h | 1033 OSSL_DEPRECATEDIN_3_0 int EC_KEY_up_ref(EC_KEY *key);
|
| /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/secure/lib/libcrypto/ |
| H A D | Version.map | 1179 EC_KEY_up_ref;
|
| /freebsd/crypto/openssl/doc/man7/ |
| H A D | ossl-guide-migration.pod | 1664 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 | 1676 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
|