HomeSort by relevance Sort by last modified time
    Searched defs:LHASH_OF (Results 1 - 2 of 2) sorted by null

  /external/boringssl/src/decrepit/x509/
x509_decrepit.c 19 X509_EXTENSION *X509V3_EXT_conf_nid(LHASH_OF(CONF_VALUE) *conf,
22 LHASH_OF(CONF_VALUE) *orig_data = NULL;
  /external/boringssl/src/include/openssl/
lhash.h 72 // A hash table of a specific type of object has type |LHASH_OF(type)|. This
85 // LHASH_OF(foo), the macros would be lh_foo_new, lh_foo_num_items etc.
88 #define LHASH_OF(type) struct lhash_st_##type
90 #define DEFINE_LHASH_OF(type) LHASH_OF(type) { int dummy; }
92 #define DECLARE_LHASH_OF(type) LHASH_OF(type);
98 // LHASH_OF:ASN1_OBJECT
99 // LHASH_OF:CONF_VALUE
100 // LHASH_OF:CRYPTO_BUFFER
101 // LHASH_OF:SSL_SESSION

Completed in 71 milliseconds