Home
last modified time | relevance | path

Searched refs:ossl_ht_delete (Results 1 – 5 of 5) sorted by relevance

/openssl/doc/internal/man3/
H A Dossl_ht_new.pod9 ossl_ht_delete, ossl_ht_count,
31 int ossl_ht_delete(HT *htable, HT_KEY *key);
100 operations, so for table modifying actions (ossl_ht_flush() and ossl_ht_delete()
117 ossl_ht_delete() deletes an entry from the hashtable indexed by the passed
273 ossl_ht_delete() returns 1 if the key was successfully deleted, and 0 if the
/openssl/test/
H A Dlhash_test.c287 todel = ossl_ht_delete(ht, TO_HT_KEY(&key)); in test_int_hashtable()
461 if (!TEST_int_eq((ossl_ht_delete(h, TO_HT_KEY(&key))), 1)) { in test_hashtable_stress()
618 if (expected_rc != ossl_ht_delete(m_ht, TO_HT_KEY(&key))) { in do_mt_hash_work()
/openssl/fuzz/
H A Dhashtable.c241 rc = ossl_ht_delete(fuzzer_table, TO_HT_KEY(&key)); in FuzzerTestOneInput()
/openssl/include/internal/
H A Dhashtable.h297 int ossl_ht_delete(HT *htable, HT_KEY *key);
/openssl/crypto/hashtable/
H A Dhashtable.c723 int ossl_ht_delete(HT *h, HT_KEY *key) in ossl_ht_delete() function

Completed in 13 milliseconds