/openssl/include/internal/ |
H A D | refcount.h | 33 static inline int CRYPTO_UP_REF(CRYPTO_REF_COUNT *refcnt, int *ret) in CRYPTO_UP_REF() function 71 static __inline__ int CRYPTO_UP_REF(CRYPTO_REF_COUNT *refcnt, int *ret) in CRYPTO_UP_REF() function 98 static __inline int CRYPTO_UP_REF(CRYPTO_REF_COUNT *refcnt, int *ret) in CRYPTO_UP_REF() function 130 static __inline int CRYPTO_UP_REF(CRYPTO_REF_COUNT *refcnt, int *ret) in CRYPTO_UP_REF() function 163 static __inline int CRYPTO_UP_REF(CRYPTO_REF_COUNT *refcnt, int *ret) in CRYPTO_UP_REF() function 202 static ossl_unused ossl_inline int CRYPTO_UP_REF(CRYPTO_REF_COUNT *refcnt, in CRYPTO_UP_REF() function 240 static ossl_unused ossl_inline int CRYPTO_UP_REF(CRYPTO_REF_COUNT *refcnt, in CRYPTO_UP_REF() function
|
/openssl/crypto/engine/ |
H A D | eng_list.c | 80 if (!CRYPTO_UP_REF(&e->struct_ref, &ref)) { in engine_list_add() 245 if (!CRYPTO_UP_REF(&ret->struct_ref, &ref)) { in ENGINE_get_first() 272 if (!CRYPTO_UP_REF(&ret->struct_ref, &ref)) { in ENGINE_get_last() 298 if (!CRYPTO_UP_REF(&ret->struct_ref, &ref)) { in ENGINE_get_next() 325 if (!CRYPTO_UP_REF(&ret->struct_ref, &ref)) { in ENGINE_get_prev() 446 if (!CRYPTO_UP_REF(&iterator->struct_ref, &ref)) { in ENGINE_by_id() 487 CRYPTO_UP_REF(&e->struct_ref, &i); in ENGINE_up_ref()
|
H A D | eng_init.c | 37 if (!CRYPTO_UP_REF(&e->struct_ref, &ref)) { in engine_unlocked_init()
|
H A D | tb_asnmth.c | 211 if (!CRYPTO_UP_REF(&fstr.e->struct_ref, &ref)) { in ENGINE_pkey_asn1_find_str()
|
/openssl/providers/implementations/keymgmt/ |
H A D | kdf_legacy_kmgmt.c | 78 CRYPTO_UP_REF(&kdfdata->refcnt, &ref); in ossl_kdf_data_up_ref()
|
H A D | mac_legacy_kmgmt.c | 117 CRYPTO_UP_REF(&mackey->refcnt, &ref); in ossl_mac_key_up_ref()
|
/openssl/crypto/bio/ |
H A D | ossl_core_bio.c | 38 return CRYPTO_UP_REF(&cb->ref_cnt, &ref); in ossl_core_bio_up_ref()
|
H A D | bio_meth.c | 30 if (!CRYPTO_UP_REF(&bio_type_count, &newval)) in BIO_get_new_index()
|
/openssl/crypto/ec/ |
H A D | ecx_key.c | 92 if (CRYPTO_UP_REF(&key->references, &i) <= 0) in ossl_ecx_key_up_ref()
|
/openssl/crypto/x509/ |
H A D | x509cset.c | 78 if (CRYPTO_UP_REF(&crl->references, &i) <= 0) in X509_CRL_up_ref()
|
H A D | x509_set.c | 119 if (CRYPTO_UP_REF(&x->references, &i) <= 0) in X509_up_ref()
|
/openssl/crypto/evp/ |
H A D | mac_meth.c | 24 CRYPTO_UP_REF(&mac->refcnt, &ref); in evp_mac_up_ref()
|
H A D | kdf_meth.c | 25 CRYPTO_UP_REF(&kdf->refcnt, &ref); in evp_kdf_up_ref()
|
H A D | evp_rand.c | 59 return CRYPTO_UP_REF(&rand->refcnt, &ref); in evp_rand_up_ref() 339 return CRYPTO_UP_REF(&ctx->refcnt, &ref); in EVP_RAND_CTX_up_ref()
|
H A D | kem.c | 441 CRYPTO_UP_REF(&kem->refcnt, &ref); in EVP_KEM_up_ref()
|
H A D | asymcipher.c | 473 CRYPTO_UP_REF(&cipher->refcnt, &ref); in EVP_ASYM_CIPHER_up_ref()
|
H A D | exchange.c | 161 CRYPTO_UP_REF(&exchange->refcnt, &ref); in EVP_KEYEXCH_up_ref()
|
H A D | keymgmt_meth.c | 288 CRYPTO_UP_REF(&keymgmt->refcnt, &ref); in EVP_KEYMGMT_up_ref()
|
/openssl/crypto/asn1/ |
H A D | tasn_utl.c | 97 if (!CRYPTO_UP_REF(refcnt, &ret)) in ossl_asn1_do_lock()
|
/openssl/crypto/dh/ |
H A D | dh_lib.c | 171 if (CRYPTO_UP_REF(&r->references, &i) <= 0) in DH_up_ref()
|
/openssl/crypto/dso/ |
H A D | dso_lib.c | 96 if (CRYPTO_UP_REF(&dso->references, &i) <= 0) in DSO_up_ref()
|
/openssl/crypto/dsa/ |
H A D | dsa_lib.c | 249 if (CRYPTO_UP_REF(&r->references, &i) <= 0) in DSA_up_ref()
|
/openssl/crypto/store/ |
H A D | store_meth.c | 24 CRYPTO_UP_REF(&loader->refcnt, &ref); in OSSL_STORE_LOADER_up_ref()
|
/openssl/ssl/ |
H A D | ssl_cert_comp.c | 152 if (CRYPTO_UP_REF(&cc->references, &i) <= 0) in OSSL_COMP_CERT_up_ref()
|
/openssl/doc/internal/man3/ |
H A D | evp_generic_fetch.pod | 185 CRYPTO_UP_REF(&foo->refcnt, &ref);
|