HomeSort by relevance Sort by last modified time
    Searched refs:ASN1_ADB_TABLE (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/third_party/boringssl/src/include/openssl/
stack_macros.h 100 /* ASN1_ADB_TABLE */
102 ((STACK_OF(ASN1_ADB_TABLE) *)sk_new(CHECKED_CAST( \
104 int (*)(const ASN1_ADB_TABLE **a, const ASN1_ADB_TABLE **b), comp)))
106 #define sk_ASN1_ADB_TABLE_new_null() ((STACK_OF(ASN1_ADB_TABLE) *)sk_new_null())
109 sk_num(CHECKED_CAST(_STACK *, STACK_OF(ASN1_ADB_TABLE) *, sk))
112 sk_zero(CHECKED_CAST(_STACK *, STACK_OF(ASN1_ADB_TABLE) *, sk));
115 ((ASN1_ADB_TABLE *)sk_value( \
116 CHECKED_CAST(_STACK *, const STACK_OF(ASN1_ADB_TABLE) *, sk), (i)))
119 ((ASN1_ADB_TABLE *)sk_set(
    [all...]
asn1t.h 368 static const ASN1_ADB_TABLE name##_adbtbl[]
377 sizeof(name##_adbtbl) / sizeof(ASN1_ADB_TABLE),\
408 typedef struct ASN1_ADB_TABLE_st ASN1_ADB_TABLE;
414 STACK_OF(ASN1_ADB_TABLE) **app_items; /* Application defined items */
415 const ASN1_ADB_TABLE *tbl; /* Table of possible types */
  /external/chromium_org/third_party/boringssl/src/crypto/asn1/
tasn_utl.c 201 const ASN1_ADB_TABLE *atbl;
  /external/openssl/crypto/asn1/
tasn_utl.c 224 const ASN1_ADB_TABLE *atbl;
asn1t.h 397 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;
467 STACK_OF(ASN1_ADB_TABLE) **app_items; /* Application defined items */
468 const ASN1_ADB_TABLE *tbl; /* Table of possible types */
  /external/openssl/include/openssl/
asn1t.h 397 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;
467 STACK_OF(ASN1_ADB_TABLE) **app_items; /* Application defined items */
468 const ASN1_ADB_TABLE *tbl; /* Table of possible types */

Completed in 168 milliseconds