Home
last modified time | relevance | path

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

/netbsd/src/external/bsd/ntp/dist/libntp/
Dauthkeys.c446 u_long totalkeys; in auth_resize_hashtable() local
452 totalkeys = authnumkeys + authnumfreekeys; in auth_resize_hashtable()
453 hashbits = auth_log2(totalkeys / 4) + 1; in auth_resize_hashtable()