Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/crypto/hashtable/
H A Dhashtable.c405 static int compare_hash(uint64_t hash1, uint64_t hash2) in compare_hash() function
558 if (compare_hash(hash, ihash) && match_key(&newval->value.key, &ival->key)) { in ossl_ht_insert_locked()
691 if (compare_hash(hash, ehash) && match_key(&ival->value.key, key)) in ossl_ht_get()
731 if (compare_hash(hash, h->md->neighborhoods[neigh_idx].entries[j].hash) in ossl_ht_delete()