Home
last modified time | relevance | path

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

/freebsd-13.1/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 = erealloc(key_hash, newalloc); in init_auth()
288 memset(key_hash, '\0', newalloc); in init_auth()
448 size_t newalloc; in auth_resize_hashtable() local
458 newalloc = authhashbuckets * sizeof(key_hash[0]); in auth_resize_hashtable()
460 key_hash = erealloc(key_hash, newalloc); in auth_resize_hashtable()
461 memset(key_hash, '\0', newalloc); in auth_resize_hashtable()