OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ASN1_ADB
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/boringssl/src/include/openssl/
asn1t.h
76
/* Macro to obtain
ASN1_ADB
pointer from a type (only used internally) */
77
#define ASN1_ADB_ptr(iptr) ((const
ASN1_ADB
*)(iptr))
365
/* Macros for the
ASN1_ADB
structure */
367
#define
ASN1_ADB
(name) \
372
static const
ASN1_ADB
name##_adb = {\
400
ASN1_ITEM_EXP *item; /* Relevant ASN1_ITEM or
ASN1_ADB
*/
403
/* Macro to extract ASN1_ITEM and
ASN1_ADB
pointer from ASN1_TEMPLATE */
409
typedef struct ASN1_ADB_st
ASN1_ADB
;
485
* the 'item' field points to an
ASN1_ADB
structure
/external/openssl/crypto/asn1/
asn1t.h
79
/* Macro to obtain
ASN1_ADB
pointer from a type (only used internally) */
80
#define ASN1_ADB_ptr(iptr) ((const
ASN1_ADB
*)(iptr))
93
/* Macro to obtain
ASN1_ADB
pointer from a type (only used internally) */
94
#define ASN1_ADB_ptr(iptr) ((const
ASN1_ADB
*)(iptr()))
394
/* Macros for the
ASN1_ADB
structure */
396
#define
ASN1_ADB
(name) \
403
static const
ASN1_ADB
name##_adb = {\
419
static const
ASN1_ADB
internal_adb = \
453
ASN1_ITEM_EXP *item; /* Relevant ASN1_ITEM or
ASN1_ADB
*/
456
/* Macro to extract ASN1_ITEM and
ASN1_ADB
pointer from ASN1_TEMPLATE *
[
all
...]
/external/openssl/include/openssl/
asn1t.h
79
/* Macro to obtain
ASN1_ADB
pointer from a type (only used internally) */
80
#define ASN1_ADB_ptr(iptr) ((const
ASN1_ADB
*)(iptr))
93
/* Macro to obtain
ASN1_ADB
pointer from a type (only used internally) */
94
#define ASN1_ADB_ptr(iptr) ((const
ASN1_ADB
*)(iptr()))
394
/* Macros for the
ASN1_ADB
structure */
396
#define
ASN1_ADB
(name) \
403
static const
ASN1_ADB
name##_adb = {\
419
static const
ASN1_ADB
internal_adb = \
453
ASN1_ITEM_EXP *item; /* Relevant ASN1_ITEM or
ASN1_ADB
*/
456
/* Macro to extract ASN1_ITEM and
ASN1_ADB
pointer from ASN1_TEMPLATE *
[
all
...]
Completed in 36 milliseconds