Home
last modified time | relevance | path

Searched refs:LHASH_OF (Results 1 – 10 of 10) sorted by relevance

/external/boringssl/src/include/openssl/
Dlhash.h88 #define LHASH_OF(type) struct lhash_st_##type macro
90 #define DECLARE_LHASH_OF(type) LHASH_OF(type);
192 OPENSSL_INLINE LHASH_OF(type) * \
195 return (LHASH_OF(type) *)lh_new((lhash_hash_func)hash, \
199 OPENSSL_INLINE void lh_##type##_free(LHASH_OF(type) *lh) { \
203 OPENSSL_INLINE size_t lh_##type##_num_items(const LHASH_OF(type) *lh) { \
207 OPENSSL_INLINE type *lh_##type##_retrieve(const LHASH_OF(type) *lh, \
226 const LHASH_OF(type) *lh, const void *key, uint32_t key_hash, \
233 OPENSSL_INLINE int lh_##type##_insert(LHASH_OF(type) *lh, type **old_data, \
243 OPENSSL_INLINE type *lh_##type##_delete(LHASH_OF(type) *lh, \
[all …]
Dx509v3.h618 OPENSSL_EXPORT X509_EXTENSION *X509V3_EXT_conf_nid(LHASH_OF(CONF_VALUE) *conf, X509V3_CTX *ctx, int…
/external/boringssl/src/crypto/obj/
Dobj.c79 static LHASH_OF(ASN1_OBJECT) *global_added_by_data = NULL;
80 static LHASH_OF(ASN1_OBJECT) *global_added_by_nid = NULL;
81 static LHASH_OF(ASN1_OBJECT) *global_added_by_short_name = NULL;
82 static LHASH_OF(ASN1_OBJECT) *global_added_by_long_name = NULL;
/external/boringssl/src/crypto/lhash/
Dlhash_test.cc46 void operator()(LHASH_OF(char) *lh) { lh_char_free(lh); } in operator ()()
60 std::unique_ptr<LHASH_OF(char), FreeLHASH_OF_char> lh( in TEST()
/external/boringssl/src/decrepit/x509/
Dx509_decrepit.c22 X509_EXTENSION *X509V3_EXT_conf_nid(LHASH_OF(CONF_VALUE) *conf, X509V3_CTX *ctx, in X509V3_EXT_conf_nid()
/external/boringssl/src/crypto/pool/
Dinternal.h36 LHASH_OF(CRYPTO_BUFFER) *bufs;
/external/boringssl/src/crypto/conf/
Dconf.c76 LHASH_OF(CONF_VALUE) *data;
/external/boringssl/src/util/
Ddoc.go234 var lhashOfRegexp = regexp.MustCompile(`LHASH_OF\(([^)]*)\)`)
/external/boringssl/src/ssl/
Dssl_session.cc1186 LHASH_OF(SSL_SESSION) *cache;
Dinternal.h2906 LHASH_OF(SSL_SESSION) *sessions = nullptr;