Home
last modified time | relevance | path

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

/external/cronet/stable/third_party/boringssl/src/include/openssl/
Dasn1t.h337 struct ASN1_ADB_st { struct
338 uint32_t flags; /* Various flags */
339 unsigned long offset; /* Offset of selector field */
340 ASN1_MUST_BE_NULL *unused;
341 const ASN1_ADB_TABLE *tbl; /* Table of possible types */
342 long tblcount; /* Number of entries in tbl */
343 const ASN1_TEMPLATE *default_tt; /* Type to use if no match */
344 const ASN1_TEMPLATE *null_tt; /* Type to use if selector is NULL */
/external/cronet/tot/third_party/boringssl/src/include/openssl/
Dasn1t.h337 struct ASN1_ADB_st { struct
338 uint32_t flags; /* Various flags */
339 unsigned long offset; /* Offset of selector field */
340 ASN1_MUST_BE_NULL *unused;
341 const ASN1_ADB_TABLE *tbl; /* Table of possible types */
342 long tblcount; /* Number of entries in tbl */
343 const ASN1_TEMPLATE *default_tt; /* Type to use if no match */
344 const ASN1_TEMPLATE *null_tt; /* Type to use if selector is NULL */
/external/boringssl/src/include/openssl/
Dasn1t.h290 struct ASN1_ADB_st { struct
291 uint32_t flags; /* Various flags */
292 unsigned long offset; /* Offset of selector field */
293 ASN1_MUST_BE_NULL *unused;
294 const ASN1_ADB_TABLE *tbl; /* Table of possible types */
295 long tblcount; /* Number of entries in tbl */
296 const ASN1_TEMPLATE *default_tt; /* Type to use if no match */
297 const ASN1_TEMPLATE *null_tt; /* Type to use if selector is NULL */
/external/rust/android-crates-io/crates/quiche/deps/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 */