Home
last modified time | relevance | path

Searched refs:CRYPTO_DOWN_REF (Results 1 – 25 of 43) sorted by relevance

12

/openssl/include/internal/
H A Drefcount.h49 static inline int CRYPTO_DOWN_REF(CRYPTO_REF_COUNT *refcnt, int *ret) in CRYPTO_DOWN_REF() function
77 static __inline__ int CRYPTO_DOWN_REF(CRYPTO_REF_COUNT *refcnt, int *ret) in CRYPTO_DOWN_REF() function
104 static __inline int CRYPTO_DOWN_REF(CRYPTO_REF_COUNT *refcnt, int *ret) in CRYPTO_DOWN_REF() function
136 static __inline int CRYPTO_DOWN_REF(CRYPTO_REF_COUNT *refcnt, int *ret) in CRYPTO_DOWN_REF() function
169 static __inline int CRYPTO_DOWN_REF(CRYPTO_REF_COUNT *refcnt, int *ret) in CRYPTO_DOWN_REF() function
208 static ossl_unused ossl_inline int CRYPTO_DOWN_REF(CRYPTO_REF_COUNT *refcnt, in CRYPTO_DOWN_REF() function
248 static ossl_unused ossl_inline int CRYPTO_DOWN_REF(CRYPTO_REF_COUNT *refcnt, in CRYPTO_DOWN_REF() function
/openssl/providers/implementations/keymgmt/
H A Dkdf_legacy_kmgmt.c56 CRYPTO_DOWN_REF(&kdfdata->refcnt, &ref); in ossl_kdf_data_free()
H A Dmac_legacy_kmgmt.c92 CRYPTO_DOWN_REF(&mackey->refcnt, &ref); in ossl_mac_key_free()
/openssl/crypto/engine/
H A Deng_list.c88 CRYPTO_DOWN_REF(&e->struct_ref, &ref); in engine_list_add()
96 CRYPTO_DOWN_REF(&e->struct_ref, &ref); in engine_list_add()
105 CRYPTO_DOWN_REF(&e->struct_ref, &ref); in engine_list_add()
H A Deng_lib.c83 CRYPTO_DOWN_REF(&e->struct_ref, &i); in engine_free_util()
/openssl/crypto/bio/
H A Dossl_core_bio.c46 CRYPTO_DOWN_REF(&cb->ref_cnt, &ref); in ossl_core_bio_free()
/openssl/crypto/ec/
H A Decx_key.c71 CRYPTO_DOWN_REF(&key->references, &i); in ossl_ecx_key_free()
H A Dec_mult.c87 CRYPTO_DOWN_REF(&pre->references, &i); in EC_ec_pre_comp_free()
/openssl/crypto/evp/
H A Dmac_meth.c36 CRYPTO_DOWN_REF(&mac->refcnt, &ref); in evp_mac_free()
H A Dkdf_meth.c37 CRYPTO_DOWN_REF(&kdf->refcnt, &ref); in evp_kdf_free()
H A Devp_rand.c70 CRYPTO_DOWN_REF(&rand->refcnt, &ref); in evp_rand_free()
393 CRYPTO_DOWN_REF(&ctx->refcnt, &ref); in EVP_RAND_CTX_free()
H A Dkem.c428 CRYPTO_DOWN_REF(&kem->refcnt, &i); in EVP_KEM_free()
H A Dasymcipher.c460 CRYPTO_DOWN_REF(&cipher->refcnt, &i); in EVP_ASYM_CIPHER_free()
H A Dexchange.c148 CRYPTO_DOWN_REF(&exchange->refcnt, &i); in EVP_KEYEXCH_free()
H A Dkeymgmt_meth.c299 CRYPTO_DOWN_REF(&keymgmt->refcnt, &ref); in EVP_KEYMGMT_free()
/openssl/crypto/asn1/
H A Dtasn_utl.c101 if (!CRYPTO_DOWN_REF(refcnt, &ret)) in ossl_asn1_do_lock()
/openssl/crypto/dh/
H A Ddh_lib.c143 CRYPTO_DOWN_REF(&r->references, &i); in DH_free()
/openssl/crypto/dso/
H A Ddso_lib.c54 if (CRYPTO_DOWN_REF(&dso->references, &i) <= 0) in DSO_free()
/openssl/crypto/dsa/
H A Ddsa_lib.c220 CRYPTO_DOWN_REF(&r->references, &i); in DSA_free()
/openssl/crypto/store/
H A Dstore_meth.c33 CRYPTO_DOWN_REF(&loader->refcnt, &i); in OSSL_STORE_LOADER_free()
/openssl/ssl/
H A Dssl_cert_comp.c138 CRYPTO_DOWN_REF(&cc->references, &i); in OSSL_COMP_CERT_free()
/openssl/doc/internal/man3/
H A Devp_generic_fetch.pod164 CRYPTO_DOWN_REF(&foo->refcnt, &i);
/openssl/crypto/
H A Dprovider_core.c709 CRYPTO_DOWN_REF(&prov->refcnt, &ref); in ossl_provider_free()
1469 CRYPTO_DOWN_REF(&prov->refcnt, &ref); in ossl_provider_doall_activated()
1530 if (!CRYPTO_DOWN_REF(&prov->refcnt, &ref)) { in ossl_provider_doall_activated()
/openssl/crypto/encode_decode/
H A Ddecoder_meth.c57 CRYPTO_DOWN_REF(&decoder->base.refcnt, &ref); in OSSL_DECODER_free()
H A Dencoder_meth.c57 CRYPTO_DOWN_REF(&encoder->base.refcnt, &ref); in OSSL_ENCODER_free()

Completed in 56 milliseconds

12