Home
last modified time | relevance | path

Searched refs:ossl_ht_new (Results 1 – 6 of 6) sorted by relevance

/openssl/doc/internal/man3/
H A Dossl_ht_new.pod5 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 data
267 ossl_ht_new() returns an B<HT*> struct on success and NULL on error
329 ht = ossl_ht_new(&hash_conf);
/openssl/test/
H A Dlhash_test.c243 ht = ossl_ht_new(&hash_conf); in test_int_hashtable()
423 h = ossl_ht_new(&hash_conf); in test_hashtable_stress()
659 m_ht = ossl_ht_new(&hash_conf); in test_hashtable_multithread()
/openssl/fuzz/
H A Dhashtable.c109 fuzzer_table = ossl_ht_new(&fuzz_conf); in FuzzerInitialize()
/openssl/include/internal/
H A Dhashtable.h253 HT *ossl_ht_new(const HT_CONFIG *conf);
/openssl/crypto/
H A Dcore_namemap.c523 if ((namemap->namenum_ht = ossl_ht_new(&htconf)) == NULL) in ossl_namemap_new()
/openssl/crypto/hashtable/
H A Dhashtable.c186 HT *ossl_ht_new(const HT_CONFIG *conf) in ossl_ht_new() function

Completed in 14 milliseconds