Home
last modified time | relevance | path

Searched refs:references (Results 1 – 25 of 60) sorted by relevance

123

/openssl/crypto/ec/
H A Decx_key.c39 ret->references = 1; in ossl_ecx_key_new()
64 CRYPTO_DOWN_REF(&key->references, &i, key->lock); in ossl_ecx_key_free()
85 if (CRYPTO_UP_REF(&key->references, &i, key->lock) <= 0) in ossl_ecx_key_up_ref()
H A Dec_mult.c47 CRYPTO_REF_COUNT references; member
67 ret->references = 1; in ec_pre_comp_new()
82 CRYPTO_UP_REF(&pre->references, &i, pre->lock); in EC_ec_pre_comp_dup()
93 CRYPTO_DOWN_REF(&pre->references, &i, pre->lock); in EC_ec_pre_comp_free()
H A Decx_backend.c128 ret->references = 1; in ossl_ecx_key_dup()
/openssl/doc/man3/
H A DOPENSSL_instrument_bus.pod5 OPENSSL_instrument_bus, OPENSSL_instrument_bus2 - instrument references to memory bus
16 It was empirically found that timings of references to primary memory
18 subroutines in question instrument these references for purposes of
H A DSSL_set_bio.pod30 number of references available using L<BIO_up_ref(3)> before calling the set0
60 same as the previously set value, then no additional references are consumed.
67 references are consumed for the B<rbio>.
74 and no references are consumed for the B<wbio>.
H A DOSSL_PARAM_BLD.pod104 object that references the UTF8 string specified by I<buf>.
111 object that references the octet string specified by I<buf> and <bsize>.
116 object that references the UTF8 string specified by I<buf>.
123 object that references the octet string specified by I<buf>.
H A DX509_LOOKUP_hash_dir.pod124 It works with the help of URIs, which can be direct references to
125 certificates or CRLs, but can also be references to catalogues of such
H A DENGINE_add.pod191 treated as handles - i.e. not only as pointers, but also as references to
216 I<Structural references>
226 references such as; ENGINE_by_id(), ENGINE_get_first(), ENGINE_get_last(),
227 ENGINE_get_next(), ENGINE_get_prev(). All structural references should be
248 To clarify a particular function's handling of references, one should
252 I<Functional references>
254 As mentioned, functional references exist when the cryptographic
266 references are released by calling ENGINE_finish() (which removes the
/openssl/crypto/dh/
H A Ddh_lib.c83 ret->references = 1; in dh_new_intern()
138 CRYPTO_DOWN_REF(&r->references, &i, r->lock); in DH_free()
165 if (CRYPTO_UP_REF(&r->references, &i, r->lock) <= 0) in DH_up_ref()
H A Ddh_local.h30 CRYPTO_REF_COUNT references; member
/openssl/crypto/dso/
H A Ddso_lib.c30 ret->references = 1; in DSO_new_method()
59 if (CRYPTO_DOWN_REF(&dso->references, &i, dso->lock) <= 0) in DSO_free()
101 if (CRYPTO_UP_REF(&dso->references, &i, dso->lock) <= 0) in DSO_up_ref()
H A Ddso_local.h28 CRYPTO_REF_COUNT references; member
/openssl/include/crypto/
H A Dx509.h80 CRYPTO_REF_COUNT references; member
104 CRYPTO_REF_COUNT references; member
179 CRYPTO_REF_COUNT references; member
H A Decx.h74 CRYPTO_REF_COUNT references; member
/openssl/crypto/dsa/
H A Ddsa_lib.c142 ret->references = 1; in dsa_new_intern()
215 CRYPTO_DOWN_REF(&r->references, &i, r->lock); in DSA_free()
243 if (CRYPTO_UP_REF(&r->references, &i, r->lock) <= 0) in DSA_up_ref()
H A Ddsa_local.h27 CRYPTO_REF_COUNT references; member
/openssl/doc/internal/man3/
H A Devp_keymgmt_util_export_to_provider.pod42 It maintains a cache of provider key references in I<pk> to keep track
53 clear the cache of operation key references. If I<locking> is set to 1 then
/openssl/include/internal/
H A Drefcount.h176 REF_PRINT_EX(text, object->references, (void *)object)
/openssl/crypto/bio/
H A Dbio_local.h125 CRYPTO_REF_COUNT references; member
H A Dbio_lib.c92 bio->references = 1; in BIO_new_ex()
132 if (CRYPTO_DOWN_REF(&a->references, &ret, a->lock) <= 0) in BIO_free()
197 if (CRYPTO_UP_REF(&a->references, &i, a->lock) <= 0) in BIO_up_ref()
836 ref = b->references; in BIO_free_all()
/openssl/crypto/x509/
H A Dx509cset.c71 if (CRYPTO_UP_REF(&crl->references, &i, crl->lock) <= 0) in X509_CRL_up_ref()
H A Dx509_local.h147 CRYPTO_REF_COUNT references; member
H A Dx509_set.c103 if (CRYPTO_UP_REF(&x->references, &i, x->lock) <= 0) in X509_up_ref()
/openssl/crypto/rsa/
H A Drsa_local.h90 CRYPTO_REF_COUNT references; member
/openssl/ssl/
H A Dssl_sess.c120 ss->references = 1; in SSL_SESSION_new()
181 dest->references = 1; in ssl_session_dup()
812 CRYPTO_DOWN_REF(&ss->references, &i, ss->lock); in SSL_SESSION_free()
843 if (CRYPTO_UP_REF(&ss->references, &i, ss->lock) <= 0) in SSL_SESSION_up_ref()

Completed in 46 milliseconds

123