Home
last modified time | relevance | path

Searched refs:ASN1_ADB_TABLE (Results 1 – 3 of 3) sorted by relevance

/external/openssl/include/openssl/
Dasn1t.h397 static const ASN1_ADB_TABLE name##_adbtbl[]
408 sizeof(name##_adbtbl) / sizeof(ASN1_ADB_TABLE),\
425 sizeof(name##_adbtbl) / sizeof(ASN1_ADB_TABLE),\
461 typedef struct ASN1_ADB_TABLE_st ASN1_ADB_TABLE; typedef
467 STACK_OF(ASN1_ADB_TABLE) **app_items; /* Application defined items */
468 const ASN1_ADB_TABLE *tbl; /* Table of possible types */
/external/openssl/crypto/asn1/
Dasn1t.h397 static const ASN1_ADB_TABLE name##_adbtbl[]
408 sizeof(name##_adbtbl) / sizeof(ASN1_ADB_TABLE),\
425 sizeof(name##_adbtbl) / sizeof(ASN1_ADB_TABLE),\
461 typedef struct ASN1_ADB_TABLE_st ASN1_ADB_TABLE; typedef
467 STACK_OF(ASN1_ADB_TABLE) **app_items; /* Application defined items */
468 const ASN1_ADB_TABLE *tbl; /* Table of possible types */
Dtasn_utl.c224 const ASN1_ADB_TABLE *atbl; in asn1_do_adb()