Searched refs:ossl_ht_new (Results 1 – 6 of 6) sorted by relevance
5 ossl_ht_new, ossl_ht_free,23 HT *ossl_ht_new(const HT_CONFIG *conf);63 ossl_ht_new() returns a new B<HT> (hashtable object) used to store data267 ossl_ht_new() returns an B<HT*> struct on success and NULL on error329 ht = ossl_ht_new(&hash_conf);
243 ht = ossl_ht_new(&hash_conf); in test_int_hashtable()423 h = ossl_ht_new(&hash_conf); in test_hashtable_stress()657 m_ht = ossl_ht_new(&hash_conf); in test_hashtable_multithread()
109 fuzzer_table = ossl_ht_new(&fuzz_conf); in FuzzerInitialize()
253 HT *ossl_ht_new(const HT_CONFIG *conf);
523 if ((namemap->namenum_ht = ossl_ht_new(&htconf)) == NULL) in ossl_namemap_new()
186 HT *ossl_ht_new(const HT_CONFIG *conf) in ossl_ht_new() function
Completed in 25 milliseconds