Home
last modified time | relevance | path

Searched defs:ASN1_ADB_st (Results 1 – 2 of 2) sorted by relevance

/external/boringssl/src/include/openssl/
Dasn1t.h366 struct ASN1_ADB_st { struct
367 unsigned long flags; /* Various flags */
368 unsigned long offset; /* Offset of selector field */
369 ASN1_MUST_BE_NULL *unused;
370 const ASN1_ADB_TABLE *tbl; /* Table of possible types */
371 long tblcount; /* Number of entries in tbl */
372 const ASN1_TEMPLATE *default_tt; /* Type to use if no match */
373 const ASN1_TEMPLATE *null_tt; /* Type to use if selector is NULL */
/external/rust/crates/quiche/deps/boringssl/src/include/openssl/
Dasn1t.h412 struct ASN1_ADB_st { struct
413 unsigned long flags; /* Various flags */
414 unsigned long offset; /* Offset of selector field */
415 ASN1_MUST_BE_NULL *unused;
416 const ASN1_ADB_TABLE *tbl; /* Table of possible types */
417 long tblcount; /* Number of entries in tbl */
418 const ASN1_TEMPLATE *default_tt; /* Type to use if no match */
419 const ASN1_TEMPLATE *null_tt; /* Type to use if selector is NULL */