/third_party/openssl/include/internal/ |
D | refcount.h | 47 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/ |
D | refcount.h | 48 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/ |
D | kdf_legacy_kmgmt.c | 58 CRYPTO_DOWN_REF(&kdfdata->refcnt, &ref, kdfdata->lock); in ossl_kdf_data_free()
|
D | mac_legacy_kmgmt.c | 94 CRYPTO_DOWN_REF(&mackey->refcnt, &ref, mackey->lock); in ossl_mac_key_free()
|
/third_party/openssl/crypto/ec/ |
D | ecx_key.c | 64 CRYPTO_DOWN_REF(&key->references, &i, key->lock); in ossl_ecx_key_free()
|
D | ec_mult.c | 93 CRYPTO_DOWN_REF(&pre->references, &i, pre->lock); in EC_ec_pre_comp_free()
|
/third_party/openssl/crypto/bio/ |
D | ossl_core_bio.c | 48 CRYPTO_DOWN_REF(&cb->ref_cnt, &ref, cb->ref_lock); in ossl_core_bio_free()
|
D | bio_lib.c | 133 if (CRYPTO_DOWN_REF(&a->references, &ret, a->lock) <= 0) in BIO_free()
|
/third_party/openssl/crypto/evp/ |
D | kdf_meth.c | 37 CRYPTO_DOWN_REF(&kdf->refcnt, &ref, kdf->lock); in evp_kdf_free()
|
D | mac_meth.c | 36 CRYPTO_DOWN_REF(&mac->refcnt, &ref, mac->lock); in evp_mac_free()
|
D | evp_rand.c | 69 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()
|
D | kem.c | 382 CRYPTO_DOWN_REF(&kem->refcnt, &i, kem->lock); in EVP_KEM_free()
|
D | keymgmt_meth.c | 251 CRYPTO_DOWN_REF(&keymgmt->refcnt, &ref, keymgmt->lock); in EVP_KEYMGMT_free()
|
D | exchange.c | 153 CRYPTO_DOWN_REF(&exchange->refcnt, &i, exchange->lock); in EVP_KEYEXCH_free()
|
D | asymcipher.c | 447 CRYPTO_DOWN_REF(&cipher->refcnt, &i, cipher->lock); in EVP_ASYM_CIPHER_free()
|
D | signature.c | 286 CRYPTO_DOWN_REF(&signature->refcnt, &i, signature->lock); in EVP_SIGNATURE_free()
|
/third_party/openssl/crypto/engine/ |
D | eng_lib.c | 78 CRYPTO_DOWN_REF(&e->struct_ref, &i, global_engine_lock); in engine_free_util()
|
/third_party/openssl/crypto/asn1/ |
D | tasn_utl.c | 98 if (!CRYPTO_DOWN_REF(lck, &ret, *lock)) in ossl_asn1_do_lock()
|
/third_party/openssl/crypto/dh/ |
D | dh_lib.c | 138 CRYPTO_DOWN_REF(&r->references, &i, r->lock); in DH_free()
|
/third_party/openssl/crypto/dso/ |
D | dso_lib.c | 59 if (CRYPTO_DOWN_REF(&dso->references, &i, dso->lock) <= 0) in DSO_free()
|
/third_party/openssl/crypto/dsa/ |
D | dsa_lib.c | 215 CRYPTO_DOWN_REF(&r->references, &i, r->lock); in DSA_free()
|
/third_party/openssl/crypto/ |
D | provider_core.c | 684 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/ |
D | store_meth.c | 32 CRYPTO_DOWN_REF(&loader->refcnt, &i, loader->lock); in OSSL_STORE_LOADER_free()
|
/third_party/openssl/crypto/encode_decode/ |
D | encoder_meth.c | 58 CRYPTO_DOWN_REF(&encoder->base.refcnt, &ref, encoder->base.lock); in OSSL_ENCODER_free()
|
D | decoder_meth.c | 58 CRYPTO_DOWN_REF(&decoder->base.refcnt, &ref, decoder->base.lock); in OSSL_DECODER_free()
|