Home
last modified time | relevance | path

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

/src/contrib/ntp/libntp/
H A Dauthkeys.c280 size_t newalloc; in init_auth() local
285 newalloc = authhashbuckets * sizeof(key_hash[0]); in init_auth()
287 key_hash = emalloc_zero(newalloc); in init_auth()
447 size_t newalloc; in auth_resize_hashtable() local
457 newalloc = authhashbuckets * sizeof(key_hash[0]); in auth_resize_hashtable()
459 key_hash = erealloc(key_hash, newalloc); in auth_resize_hashtable()
460 zero_mem(key_hash, newalloc); in auth_resize_hashtable()