HT_CONFIG
HT_CONFIG htconf = { NULL, NULL, NULL, NAMEMAP_HT_BUCKETS, 1, 1 };
HT_CONFIG config;
HT *ossl_ht_new(const HT_CONFIG *conf)
HT_CONFIG fuzz_conf = { NULL, fuzz_free_cb, NULL, 0, 1 };
HT *ossl_ht_new(const HT_CONFIG *conf);
HT_CONFIG hash_conf = {
HT_CONFIG hash_conf = {
HT_CONFIG hash_conf = {