Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/ntp/libntp/
H A Dauthkeys.c83 u_long authdecryptions; /* calls to decrypt */ variable
921 authdecryptions++; in authdecrypt()
/freebsd-13.1/contrib/ntp/include/
H A Dntp_stdlib.h202 extern u_long authdecryptions; /* calls to decrypt */
/freebsd-13.1/contrib/ntp/ntpd/
H A Dntp_request.c2131 ia->decryptions = htonl((u_int32)authdecryptions); in get_auth_info()
2152 authdecryptions = 0; in reset_auth_stats()
H A Dntp_control.c2288 ctl_putuint(sys_var[varid].text, authdecryptions); in ctl_putsys()