Home
last modified time | relevance | path

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

12

/third_party/openssl/include/internal/
Drefcount.h47 static inline int CRYPTO_DOWN_REF(_Atomic int *val, int *ret, in CRYPTO_DOWN_REF() function
68 static __inline__ int CRYPTO_DOWN_REF(int *val, int *ret, in CRYPTO_DOWN_REF() function
87 static __inline int CRYPTO_DOWN_REF(volatile int *val, int *ret, in CRYPTO_DOWN_REF() function
113 static __inline int CRYPTO_DOWN_REF(volatile int *val, int *ret, in CRYPTO_DOWN_REF() function
141 static __inline int CRYPTO_DOWN_REF(volatile int *val, int *ret, in CRYPTO_DOWN_REF() function
162 # define CRYPTO_DOWN_REF(val, ret, lock) CRYPTO_atomic_add(val, -1, ret, lock) macro
/third_party/openssl/ohos_lite/include/internal/
Drefcount.h48 static inline int CRYPTO_DOWN_REF(_Atomic int *val, int *ret, void *lock) in CRYPTO_DOWN_REF() function
68 static __inline__ int CRYPTO_DOWN_REF(int *val, int *ret, void *lock) in CRYPTO_DOWN_REF() function
94 static __inline int CRYPTO_DOWN_REF(volatile int *val, int *ret, void *lock) in CRYPTO_DOWN_REF() function
120 static __inline int CRYPTO_DOWN_REF(volatile int *val, int *ret, void *lock) in CRYPTO_DOWN_REF() function
132 # define CRYPTO_DOWN_REF(val, ret, lock) CRYPTO_atomic_add(val, -1, ret, lock) macro
/third_party/openssl/providers/implementations/keymgmt/
Dkdf_legacy_kmgmt.c58 CRYPTO_DOWN_REF(&kdfdata->refcnt, &ref, kdfdata->lock); in ossl_kdf_data_free()
Dmac_legacy_kmgmt.c94 CRYPTO_DOWN_REF(&mackey->refcnt, &ref, mackey->lock); in ossl_mac_key_free()
/third_party/openssl/crypto/ec/
Decx_key.c64 CRYPTO_DOWN_REF(&key->references, &i, key->lock); in ossl_ecx_key_free()
Dec_mult.c93 CRYPTO_DOWN_REF(&pre->references, &i, pre->lock); in EC_ec_pre_comp_free()
/third_party/openssl/crypto/bio/
Dossl_core_bio.c48 CRYPTO_DOWN_REF(&cb->ref_cnt, &ref, cb->ref_lock); in ossl_core_bio_free()
Dbio_lib.c133 if (CRYPTO_DOWN_REF(&a->references, &ret, a->lock) <= 0) in BIO_free()
/third_party/openssl/crypto/evp/
Dkdf_meth.c37 CRYPTO_DOWN_REF(&kdf->refcnt, &ref, kdf->lock); in evp_kdf_free()
Dmac_meth.c36 CRYPTO_DOWN_REF(&mac->refcnt, &ref, mac->lock); in evp_mac_free()
Devp_rand.c69 CRYPTO_DOWN_REF(&rand->refcnt, &ref, rand->refcnt_lock); in evp_rand_free()
381 CRYPTO_DOWN_REF(&ctx->refcnt, &ref, ctx->refcnt_lock); in EVP_RAND_CTX_free()
Dkem.c382 CRYPTO_DOWN_REF(&kem->refcnt, &i, kem->lock); in EVP_KEM_free()
Dkeymgmt_meth.c251 CRYPTO_DOWN_REF(&keymgmt->refcnt, &ref, keymgmt->lock); in EVP_KEYMGMT_free()
Dexchange.c153 CRYPTO_DOWN_REF(&exchange->refcnt, &i, exchange->lock); in EVP_KEYEXCH_free()
Dasymcipher.c447 CRYPTO_DOWN_REF(&cipher->refcnt, &i, cipher->lock); in EVP_ASYM_CIPHER_free()
Dsignature.c286 CRYPTO_DOWN_REF(&signature->refcnt, &i, signature->lock); in EVP_SIGNATURE_free()
/third_party/openssl/crypto/engine/
Deng_lib.c78 CRYPTO_DOWN_REF(&e->struct_ref, &i, global_engine_lock); in engine_free_util()
/third_party/openssl/crypto/asn1/
Dtasn_utl.c98 if (!CRYPTO_DOWN_REF(lck, &ret, *lock)) in ossl_asn1_do_lock()
/third_party/openssl/crypto/dh/
Ddh_lib.c138 CRYPTO_DOWN_REF(&r->references, &i, r->lock); in DH_free()
/third_party/openssl/crypto/dso/
Ddso_lib.c59 if (CRYPTO_DOWN_REF(&dso->references, &i, dso->lock) <= 0) in DSO_free()
/third_party/openssl/crypto/dsa/
Ddsa_lib.c215 CRYPTO_DOWN_REF(&r->references, &i, r->lock); in DSA_free()
/third_party/openssl/crypto/
Dprovider_core.c684 CRYPTO_DOWN_REF(&prov->refcnt, &ref, prov->refcnt_lock); in ossl_provider_free()
1413 CRYPTO_DOWN_REF(&prov->refcnt, &ref, prov->refcnt_lock); in ossl_provider_doall_activated()
1458 CRYPTO_DOWN_REF(&prov->refcnt, &ref, prov->refcnt_lock); in ossl_provider_doall_activated()
/third_party/openssl/crypto/store/
Dstore_meth.c32 CRYPTO_DOWN_REF(&loader->refcnt, &i, loader->lock); in OSSL_STORE_LOADER_free()
/third_party/openssl/crypto/encode_decode/
Dencoder_meth.c58 CRYPTO_DOWN_REF(&encoder->base.refcnt, &ref, encoder->base.lock); in OSSL_ENCODER_free()
Ddecoder_meth.c58 CRYPTO_DOWN_REF(&decoder->base.refcnt, &ref, decoder->base.lock); in OSSL_DECODER_free()

12