Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/crypto/hashtable/
H A Dhashtable.c601 if (h->config.collision_check == 1) in alloc_new_value()
613 if (h->config.collision_check) { in alloc_new_value()
/freebsd/crypto/openssl/include/internal/
H A Dhashtable.h55 uint32_t collision_check; member