Home
last modified time | relevance | path

Searched refs:HT (Results 1 – 7 of 7) sorted by relevance

/openssl/include/internal/
H A Dhashtable.h20 typedef struct ht_internal_st HT; typedef
253 HT *ossl_ht_new(const HT_CONFIG *conf);
258 void ossl_ht_free(HT *htable);
263 void ossl_ht_read_lock(HT *htable);
268 void ossl_ht_write_lock(HT *htable);
273 void ossl_ht_read_unlock(HT *htable);
278 void ossl_ht_write_unlock (HT *htable);
283 int ossl_ht_flush(HT *htable);
297 int ossl_ht_delete(HT *htable, HT_KEY *key);
302 size_t ossl_ht_count(HT *htable);
[all …]
/openssl/crypto/hashtable/
H A Dhashtable.c120 HT *ht;
186 HT *ossl_ht_new(const HT_CONFIG *conf) in ossl_ht_new()
246 void ossl_ht_read_lock(HT *htable) in ossl_ht_read_lock()
251 void ossl_ht_read_unlock(HT *htable) in ossl_ht_read_unlock()
256 void ossl_ht_write_lock(HT *htable) in ossl_ht_write_lock()
262 void ossl_ht_write_unlock(HT *htable) in ossl_ht_write_unlock()
294 static int ossl_ht_flush_internal(HT *h) in ossl_ht_flush_internal()
325 int ossl_ht_flush(HT *h) in ossl_ht_flush()
330 void ossl_ht_free(HT *h) in ossl_ht_free()
347 size_t ossl_ht_count(HT *h) in ossl_ht_count()
[all …]
/openssl/doc/internal/man3/
H A Dossl_ht_new.pod23 HT *ossl_ht_new(const HT_CONFIG *conf);
24 void ossl_ht_free(HT *htable);
25 void ossl_ht_read_lock(HT *htable);
26 void ossl_ht_read_unlock(HT *htable);
27 void ossl_ht_write_lock(HT *htable);
28 void ossl_ht_write_unlock(HT *htable);
29 int ossl_ht_flush(HT *htable);
31 int ossl_ht_delete(HT *htable, HT_KEY *key);
32 size_t ossl_ht_count(HT *htable);
269 void ossl_ht_free(HT *htable);
[all …]
/openssl/test/
H A Dlhash_test.c239 HT *ht = NULL; in test_int_hashtable()
415 HT *h; in test_hashtable_stress()
492 static HT *m_ht = NULL;
/openssl/fuzz/
H A Dhashtable.c50 static HT *fuzzer_table = NULL;
/openssl/test/recipes/04-test_pem_reading_data/
H A Ddsa-threecolumn.pem230 7HT
/openssl/crypto/
H A Dcore_namemap.c37 HT *namenum_ht; /* Name->number mapping */

Completed in 15 milliseconds