Home
last modified time | relevance | path

Searched refs:ASN1_AFLG_REFCOUNT (Results 1 – 4 of 4) sorted by relevance

/freebsd/crypto/openssl/doc/man3/
H A DASN1_aux_cb.pod64 The B<ASN1_AFLG_REFCOUNT> flag indicates that objects support reference counting.
77 If the B<ASN1_AFLG_REFCOUNT> flag is set then this value is assumed to be an
83 If the B<ASN1_AFLG_REFCOUNT> flag is set then this value is assumed to be an
/freebsd/crypto/openssl/crypto/asn1/
H A Dtasn_utl.c79 if (aux == NULL || (aux->flags & ASN1_AFLG_REFCOUNT) == 0) in ossl_asn1_do_lock()
/freebsd/crypto/openssl/include/openssl/
H A Dasn1t.h209 …static const ASN1_AUX tname##_aux = {NULL, ASN1_AFLG_REFCOUNT, offsetof(tname, references), offset…
732 # define ASN1_AFLG_REFCOUNT 1 macro
H A Dasn1t.h.in210 …static const ASN1_AUX tname##_aux = {NULL, ASN1_AFLG_REFCOUNT, offsetof(tname, references), offset…
733 # define ASN1_AFLG_REFCOUNT 1 macro