Home
last modified time | relevance | path

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

/external/boringssl/src/crypto/asn1/
Dtasn_utl.c99 if (!aux || !(aux->flags & ASN1_AFLG_REFCOUNT)) { in asn1_get_references()
/external/boringssl/src/include/openssl/
Dasn1t.h159 …static const ASN1_AUX tname##_aux = {NULL, ASN1_AFLG_REFCOUNT, offsetof(tname, references), cb, 0}…
699 #define ASN1_AFLG_REFCOUNT 1 macro