Searched refs:authhashbuckets (Results 1 – 1 of 1) sorted by relevance
72 u_short authhashbuckets = DEF_AUTHHASHSIZE; variable285 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()