OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ASN1_AUX
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/openssl/openssl/crypto/asn1/
asn1t.h
176
static const
ASN1_AUX
tname##_aux = {NULL, 0, 0, 0, cb, 0}; \
180
static const
ASN1_AUX
tname##_aux = {NULL, ASN1_AFLG_BROKEN, 0, 0, 0, 0}; \
184
static const
ASN1_AUX
tname##_aux = {NULL, ASN1_AFLG_REFCOUNT, offsetof(tname, references), lck, cb, 0}; \
188
static const
ASN1_AUX
tname##_aux = {NULL, ASN1_AFLG_ENCODING, 0, 0, cb, offsetof(tname, enc)}; \
260
static const
ASN1_AUX
tname##_aux = {NULL, 0, 0, 0, cb, 0}; \
702
/* This is the
ASN1_AUX
structure: it handles various
729
}
ASN1_AUX
;
748
/* Flags in
ASN1_AUX
*/
/external/chromium_org/third_party/openssl/openssl/include/openssl/
asn1t.h
176
static const
ASN1_AUX
tname##_aux = {NULL, 0, 0, 0, cb, 0}; \
180
static const
ASN1_AUX
tname##_aux = {NULL, ASN1_AFLG_BROKEN, 0, 0, 0, 0}; \
184
static const
ASN1_AUX
tname##_aux = {NULL, ASN1_AFLG_REFCOUNT, offsetof(tname, references), lck, cb, 0}; \
188
static const
ASN1_AUX
tname##_aux = {NULL, ASN1_AFLG_ENCODING, 0, 0, cb, offsetof(tname, enc)}; \
260
static const
ASN1_AUX
tname##_aux = {NULL, 0, 0, 0, cb, 0}; \
702
/* This is the
ASN1_AUX
structure: it handles various
729
}
ASN1_AUX
;
748
/* Flags in
ASN1_AUX
*/
/external/openssl/crypto/asn1/
asn1t.h
176
static const
ASN1_AUX
tname##_aux = {NULL, 0, 0, 0, cb, 0}; \
180
static const
ASN1_AUX
tname##_aux = {NULL, ASN1_AFLG_BROKEN, 0, 0, 0, 0}; \
184
static const
ASN1_AUX
tname##_aux = {NULL, ASN1_AFLG_REFCOUNT, offsetof(tname, references), lck, cb, 0}; \
188
static const
ASN1_AUX
tname##_aux = {NULL, ASN1_AFLG_ENCODING, 0, 0, cb, offsetof(tname, enc)}; \
260
static const
ASN1_AUX
tname##_aux = {NULL, 0, 0, 0, cb, 0}; \
702
/* This is the
ASN1_AUX
structure: it handles various
729
}
ASN1_AUX
;
748
/* Flags in
ASN1_AUX
*/
/external/openssl/include/openssl/
asn1t.h
176
static const
ASN1_AUX
tname##_aux = {NULL, 0, 0, 0, cb, 0}; \
180
static const
ASN1_AUX
tname##_aux = {NULL, ASN1_AFLG_BROKEN, 0, 0, 0, 0}; \
184
static const
ASN1_AUX
tname##_aux = {NULL, ASN1_AFLG_REFCOUNT, offsetof(tname, references), lck, cb, 0}; \
188
static const
ASN1_AUX
tname##_aux = {NULL, ASN1_AFLG_ENCODING, 0, 0, cb, offsetof(tname, enc)}; \
260
static const
ASN1_AUX
tname##_aux = {NULL, 0, 0, 0, cb, 0}; \
702
/* This is the
ASN1_AUX
structure: it handles various
729
}
ASN1_AUX
;
748
/* Flags in
ASN1_AUX
*/
Completed in 150 milliseconds