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

/freebsd-13-stable/crypto/openssl/include/internal/
H A Drefcount.h48 static inline int CRYPTO_DOWN_REF(_Atomic int *val, int *ret, void *lock) function
68 static __inline__ int CRYPTO_DOWN_REF(int *val, int *ret, void *lock) function
94 static __inline int CRYPTO_DOWN_REF(volatile int *val, int *ret, void *lock) function
120 static __inline int CRYPTO_DOWN_REF(volatile int *val, int *ret, void *lock) function
132 # define CRYPTO_DOWN_REF(val, ret, lock) CRYPTO_atomic_add(val, -1, ret, lock) macro
/freebsd-13-stable/crypto/openssl/crypto/engine/
H A Deng_lib.c79 CRYPTO_DOWN_REF(&e->struct_ref, &i, global_engine_lock);
/freebsd-13-stable/crypto/openssl/crypto/asn1/
H A Dtasn_utl.c88 if (!CRYPTO_DOWN_REF(lck, &ret, *lock))
/freebsd-13-stable/crypto/openssl/crypto/dh/
H A Ddh_lib.c103 CRYPTO_DOWN_REF(&r->references, &i, r->lock);
/freebsd-13-stable/crypto/openssl/crypto/dsa/
H A Ddsa_lib.c110 CRYPTO_DOWN_REF(&r->references, &i, r->lock);
/freebsd-13-stable/crypto/openssl/crypto/dso/
H A Ddso_lib.c69 if (CRYPTO_DOWN_REF(&dso->references, &i, dso->lock) <= 0)
/freebsd-13-stable/crypto/openssl/crypto/rsa/
H A Drsa_lib.c112 CRYPTO_DOWN_REF(&r->references, &i, r->lock);
/freebsd-13-stable/crypto/openssl/crypto/evp/
H A Dp_lib.c602 CRYPTO_DOWN_REF(&x->references, &i, x->lock);
/freebsd-13-stable/crypto/openssl/crypto/bio/
H A Dbio_lib.c117 if (CRYPTO_DOWN_REF(&a->references, &ret, a->lock) <= 0)
/freebsd-13-stable/crypto/openssl/crypto/ec/
H A Dec_key.c49 CRYPTO_DOWN_REF(&r->references, &i, r->lock);
H A Dec_mult.c87 CRYPTO_DOWN_REF(&pre->references, &i, pre->lock);
H A Decp_nistz256.c1256 CRYPTO_DOWN_REF(&pre->references, &i, pre->lock);
H A Decp_nistp224.c1268 CRYPTO_DOWN_REF(&p->references, &i, p->lock);
H A Decp_nistp256.c1882 CRYPTO_DOWN_REF(&pre->references, &i, pre->lock);
H A Decp_nistp521.c1723 CRYPTO_DOWN_REF(&p->references, &i, p->lock);
/freebsd-13-stable/crypto/openssl/crypto/x509/
H A Dx509_lu.c212 CRYPTO_DOWN_REF(&vfy->references, &i, vfy->lock);
/freebsd-13-stable/crypto/openssl/ssl/
H A Dssl_cert.c228 CRYPTO_DOWN_REF(&c->references, &i, c->lock);
H A Dssl_sess.c753 CRYPTO_DOWN_REF(&ss->references, &i, ss->lock);
H A Dssl_lib.c1154 CRYPTO_DOWN_REF(&s->references, &i, s->lock);
3269 CRYPTO_DOWN_REF(&a->references, &i, a->lock);

Completed in 202 milliseconds