Searched refs:ASN1_AUX (Results 1 – 6 of 6) sorted by relevance
/external/boringssl/src/include/openssl/ |
D | 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}; \ 677 } ASN1_AUX; typedef
|
/external/boringssl/src/crypto/asn1/ |
D | tasn_utl.c | 98 const ASN1_AUX *aux = it->funcs; in asn1_get_references() 121 const ASN1_AUX *aux; in asn1_get_enc_ptr()
|
D | tasn_fre.c | 81 const ASN1_AUX *aux = it->funcs; in asn1_item_combine_free()
|
D | tasn_new.c | 97 const ASN1_AUX *aux = it->funcs; in asn1_item_ex_combine_new()
|
D | tasn_enc.c | 135 const ASN1_AUX *aux = it->funcs; in ASN1_item_ex_i2d()
|
D | tasn_dec.c | 171 const ASN1_AUX *aux = it->funcs; in asn1_item_ex_d2i()
|