Searched refs:ASN1_AUX (Results 1 – 8 of 8) sorted by relevance
/external/boringssl/src/include/openssl/ |
D | asn1t.h | 152 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/ |
D | bio_ndef.c | 110 const ASN1_AUX *aux = it->funcs; in BIO_new_NDEF() 221 const ASN1_AUX *aux; in ndef_suffix()
|
D | tasn_utl.c | 97 const ASN1_AUX *aux = it->funcs; in asn1_get_references() 120 const ASN1_AUX *aux; in asn1_get_enc_ptr()
|
D | tasn_fre.c | 82 const ASN1_AUX *aux = it->funcs; in asn1_item_combine_free()
|
D | tasn_new.c | 94 const ASN1_AUX *aux = it->funcs; in asn1_item_ex_combine_new()
|
D | tasn_prn.c | 198 const ASN1_AUX *aux = it->funcs; in asn1_item_print_ctx()
|
D | tasn_enc.c | 136 const ASN1_AUX *aux = it->funcs; in ASN1_item_ex_i2d()
|
D | tasn_dec.c | 162 const ASN1_AUX *aux = it->funcs; in ASN1_item_ex_d2i()
|