Searched refs:LHASH_OF (Results 1 – 10 of 10) sorted by relevance
/external/boringssl/src/include/openssl/ |
D | lhash.h | 88 #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 …]
|
D | x509v3.h | 618 OPENSSL_EXPORT X509_EXTENSION *X509V3_EXT_conf_nid(LHASH_OF(CONF_VALUE) *conf, X509V3_CTX *ctx, int…
|
/external/boringssl/src/crypto/obj/ |
D | obj.c | 79 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/ |
D | lhash_test.cc | 46 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/ |
D | x509_decrepit.c | 22 X509_EXTENSION *X509V3_EXT_conf_nid(LHASH_OF(CONF_VALUE) *conf, X509V3_CTX *ctx, in X509V3_EXT_conf_nid()
|
/external/boringssl/src/crypto/pool/ |
D | internal.h | 36 LHASH_OF(CRYPTO_BUFFER) *bufs;
|
/external/boringssl/src/crypto/conf/ |
D | conf.c | 76 LHASH_OF(CONF_VALUE) *data;
|
/external/boringssl/src/util/ |
D | doc.go | 234 var lhashOfRegexp = regexp.MustCompile(`LHASH_OF\(([^)]*)\)`)
|
/external/boringssl/src/ssl/ |
D | ssl_session.cc | 1186 LHASH_OF(SSL_SESSION) *cache;
|
D | internal.h | 2906 LHASH_OF(SSL_SESSION) *sessions = nullptr;
|