Searched defs:ASN1_AUX (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/boringssl/src/include/openssl/
H A Dasn1t.h152 static const ASN1_AUX tname##_aux = {NULL, 0, 0, 0, cb, 0}; \
156 static const ASN1_AUX tname##_aux = {NULL, ASN1_AFLG_BROKEN, 0, 0, 0, 0}; \
160 static const ASN1_AUX tname##_aux = {NULL, ASN1_AFLG_REFCOUNT, offsetof(tname, references), lck, cb, 0}; \
164 static const ASN1_AUX tname##_aux = {NULL, ASN1_AFLG_ENCODING, 0, 0, cb, offsetof(tname, enc)}; \
236 static const ASN1_AUX tname##_aux = {NULL, 0, 0, 0, cb, 0}; \
649 /* This is the ASN1_AUX structure: it handles various
676 } ASN1_AUX; typedef in typeref:struct:ASN1_AUX_st
695 /* Flags in ASN1_AUX */
/external/openssl/crypto/asn1/
H A Dasn1t.h176 static const ASN1_AUX tname##_aux = {NULL, 0, 0, 0, cb, 0}; \
180 static const ASN1_AUX tname##_aux = {NULL, ASN1_AFLG_BROKEN, 0, 0, 0, 0}; \
184 static const ASN1_AUX tname##_aux = {NULL, ASN1_AFLG_REFCOUNT, offsetof(tname, references), lck, cb, 0}; \
188 static const ASN1_AUX tname##_aux = {NULL, ASN1_AFLG_ENCODING, 0, 0, cb, offsetof(tname, enc)}; \
260 static const ASN1_AUX tname##_aux = {NULL, 0, 0, 0, cb, 0}; \
702 /* This is the ASN1_AUX structure: it handles various
729 } ASN1_AUX; typedef in typeref:struct:ASN1_AUX_st
748 /* Flags in ASN1_AUX */
/external/openssl/include/openssl/
H A Dasn1t.h176 static const ASN1_AUX tname##_aux = {NULL, 0, 0, 0, cb, 0}; \
180 static const ASN1_AUX tname##_aux = {NULL, ASN1_AFLG_BROKEN, 0, 0, 0, 0}; \
184 static const ASN1_AUX tname##_aux = {NULL, ASN1_AFLG_REFCOUNT, offsetof(tname, references), lck, cb, 0}; \
188 static const ASN1_AUX tname##_aux = {NULL, ASN1_AFLG_ENCODING, 0, 0, cb, offsetof(tname, enc)}; \
260 static const ASN1_AUX tname##_aux = {NULL, 0, 0, 0, cb, 0}; \
702 /* This is the ASN1_AUX structure: it handles various
729 } ASN1_AUX; typedef in typeref:struct:ASN1_AUX_st
748 /* Flags in ASN1_AUX */

Completed in 161 milliseconds