Home
last modified time | relevance | path

Searched refs:CRYPTO_DOWN_REF (Results 1 - 25 of 75) sorted by relevance

123

/third_party/node/deps/openssl/openssl/include/internal/
H A 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/include/internal/
H A 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/
H A 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/node/deps/openssl/openssl/providers/implementations/keymgmt/
H A Dkdf_legacy_kmgmt.c58 CRYPTO_DOWN_REF(&kdfdata->refcnt, &ref, kdfdata->lock); in ossl_kdf_data_free()
/third_party/openssl/providers/implementations/keymgmt/
H A Dkdf_legacy_kmgmt.c58 CRYPTO_DOWN_REF(&kdfdata->refcnt, &ref, kdfdata->lock); in ossl_kdf_data_free()
/third_party/node/deps/openssl/openssl/crypto/ec/
H A Decx_key.c64 CRYPTO_DOWN_REF(&key->references, &i, key->lock); in ossl_ecx_key_free()
/third_party/openssl/crypto/ec/
H A Decx_key.c64 CRYPTO_DOWN_REF(&key->references, &i, key->lock); in ossl_ecx_key_free()
/third_party/node/deps/openssl/openssl/crypto/bio/
H A Dossl_core_bio.c48 CRYPTO_DOWN_REF(&cb->ref_cnt, &ref, cb->ref_lock); in ossl_core_bio_free()
/third_party/openssl/crypto/bio/
H A Dossl_core_bio.c48 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 Dtasn_utl.c98 if (!CRYPTO_DOWN_REF(lck, &ret, *lock)) in ossl_asn1_do_lock()
/third_party/node/deps/openssl/openssl/crypto/evp/
H A Dkdf_meth.c37 CRYPTO_DOWN_REF(&kdf->refcnt, &ref, kdf->lock); in evp_kdf_free()
H A Dmac_meth.c36 CRYPTO_DOWN_REF(&mac->refcnt, &ref, mac->lock); in evp_mac_free()
H A 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()
/third_party/node/deps/openssl/openssl/crypto/engine/
H A Deng_lib.c78 CRYPTO_DOWN_REF(&e->struct_ref, &i, global_engine_lock); in engine_free_util()
/third_party/openssl/crypto/engine/
H A Deng_lib.c78 CRYPTO_DOWN_REF(&e->struct_ref, &i, global_engine_lock); in engine_free_util()
/third_party/openssl/crypto/evp/
H A Dkdf_meth.c37 CRYPTO_DOWN_REF(&kdf->refcnt, &ref, kdf->lock); in evp_kdf_free()
H A Dmac_meth.c36 CRYPTO_DOWN_REF(&mac->refcnt, &ref, mac->lock); in evp_mac_free()
H A 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()
/third_party/openssl/crypto/asn1/
H A Dtasn_utl.c98 if (!CRYPTO_DOWN_REF(lck, &ret, *lock)) in ossl_asn1_do_lock()
/third_party/node/deps/openssl/openssl/crypto/dsa/
H A Ddsa_lib.c217 CRYPTO_DOWN_REF(&r->references, &i, r->lock); in DSA_free()
/third_party/node/deps/openssl/openssl/crypto/dh/
H A Ddh_lib.c140 CRYPTO_DOWN_REF(&r->references, &i, r->lock); in DH_free()
/third_party/node/deps/openssl/openssl/crypto/dso/
H A Ddso_lib.c59 if (CRYPTO_DOWN_REF(&dso->references, &i, dso->lock) <= 0) in DSO_free()
/third_party/openssl/crypto/dsa/
H A Ddsa_lib.c215 CRYPTO_DOWN_REF(&r->references, &i, r->lock); in DSA_free()
/third_party/openssl/crypto/dh/
H A Ddh_lib.c138 CRYPTO_DOWN_REF(&r->references, &i, r->lock); in DH_free()
/third_party/openssl/crypto/dso/
H A Ddso_lib.c59 if (CRYPTO_DOWN_REF(&dso->references, &i, dso->lock) <= 0) in DSO_free()

Completed in 12 milliseconds

123