| /src/crypto/external/apache2/openssl/dist/crypto/asn1/ |
| n_pkey.c | 20 static const ASN1_AUX tname##_aux = { NULL, ASN1_AFLG_BROKEN, 0, 0, 0, 0 }; \
|
| bio_ndef.c | 62 const ASN1_AUX *aux = it->funcs; 195 const ASN1_AUX *aux;
|
| a_dup.c | 65 const ASN1_AUX *aux = it->funcs;
|
| tasn_utl.c | 70 const ASN1_AUX *aux; 118 const ASN1_AUX *aux; 131 const ASN1_AUX *aux;
|
| tasn_fre.c | 32 const ASN1_AUX *aux = it->funcs;
|
| tasn_new.c | 64 const ASN1_AUX *aux = it->funcs;
|
| tasn_prn.c | 140 const ASN1_AUX *aux = it->funcs;
|
| tasn_enc.c | 87 const ASN1_AUX *aux = it->funcs;
|
| /src/crypto/external/bsd/openssl/dist/crypto/asn1/ |
| n_pkey.c | 20 static const ASN1_AUX tname##_aux = {NULL, ASN1_AFLG_BROKEN, 0, 0, 0, 0}; \
|
| a_dup.c | 67 const ASN1_AUX *aux = it->funcs;
|
| tasn_utl.c | 70 const ASN1_AUX *aux; 114 const ASN1_AUX *aux; 127 const ASN1_AUX *aux;
|
| bio_ndef.c | 62 const ASN1_AUX *aux = it->funcs; 197 const ASN1_AUX *aux;
|
| tasn_fre.c | 32 const ASN1_AUX *aux = it->funcs;
|
| tasn_new.c | 65 const ASN1_AUX *aux = it->funcs;
|
| tasn_prn.c | 142 const ASN1_AUX *aux = it->funcs;
|
| tasn_enc.c | 89 const ASN1_AUX *aux = it->funcs;
|
| /src/crypto/external/bsd/openssl.old/dist/crypto/asn1/ |
| bio_ndef.c | 62 const ASN1_AUX *aux = it->funcs; 197 const ASN1_AUX *aux;
|
| tasn_utl.c | 60 const ASN1_AUX *aux; 106 const ASN1_AUX *aux;
|
| tasn_fre.c | 32 const ASN1_AUX *aux = it->funcs;
|
| tasn_new.c | 46 const ASN1_AUX *aux = it->funcs;
|
| tasn_prn.c | 142 const ASN1_AUX *aux = it->funcs;
|
| tasn_enc.c | 88 const ASN1_AUX *aux = it->funcs;
|
| /src/crypto/external/apache2/openssl/dist/include/openssl/ |
| asn1t.h.in | 195 static const ASN1_AUX tname##_aux = { NULL, 0, 0, 0, cb, 0, NULL }; \ 199 static const ASN1_AUX tname##_aux = { NULL, ASN1_AFLG_CONST_CB, 0, 0, NULL, 0, const_cb }; \ 203 static const ASN1_AUX tname##_aux = { NULL, ASN1_AFLG_CONST_CB, 0, 0, cb, 0, const_cb }; \ 207 static const ASN1_AUX tname##_aux = { NULL, ASN1_AFLG_REFCOUNT, offsetof(tname, references), offsetof(tname, lock), cb, 0, NULL }; \ 211 static const ASN1_AUX tname##_aux = { NULL, ASN1_AFLG_ENCODING, 0, 0, cb, offsetof(tname, enc), NULL }; \ 299 static const ASN1_AUX tname##_aux = { NULL, 0, 0, 0, cb, 0, NULL }; \ 599 /* funcs can be ASN1_PRIMITIVE_FUNCS*, ASN1_EXTERN_FUNCS*, or ASN1_AUX* */ 671 * This is the ASN1_AUX structure: it handles various miscellaneous 700 } ASN1_AUX; 719 /* Flags in ASN1_AUX */ [all...] |
| /src/crypto/external/bsd/openssl/dist/include/openssl/ |
| asn1t.h.in | 196 static const ASN1_AUX tname##_aux = {NULL, 0, 0, 0, cb, 0, NULL}; \ 200 static const ASN1_AUX tname##_aux = \ 205 static const ASN1_AUX tname##_aux = \ 210 static const ASN1_AUX tname##_aux = {NULL, ASN1_AFLG_REFCOUNT, offsetof(tname, references), offsetof(tname, lock), cb, 0, NULL}; \ 214 static const ASN1_AUX tname##_aux = {NULL, ASN1_AFLG_ENCODING, 0, 0, cb, offsetof(tname, enc), NULL}; \ 308 static const ASN1_AUX tname##_aux = {NULL, 0, 0, 0, cb, 0, NULL}; \ 610 /* funcs can be ASN1_PRIMITIVE_FUNCS*, ASN1_EXTERN_FUNCS*, or ASN1_AUX* */ 682 * This is the ASN1_AUX structure: it handles various miscellaneous 711 } ASN1_AUX; 730 /* Flags in ASN1_AUX */ [all...] |
| /src/crypto/external/bsd/openssl.old/dist/include/openssl/ |
| asn1t.h | 155 static const ASN1_AUX tname##_aux = {NULL, 0, 0, 0, cb, 0}; \ 159 static const ASN1_AUX tname##_aux = {NULL, ASN1_AFLG_BROKEN, 0, 0, 0, 0}; \ 163 static const ASN1_AUX tname##_aux = {NULL, ASN1_AFLG_REFCOUNT, offsetof(tname, references), offsetof(tname, lock), cb, 0}; \ 167 static const ASN1_AUX tname##_aux = {NULL, ASN1_AFLG_ENCODING, 0, 0, cb, offsetof(tname, enc)}; \ 264 static const ASN1_AUX tname##_aux = {NULL, 0, 0, 0, cb, 0}; \ 704 * This is the ASN1_AUX structure: it handles various miscellaneous 726 } ASN1_AUX; 745 /* Flags in ASN1_AUX */
|