Home
last modified time | relevance | path

Searched refs:ossl_ht_count (Results 1 – 4 of 4) sorted by relevance

/freebsd/crypto/openssl/doc/internal/man3/
H A Dossl_ht_new.pod9 ossl_ht_delete, ossl_ht_count,
32 size_t ossl_ht_count(HT *htable);
122 ossl_ht_count() returns the number of elements within the hash table.
276 ossl_ht_count() returns the number of elements in the hash table
349 if (ossl_ht_count(ht) != 1)
/freebsd/crypto/openssl/test/
H A Dlhash_test.c260 if (!TEST_int_eq((size_t)ossl_ht_count(ht), n_int_tests)) in test_int_hashtable()
451 if (!TEST_int_eq((size_t)ossl_ht_count(h), n)) in test_hashtable_stress()
/freebsd/crypto/openssl/include/internal/
H A Dhashtable.h322 size_t ossl_ht_count(HT *htable);
/freebsd/crypto/openssl/crypto/hashtable/
H A Dhashtable.c336 size_t ossl_ht_count(HT *h) in ossl_ht_count() function