Searched refs:ossl_ht_delete (Results 1 – 5 of 5) sorted by relevance
/openssl/doc/internal/man3/ |
H A D | ossl_ht_new.pod | 9 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 D | lhash_test.c | 287 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() 616 if (expected_rc != ossl_ht_delete(m_ht, TO_HT_KEY(&key))) { in do_mt_hash_work()
|
/openssl/fuzz/ |
H A D | hashtable.c | 241 rc = ossl_ht_delete(fuzzer_table, TO_HT_KEY(&key)); in FuzzerTestOneInput()
|
/openssl/include/internal/ |
H A D | hashtable.h | 297 int ossl_ht_delete(HT *htable, HT_KEY *key);
|
/openssl/crypto/hashtable/ |
H A D | hashtable.c | 723 int ossl_ht_delete(HT *h, HT_KEY *key) in ossl_ht_delete() function
|
Completed in 11 milliseconds