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

  /external/boringssl/src/include/openssl/
asn1t.h 151 static const ASN1_AUX tname##_aux = {NULL, 0, 0, cb, 0}; \
155 static const ASN1_AUX tname##_aux = {NULL, ASN1_AFLG_BROKEN, 0, 0, 0}; \
159 static const ASN1_AUX tname##_aux = {NULL, ASN1_AFLG_REFCOUNT, offsetof(tname, references), cb, 0}; \
163 static const ASN1_AUX tname##_aux = {NULL, ASN1_AFLG_ENCODING, 0, cb, offsetof(tname, enc)}; \
235 static const ASN1_AUX tname##_aux = {NULL, 0, 0, cb, 0}; \
651 /* This is the ASN1_AUX structure: it handles various
677 } ASN1_AUX;
696 /* Flags in ASN1_AUX */
  /external/boringssl/src/crypto/asn1/
tasn_utl.c 98 const ASN1_AUX *aux = it->funcs;
121 const ASN1_AUX *aux;
tasn_fre.c 81 const ASN1_AUX *aux = it->funcs;
tasn_new.c 97 const ASN1_AUX *aux = it->funcs;
tasn_enc.c 135 const ASN1_AUX *aux = it->funcs;
tasn_dec.c 163 const ASN1_AUX *aux = it->funcs;
    [all...]

Completed in 108 milliseconds