Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/ntp/libntp/
H A Dauthkeys.c446 u_short hashbits; in auth_resize_hashtable() local
452 hashbits = auth_log2(totalkeys / 4) + 1; in auth_resize_hashtable()
453 hashbits = max(4, hashbits); in auth_resize_hashtable()
454 hashbits = min(15, hashbits); in auth_resize_hashtable()
456 authhashbuckets = 1 << hashbits; in auth_resize_hashtable()