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

  /external/openssl/crypto/asn1/
bio_ndef.c 105 const ASN1_AUX *aux = it->funcs;
213 const ASN1_AUX *aux;
tasn_utl.c 103 const ASN1_AUX *aux;
130 const ASN1_AUX *aux;
tasn_fre.c 84 const ASN1_AUX *aux = it->funcs;
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 */
tasn_new.c 94 const ASN1_AUX *aux = it->funcs;
tasn_prn.c 198 const ASN1_AUX *aux = it->funcs;
tasn_enc.c 138 const ASN1_AUX *aux = it->funcs;
asn_mime.c 378 const ASN1_AUX *aux = it->funcs;
tasn_dec.c 161 const ASN1_AUX *aux = it->funcs;
  /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 28 milliseconds