Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/ntp/libntp/
H A Dauthkeys.c72 u_short authhashbuckets = DEF_AUTHHASHSIZE; variable
285 newalloc = authhashbuckets * sizeof(key_hash[0]); in init_auth()
455 authhashbuckets = 1 << hashbits; in auth_resize_hashtable()
456 authhashmask = authhashbuckets - 1; in auth_resize_hashtable()
457 newalloc = authhashbuckets * sizeof(key_hash[0]); in auth_resize_hashtable()