Home
last modified time | relevance | path

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

/openssl/crypto/hashtable/
H A Dhashtable.c231 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()
/openssl/include/internal/
H A Dhashtable.h53 uint64_t (*ht_hash_fn)(uint8_t *key, size_t keylen); member
/openssl/doc/internal/man3/
H A Dossl_ht_new.pod68 I<ht_hash_fn> The function to generate a hash value for a key, may be NULL.

Completed in 9 milliseconds