HomeSort by relevance Sort by last modified time
    Searched defs:ASN1_AUX (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/third_party/boringssl/src/include/openssl/
asn1t.h 152 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;
695 /* Flags in ASN1_AUX */
  /external/openssl/crypto/asn1/
asn1t.h 176 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;
748 /* Flags in ASN1_AUX */
  /external/openssl/include/openssl/
asn1t.h 176 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;
748 /* Flags in ASN1_AUX */

Completed in 230 milliseconds