Home
last modified time | relevance | path

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

/external/boringssl/src/include/openssl/
Dasn1t.h152 static const ASN1_AUX tname##_aux = {NULL, 0, 0, cb, 0}; \
156 static const ASN1_AUX tname##_aux = {NULL, ASN1_AFLG_BROKEN, 0, 0, 0}; \
160 …static const ASN1_AUX tname##_aux = {NULL, ASN1_AFLG_REFCOUNT, offsetof(tname, references), cb, 0}…
164 static const ASN1_AUX tname##_aux = {NULL, ASN1_AFLG_ENCODING, 0, cb, offsetof(tname, enc)}; \
236 static const ASN1_AUX tname##_aux = {NULL, 0, 0, cb, 0}; \
675 } ASN1_AUX; typedef
/external/boringssl/src/crypto/asn1/
Dbio_ndef.c110 const ASN1_AUX *aux = it->funcs; in BIO_new_NDEF()
221 const ASN1_AUX *aux; in ndef_suffix()
Dtasn_utl.c97 const ASN1_AUX *aux = it->funcs; in asn1_get_references()
120 const ASN1_AUX *aux; in asn1_get_enc_ptr()
Dtasn_fre.c82 const ASN1_AUX *aux = it->funcs; in asn1_item_combine_free()
Dtasn_new.c94 const ASN1_AUX *aux = it->funcs; in asn1_item_ex_combine_new()
Dtasn_prn.c198 const ASN1_AUX *aux = it->funcs; in asn1_item_print_ctx()
Dtasn_enc.c136 const ASN1_AUX *aux = it->funcs; in ASN1_item_ex_i2d()
Dtasn_dec.c162 const ASN1_AUX *aux = it->funcs; in ASN1_item_ex_d2i()