Symbol: ASN1_AUX
crypto/openssl/crypto/asn1/a_dup.c
65
const ASN1_AUX *aux = it->funcs;
crypto/openssl/crypto/asn1/asn_mime.c
359
const ASN1_AUX *aux = it->funcs;
crypto/openssl/crypto/asn1/bio_ndef.c
195
const ASN1_AUX *aux;
crypto/openssl/crypto/asn1/bio_ndef.c
62
const ASN1_AUX *aux = it->funcs;
crypto/openssl/crypto/asn1/n_pkey.c
20
static const ASN1_AUX tname##_aux = { NULL, ASN1_AFLG_BROKEN, 0, 0, 0, 0 }; \
crypto/openssl/crypto/asn1/tasn_dec.c
196
const ASN1_AUX *aux;
crypto/openssl/crypto/asn1/tasn_enc.c
87
const ASN1_AUX *aux = it->funcs;
crypto/openssl/crypto/asn1/tasn_fre.c
32
const ASN1_AUX *aux = it->funcs;
crypto/openssl/crypto/asn1/tasn_new.c
64
const ASN1_AUX *aux = it->funcs;
crypto/openssl/crypto/asn1/tasn_prn.c
140
const ASN1_AUX *aux = it->funcs;
crypto/openssl/crypto/asn1/tasn_utl.c
118
const ASN1_AUX *aux;
crypto/openssl/crypto/asn1/tasn_utl.c
131
const ASN1_AUX *aux;
crypto/openssl/crypto/asn1/tasn_utl.c
70
const ASN1_AUX *aux;
crypto/openssl/include/openssl/asn1t.h
194
static const ASN1_AUX tname##_aux = { NULL, 0, 0, 0, cb, 0, NULL }; \
crypto/openssl/include/openssl/asn1t.h
198
static const ASN1_AUX tname##_aux = { NULL, ASN1_AFLG_CONST_CB, 0, 0, NULL, 0, const_cb }; \
crypto/openssl/include/openssl/asn1t.h
202
static const ASN1_AUX tname##_aux = { NULL, ASN1_AFLG_CONST_CB, 0, 0, cb, 0, const_cb }; \
crypto/openssl/include/openssl/asn1t.h
206
static const ASN1_AUX tname##_aux = { NULL, ASN1_AFLG_REFCOUNT, offsetof(tname, references), offsetof(tname, lock), cb, 0, NULL }; \
crypto/openssl/include/openssl/asn1t.h
210
static const ASN1_AUX tname##_aux = { NULL, ASN1_AFLG_ENCODING, 0, 0, cb, offsetof(tname, enc), NULL }; \
crypto/openssl/include/openssl/asn1t.h
298
static const ASN1_AUX tname##_aux = { NULL, 0, 0, 0, cb, 0, NULL }; \