Searched refs:ht_hash_fn (Results 1 – 3 of 3) sorted by relevance
231 if (new->config.ht_hash_fn == NULL) in ossl_ht_new()232 new->config.ht_hash_fn = fnv1a_hash; in ossl_ht_new()657 hash = h->config.ht_hash_fn(key->keybuf, key->keysize); in ossl_ht_insert()686 hash = h->config.ht_hash_fn(key->keybuf, key->keysize); in ossl_ht_get()735 hash = h->config.ht_hash_fn(key->keybuf, key->keysize); in ossl_ht_delete()
53 uint64_t (*ht_hash_fn)(uint8_t *key, size_t keylen); member
68 I<ht_hash_fn> The function to generate a hash value for a key, may be NULL.
Completed in 9 milliseconds