Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/ntp/libntp/
H A Dauthkeys.c78 u_long authnumkeys; /* number of active keys */ variable
378 allocated = authnumkeys + authnumfreekeys; in auth_prealloc_symkeys()
451 totalkeys = authnumkeys + authnumfreekeys; in auth_resize_hashtable()
508 authnumkeys++; in allocsymkey()
540 authnumkeys--; in freesymkey()
867 current_time, authnumkeys, authkeyexpired)); in auth_agekeys()
/freebsd-13.1/contrib/ntp/include/
H A Dntp_stdlib.h198 extern u_long authnumkeys; /* number of active keys */
/freebsd-13.1/contrib/ntp/ntpd/
H A Dntp_request.c2126 ia->numkeys = htonl((u_int32)authnumkeys); in get_auth_info()
H A Dntp_control.c2260 ctl_putuint(sys_var[varid].text, authnumkeys); in ctl_putsys()