Home
last modified time | relevance | path

Searched refs:ASN1_AUX (Results 1 – 6 of 6) sorted by relevance

/external/boringssl/src/include/openssl/
Dasn1t.h151 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}; \
677 } ASN1_AUX; typedef
/external/boringssl/src/crypto/asn1/
Dtasn_utl.c98 const ASN1_AUX *aux = it->funcs; in asn1_get_references()
121 const ASN1_AUX *aux; in asn1_get_enc_ptr()
Dtasn_fre.c81 const ASN1_AUX *aux = it->funcs; in asn1_item_combine_free()
Dtasn_new.c97 const ASN1_AUX *aux = it->funcs; in asn1_item_ex_combine_new()
Dtasn_enc.c135 const ASN1_AUX *aux = it->funcs; in ASN1_item_ex_i2d()
Dtasn_dec.c171 const ASN1_AUX *aux = it->funcs; in asn1_item_ex_d2i()