Symbol: LHASH_OF
crypto/openssl/apps/ca.c
2009
LHASH_OF(CONF_VALUE) *parms = NULL;
crypto/openssl/apps/openssl.c
241
LHASH_OF(FUNCTION) *prog = NULL;
crypto/openssl/apps/openssl.c
40
static LHASH_OF(FUNCTION) *prog_init(void);
crypto/openssl/apps/openssl.c
409
static int do_cmd(LHASH_OF(FUNCTION) *prog, int argc, char *argv[])
crypto/openssl/apps/openssl.c
41
static int do_cmd(LHASH_OF(FUNCTION) *prog, int argc, char *argv[]);
crypto/openssl/apps/openssl.c
475
static LHASH_OF(FUNCTION) *ret = NULL;
crypto/openssl/apps/req.c
241
static int duplicated(LHASH_OF(OPENSSL_STRING) *addexts, char *kv)
crypto/openssl/apps/req.c
291
LHASH_OF(OPENSSL_STRING) *addexts = NULL;
crypto/openssl/crypto/conf/conf_api.c
132
typedef LHASH_OF(CONF_VALUE) LH_CONF_VALUE;
crypto/openssl/crypto/conf/conf_api.c
158
static void value_free_hash(const CONF_VALUE *a, LHASH_OF(CONF_VALUE) *conf)
crypto/openssl/crypto/conf/conf_api.c
20
static void value_free_hash(const CONF_VALUE *a, LHASH_OF(CONF_VALUE) *conf);
crypto/openssl/crypto/conf/conf_lib.c
111
char *CONF_get_string(LHASH_OF(CONF_VALUE) *conf, const char *group,
crypto/openssl/crypto/conf/conf_lib.c
124
long CONF_get_number(LHASH_OF(CONF_VALUE) *conf, const char *group,
crypto/openssl/crypto/conf/conf_lib.c
143
void CONF_free(LHASH_OF(CONF_VALUE) *conf)
crypto/openssl/crypto/conf/conf_lib.c
151
int CONF_dump_fp(LHASH_OF(CONF_VALUE) *conf, FILE *out)
crypto/openssl/crypto/conf/conf_lib.c
166
int CONF_dump_bio(LHASH_OF(CONF_VALUE) *conf, BIO *out)
crypto/openssl/crypto/conf/conf_lib.c
26
void CONF_set_nconf(CONF *conf, LHASH_OF(CONF_VALUE) *hash)
crypto/openssl/crypto/conf/conf_lib.c
46
LHASH_OF(CONF_VALUE) *CONF_load(LHASH_OF(CONF_VALUE) *conf, const char *file,
crypto/openssl/crypto/conf/conf_lib.c
49
LHASH_OF(CONF_VALUE) *ltmp;
crypto/openssl/crypto/conf/conf_lib.c
69
LHASH_OF(CONF_VALUE) *CONF_load_fp(LHASH_OF(CONF_VALUE) *conf, FILE *fp,
crypto/openssl/crypto/conf/conf_lib.c
73
LHASH_OF(CONF_VALUE) *ltmp;
crypto/openssl/crypto/conf/conf_lib.c
84
LHASH_OF(CONF_VALUE) *CONF_load_bio(LHASH_OF(CONF_VALUE) *conf, BIO *bp,
crypto/openssl/crypto/conf/conf_lib.c
98
STACK_OF(CONF_VALUE) *CONF_get_section(LHASH_OF(CONF_VALUE) *conf,
crypto/openssl/crypto/encode_decode/decoder_pkey.c
678
LHASH_OF(DECODER_CACHE_ENTRY) *hashtable;
crypto/openssl/crypto/engine/eng_table.c
32
LHASH_OF(ENGINE_PILE) piles;
crypto/openssl/crypto/engine/eng_table.c
67
LHASH_OF(ENGINE_PILE) *lh;
crypto/openssl/crypto/err/err.c
157
static LHASH_OF(ERR_STRING_DATA) *int_error_hash = NULL;
crypto/openssl/crypto/objects/o_names.c
28
static LHASH_OF(OBJ_NAME) *names_lh = NULL;
crypto/openssl/crypto/objects/obj_dat.c
40
static LHASH_OF(ADDED_OBJ) *added = NULL;
crypto/openssl/crypto/property/defn_cache.c
53
LHASH_OF(PROPERTY_DEFN_ELEM) *property_defns = vproperty_defns;
crypto/openssl/crypto/property/defn_cache.c
70
LHASH_OF(PROPERTY_DEFN_ELEM) *property_defns;
crypto/openssl/crypto/property/defn_cache.c
95
LHASH_OF(PROPERTY_DEFN_ELEM) *property_defns;
crypto/openssl/crypto/property/property.c
62
LHASH_OF(QUERY) *cache;
crypto/openssl/crypto/property/property.c
92
LHASH_OF(QUERY) *cache;
crypto/openssl/crypto/property/property_string.c
36
typedef LHASH_OF(PROPERTY_STRING) PROP_TABLE;
crypto/openssl/crypto/store/store_register.c
150
static LHASH_OF(OSSL_STORE_LOADER) *loader_register = NULL;
crypto/openssl/crypto/txt_db/txt_db.c
131
LHASH_OF(OPENSSL_STRING) *lh;
crypto/openssl/crypto/txt_db/txt_db.c
150
LHASH_OF(OPENSSL_STRING) *idx;
crypto/openssl/crypto/txt_db/txt_db.c
159
if ((idx = (LHASH_OF(OPENSSL_STRING) *)OPENSSL_LH_new(hash, cmp)) == NULL) {
crypto/openssl/crypto/x509/v3_conf.c
495
X509_EXTENSION *X509V3_EXT_conf(LHASH_OF(CONF_VALUE) *conf, X509V3_CTX *ctx,
crypto/openssl/crypto/x509/v3_conf.c
510
X509_EXTENSION *X509V3_EXT_conf_nid(LHASH_OF(CONF_VALUE) *conf,
crypto/openssl/crypto/x509/v3_conf.c
542
void X509V3_set_conf_lhash(X509V3_CTX *ctx, LHASH_OF(CONF_VALUE) *lhash)
crypto/openssl/crypto/x509/v3_conf.c
552
int X509V3_EXT_add_conf(LHASH_OF(CONF_VALUE) *conf, X509V3_CTX *ctx,
crypto/openssl/crypto/x509/v3_conf.c
569
int X509V3_EXT_CRL_add_conf(LHASH_OF(CONF_VALUE) *conf, X509V3_CTX *ctx,
crypto/openssl/crypto/x509/v3_conf.c
586
int X509V3_EXT_REQ_add_conf(LHASH_OF(CONF_VALUE) *conf, X509V3_CTX *ctx,
crypto/openssl/demos/http3/ossl-nghttp3.c
72
LHASH_OF(OSSL_DEMO_H3_STREAM) *streams;
crypto/openssl/include/internal/quic_stream_map.h
555
LHASH_OF(QUIC_STREAM) *map;
crypto/openssl/include/openssl/conf.h
118
void CONF_set_nconf(CONF *conf, LHASH_OF(CONF_VALUE) *hash);
crypto/openssl/include/openssl/conf.h
119
LHASH_OF(CONF_VALUE) *CONF_load(LHASH_OF(CONF_VALUE) *conf, const char *file,
crypto/openssl/include/openssl/conf.h
122
LHASH_OF(CONF_VALUE) *CONF_load_fp(LHASH_OF(CONF_VALUE) *conf, FILE *fp,
crypto/openssl/include/openssl/conf.h
125
LHASH_OF(CONF_VALUE) *CONF_load_bio(LHASH_OF(CONF_VALUE) *conf, BIO *bp,
crypto/openssl/include/openssl/conf.h
127
STACK_OF(CONF_VALUE) *CONF_get_section(LHASH_OF(CONF_VALUE) *conf,
crypto/openssl/include/openssl/conf.h
129
char *CONF_get_string(LHASH_OF(CONF_VALUE) *conf, const char *group,
crypto/openssl/include/openssl/conf.h
131
long CONF_get_number(LHASH_OF(CONF_VALUE) *conf, const char *group,
crypto/openssl/include/openssl/conf.h
133
void CONF_free(LHASH_OF(CONF_VALUE) *conf);
crypto/openssl/include/openssl/conf.h
135
int CONF_dump_fp(LHASH_OF(CONF_VALUE) *conf, FILE *out);
crypto/openssl/include/openssl/conf.h
137
int CONF_dump_bio(LHASH_OF(CONF_VALUE) *conf, BIO *out);
crypto/openssl/include/openssl/conf.h
74
#define lh_CONF_VALUE_new(hfn, cmp) ((LHASH_OF(CONF_VALUE) *)OPENSSL_LH_set_thunks(OPENSSL_LH_new(ossl_check_CONF_VALUE_lh_hashfunc_type(hfn), ossl_check_CONF_VALUE_lh_compfunc_type(cmp)), lh_CONF_VALUE_hash_thunk, lh_CONF_VALUE_comp_thunk, lh_CONF_VALUE_doall_thunk, lh_CONF_VALUE_doall_arg_thunk))
crypto/openssl/include/openssl/conftypes.h
37
LHASH_OF(CONF_VALUE) *data;
crypto/openssl/include/openssl/err.h
377
#define lh_ERR_STRING_DATA_new(hfn, cmp) ((LHASH_OF(ERR_STRING_DATA) *)OPENSSL_LH_set_thunks(OPENSSL_LH_new(ossl_check_ERR_STRING_DATA_lh_hashfunc_type(hfn), ossl_check_ERR_STRING_DATA_lh_compfunc_type(cmp)), lh_ERR_STRING_DATA_hash_thunk, lh_ERR_STRING_DATA_comp_thunk, lh_ERR_STRING_DATA_doall_thunk, lh_ERR_STRING_DATA_doall_arg_thunk))
crypto/openssl/include/openssl/lhash.h
160
LHASH_OF(type) \
crypto/openssl/include/openssl/lhash.h
202
ossl_check_const_##type##_lh_type(const LHASH_OF(type) *lh) \
crypto/openssl/include/openssl/lhash.h
207
ossl_check_##type##_lh_type(LHASH_OF(type) *lh) \
crypto/openssl/include/openssl/lhash.h
226
LHASH_OF(type)
crypto/openssl/include/openssl/lhash.h
231
lh_##type##_node_stats_bio(const LHASH_OF(type) *lh, BIO *out) \
crypto/openssl/include/openssl/lhash.h
236
lh_##type##_node_usage_stats_bio(const LHASH_OF(type) *lh, BIO *out) \
crypto/openssl/include/openssl/lhash.h
241
lh_##type##_stats_bio(const LHASH_OF(type) *lh, BIO *out) \
crypto/openssl/include/openssl/lhash.h
250
LHASH_OF(type) \
crypto/openssl/include/openssl/lhash.h
270
lh_##type##_free(LHASH_OF(type) *lh) \
crypto/openssl/include/openssl/lhash.h
275
lh_##type##_flush(LHASH_OF(type) *lh) \
crypto/openssl/include/openssl/lhash.h
280
lh_##type##_insert(LHASH_OF(type) *lh, type *d) \
crypto/openssl/include/openssl/lhash.h
285
lh_##type##_delete(LHASH_OF(type) *lh, const type *d) \
crypto/openssl/include/openssl/lhash.h
290
lh_##type##_retrieve(LHASH_OF(type) *lh, const type *d) \
crypto/openssl/include/openssl/lhash.h
295
lh_##type##_error(LHASH_OF(type) *lh) \
crypto/openssl/include/openssl/lhash.h
300
lh_##type##_num_items(LHASH_OF(type) *lh) \
crypto/openssl/include/openssl/lhash.h
305
lh_##type##_get_down_load(LHASH_OF(type) *lh) \
crypto/openssl/include/openssl/lhash.h
310
lh_##type##_set_down_load(LHASH_OF(type) *lh, unsigned long dl) \
crypto/openssl/include/openssl/lhash.h
327
lh_##type##_doall(LHASH_OF(type) *lh, void (*doall)(type *)) \
crypto/openssl/include/openssl/lhash.h
331
static ossl_unused ossl_inline LHASH_OF(type) * \
crypto/openssl/include/openssl/lhash.h
335
return (LHASH_OF(type) *)OPENSSL_LH_set_thunks(OPENSSL_LH_new((OPENSSL_LH_HASHFUNC)hfn, (OPENSSL_LH_COMPFUNC)cfn), \
crypto/openssl/include/openssl/lhash.h
341
lh_##type##_doall_arg(LHASH_OF(type) *lh, \
crypto/openssl/include/openssl/lhash.h
347
LHASH_OF(type)
crypto/openssl/include/openssl/lhash.h
352
LHASH_OF(type)
crypto/openssl/include/openssl/lhash.h
368
lh_##type##_doall_##argtype(LHASH_OF(type) *lh, \
crypto/openssl/include/openssl/lhash.h
377
LHASH_OF(type)
crypto/openssl/include/openssl/lhash.h
381
#define lh_OPENSSL_STRING_new(hfn, cmp) ((LHASH_OF(OPENSSL_STRING) *)OPENSSL_LH_set_thunks(OPENSSL_LH_new(ossl_check_OPENSSL_STRING_lh_hashfunc_type(hfn), ossl_check_OPENSSL_STRING_lh_compfunc_type(cmp)), lh_OPENSSL_STRING_hash_thunk, lh_OPENSSL_STRING_comp_thunk, lh_OPENSSL_STRING_doall_thunk, lh_OPENSSL_STRING_doall_arg_thunk))
crypto/openssl/include/openssl/lhash.h
396
#define lh_OPENSSL_CSTRING_new(hfn, cmp) ((LHASH_OF(OPENSSL_CSTRING) *)OPENSSL_LH_set_thunks(OPENSSL_LH_new(ossl_check_OPENSSL_CSTRING_lh_hashfunc_type(hfn), ossl_check_OPENSSL_CSTRING_lh_compfunc_type(cmp)), lh_OPENSSL_CSTRING_hash_thunk, lh_OPENSSL_CSTRING_comp_thunk, lh_OPENSSL_CSTRING_doall_thunk, lh_OPENSSL_CSTRING_doall_arg_thunk))
crypto/openssl/include/openssl/ssl.h
720
LHASH_OF(SSL_SESSION) *SSL_CTX_sessions(SSL_CTX *ctx);
crypto/openssl/include/openssl/txt_db.h
42
LHASH_OF(OPENSSL_STRING) **index;
crypto/openssl/include/openssl/x509v3.h
935
X509_EXTENSION *X509V3_EXT_conf_nid(LHASH_OF(CONF_VALUE) *conf,
crypto/openssl/include/openssl/x509v3.h
938
X509_EXTENSION *X509V3_EXT_conf(LHASH_OF(CONF_VALUE) *conf, X509V3_CTX *ctx,
crypto/openssl/include/openssl/x509v3.h
940
int X509V3_EXT_add_conf(LHASH_OF(CONF_VALUE) *conf, X509V3_CTX *ctx,
crypto/openssl/include/openssl/x509v3.h
942
int X509V3_EXT_REQ_add_conf(LHASH_OF(CONF_VALUE) *conf, X509V3_CTX *ctx,
crypto/openssl/include/openssl/x509v3.h
944
int X509V3_EXT_CRL_add_conf(LHASH_OF(CONF_VALUE) *conf, X509V3_CTX *ctx,
crypto/openssl/include/openssl/x509v3.h
952
void X509V3_set_conf_lhash(X509V3_CTX *ctx, LHASH_OF(CONF_VALUE) *lhash);
crypto/openssl/ssl/quic/quic_ackm.c
42
LHASH_OF(OSSL_ACKM_TX_PKT) *map;
crypto/openssl/ssl/quic/quic_impl.c
4737
LHASH_OF(QUIC_TOKEN) *cache;
crypto/openssl/ssl/quic/quic_lcidm.c
51
LHASH_OF(QUIC_LCID) *lcids;
crypto/openssl/ssl/quic/quic_lcidm.c
63
LHASH_OF(QUIC_LCID) *lcids; /* (QUIC_CONN_ID) -> (QUIC_LCID *) */
crypto/openssl/ssl/quic/quic_lcidm.c
64
LHASH_OF(QUIC_LCIDM_CONN) *conns; /* (void *opaque) -> (QUIC_LCIDM_CONN *) */
crypto/openssl/ssl/quic/quic_srtm.c
100
static int srtm_check_lh(QUIC_SRTM *srtm, LHASH_OF(SRTM_ITEM) *lh)
crypto/openssl/ssl/quic/quic_srtm.c
59
LHASH_OF(SRTM_ITEM) *items_fwd; /* (opaque) -> SRTM_ITEM */
crypto/openssl/ssl/quic/quic_srtm.c
60
LHASH_OF(SRTM_ITEM) *items_rev; /* (H(srt)) -> SRTM_ITEM */
crypto/openssl/ssl/ssl_cert.c
756
LHASH_OF(X509_NAME) *name_hash = lh_X509_NAME_new(xname_hash, xname_cmp);
crypto/openssl/ssl/ssl_cert.c
832
LHASH_OF(X509_NAME) *name_hash)
crypto/openssl/ssl/ssl_cert.c
887
LHASH_OF(X509_NAME) *name_hash = lh_X509_NAME_new(xname_hash, xname_cmp);
crypto/openssl/ssl/ssl_cert.c
930
LHASH_OF(X509_NAME) *name_hash = lh_X509_NAME_new(xname_hash, xname_cmp);
crypto/openssl/ssl/ssl_local.h
803
LHASH_OF(SSL_SESSION) *sessions;
crypto/openssl/test/lhash_test.c
343
LHASH_OF(int) *h = lh_int_new(&stress_hash, &int_cmp);
crypto/openssl/test/lhash_test.c
97
LHASH_OF(int) *h = lh_int_new(&int_hash, &int_cmp);
crypto/openssl/test/quic_multistream_test.c
125
LHASH_OF(STREAM_INFO) *c_streams;
crypto/openssl/test/quic_multistream_test.c
481
static void helper_cleanup_streams(LHASH_OF(STREAM_INFO) **lh)
crypto/openssl/test/quic_multistream_test.c
74
LHASH_OF(STREAM_INFO) *s_streams;
crypto/openssl/test/quic_multistream_test.c
80
LHASH_OF(STREAM_INFO) *c_streams;
crypto/openssl/test/quic_multistream_test.c
894
static STREAM_INFO *get_stream_info(LHASH_OF(STREAM_INFO) *lh,
crypto/openssl/test/radix/quic_bindings.c
68
LHASH_OF(RADIX_OBJ) *objs; /* protected by gm */