/third_party/node/deps/openssl/openssl/include/internal/ |
H A 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/include/internal/ |
H A 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/ |
H A 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/node/deps/openssl/openssl/providers/implementations/keymgmt/ |
H A D | kdf_legacy_kmgmt.c | 58 CRYPTO_DOWN_REF(&kdfdata->refcnt, &ref, kdfdata->lock); in ossl_kdf_data_free()
|
/third_party/openssl/providers/implementations/keymgmt/ |
H A D | kdf_legacy_kmgmt.c | 58 CRYPTO_DOWN_REF(&kdfdata->refcnt, &ref, kdfdata->lock); in ossl_kdf_data_free()
|
/third_party/node/deps/openssl/openssl/crypto/ec/ |
H A D | ecx_key.c | 64 CRYPTO_DOWN_REF(&key->references, &i, key->lock); in ossl_ecx_key_free()
|
/third_party/openssl/crypto/ec/ |
H A D | ecx_key.c | 64 CRYPTO_DOWN_REF(&key->references, &i, key->lock); in ossl_ecx_key_free()
|
/third_party/node/deps/openssl/openssl/crypto/bio/ |
H A D | ossl_core_bio.c | 48 CRYPTO_DOWN_REF(&cb->ref_cnt, &ref, cb->ref_lock); in ossl_core_bio_free()
|
/third_party/openssl/crypto/bio/ |
H A D | ossl_core_bio.c | 48 CRYPTO_DOWN_REF(&cb->ref_cnt, &ref, cb->ref_lock); in ossl_core_bio_free()
|
/third_party/node/deps/openssl/openssl/crypto/asn1/ |
H A D | tasn_utl.c | 98 if (!CRYPTO_DOWN_REF(lck, &ret, *lock)) in ossl_asn1_do_lock()
|
/third_party/node/deps/openssl/openssl/crypto/evp/ |
H A D | kdf_meth.c | 37 CRYPTO_DOWN_REF(&kdf->refcnt, &ref, kdf->lock); in evp_kdf_free()
|
H A D | mac_meth.c | 36 CRYPTO_DOWN_REF(&mac->refcnt, &ref, mac->lock); in evp_mac_free()
|
H A 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()
|
/third_party/node/deps/openssl/openssl/crypto/engine/ |
H A D | eng_lib.c | 78 CRYPTO_DOWN_REF(&e->struct_ref, &i, global_engine_lock); in engine_free_util()
|
/third_party/openssl/crypto/engine/ |
H A D | eng_lib.c | 78 CRYPTO_DOWN_REF(&e->struct_ref, &i, global_engine_lock); in engine_free_util()
|
/third_party/openssl/crypto/evp/ |
H A D | kdf_meth.c | 37 CRYPTO_DOWN_REF(&kdf->refcnt, &ref, kdf->lock); in evp_kdf_free()
|
H A D | mac_meth.c | 36 CRYPTO_DOWN_REF(&mac->refcnt, &ref, mac->lock); in evp_mac_free()
|
H A 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()
|
/third_party/openssl/crypto/asn1/ |
H A D | tasn_utl.c | 98 if (!CRYPTO_DOWN_REF(lck, &ret, *lock)) in ossl_asn1_do_lock()
|
/third_party/node/deps/openssl/openssl/crypto/dsa/ |
H A D | dsa_lib.c | 217 CRYPTO_DOWN_REF(&r->references, &i, r->lock); in DSA_free()
|
/third_party/node/deps/openssl/openssl/crypto/dh/ |
H A D | dh_lib.c | 140 CRYPTO_DOWN_REF(&r->references, &i, r->lock); in DH_free()
|
/third_party/node/deps/openssl/openssl/crypto/dso/ |
H A D | dso_lib.c | 59 if (CRYPTO_DOWN_REF(&dso->references, &i, dso->lock) <= 0) in DSO_free()
|
/third_party/openssl/crypto/dsa/ |
H A D | dsa_lib.c | 215 CRYPTO_DOWN_REF(&r->references, &i, r->lock); in DSA_free()
|
/third_party/openssl/crypto/dh/ |
H A D | dh_lib.c | 138 CRYPTO_DOWN_REF(&r->references, &i, r->lock); in DH_free()
|
/third_party/openssl/crypto/dso/ |
H A D | dso_lib.c | 59 if (CRYPTO_DOWN_REF(&dso->references, &i, dso->lock) <= 0) in DSO_free()
|