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

/external/boringssl/include/openssl/
H A Dasn1t.h75 /* Macro to obtain ASN1_ADB pointer from a type (only used internally) */
76 #define ASN1_ADB_ptr(iptr) ((const ASN1_ADB *)(iptr))
364 /* Macros for the ASN1_ADB structure */
366 #define ASN1_ADB(name) \ macro
371 static const ASN1_ADB name##_adb = {\
399 ASN1_ITEM_EXP *item; /* Relevant ASN1_ITEM or ASN1_ADB */
402 /* Macro to extract ASN1_ITEM and ASN1_ADB pointer from ASN1_TEMPLATE */
408 typedef struct ASN1_ADB_st ASN1_ADB; typedef in typeref:struct:ASN1_ADB_st
486 * the 'item' field points to an ASN1_ADB structure
/external/boringssl/src/include/openssl/
H A Dasn1t.h75 /* Macro to obtain ASN1_ADB pointer from a type (only used internally) */
76 #define ASN1_ADB_ptr(iptr) ((const ASN1_ADB *)(iptr))
364 /* Macros for the ASN1_ADB structure */
366 #define ASN1_ADB(name) \ macro
371 static const ASN1_ADB name##_adb = {\
399 ASN1_ITEM_EXP *item; /* Relevant ASN1_ITEM or ASN1_ADB */
402 /* Macro to extract ASN1_ITEM and ASN1_ADB pointer from ASN1_TEMPLATE */
408 typedef struct ASN1_ADB_st ASN1_ADB; typedef in typeref:struct:ASN1_ADB_st
486 * the 'item' field points to an ASN1_ADB structure

Completed in 198 milliseconds