Searched defs:ASN1_ADB (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/openssl/openssl/crypto/asn1/
H A Dasn1t.h79 /* 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) \ macro
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 pointe
462 typedef struct ASN1_ADB_st ASN1_ADB; typedef in typeref:struct:ASN1_ADB_st
[all...]
/external/chromium_org/third_party/openssl/openssl/include/openssl/
H A Dasn1t.h79 /* 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) \ macro
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 pointe
462 typedef struct ASN1_ADB_st ASN1_ADB; typedef in typeref:struct:ASN1_ADB_st
[all...]
/external/openssl/crypto/asn1/
H A Dasn1t.h79 /* 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) \ macro
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 pointe
462 typedef struct ASN1_ADB_st ASN1_ADB; typedef in typeref:struct:ASN1_ADB_st
[all...]
/external/openssl/include/openssl/
H A Dasn1t.h79 /* 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) \ macro
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 pointe
462 typedef struct ASN1_ADB_st ASN1_ADB; typedef in typeref:struct:ASN1_ADB_st
[all...]

Completed in 76 milliseconds