Home
last modified time | relevance | path

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

/src/contrib/ntp/libntp/
H A Dauthkeys.c83 u_long authdecryptions; /* calls to decrypt */ variable
923 authdecryptions++; in authdecrypt()
/src/contrib/ntp/include/
H A Dntp_stdlib.h217 extern u_long authdecryptions; /* calls to decrypt */
/src/contrib/ntp/ntpd/
H A Dntp_request.c2140 ia->decryptions = htonl((u_int32)authdecryptions); in get_auth_info()
2161 authdecryptions = 0; in reset_auth_stats()
H A Dntp_control.c2282 ctl_putuint(sys_var[varid].text, authdecryptions); in ctl_putsys()