Home
last modified time | relevance | path

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

/freebsd/contrib/ntp/ntpdate/
H A Dntpdate.c162 u_int32 sys_authkey = 0; /* set to authentication key in use */ variable
268 sys_authkey = 0; /* set to authentication key in use */ in clear_globals()
367 sys_authkey = c; in ntpdatemain()
528 authtrust(sys_authkey, 1); in ntpdatemain()
529 if (!authistrusted(sys_authkey)) { in ntpdatemain()
531 (unsigned long) sys_authkey); in ntpdatemain()
715 xpkt.exten[0] = htonl(sys_authkey); in transmit()
719 len = authencrypt(sys_authkey, (u_int32 *)&xpkt, LEN_PKT_NOMAC); in transmit()
823 (long int)ntohl(rpkt->exten[0]), (long int)sys_authkey, in receive()
824 (long int)authdecrypt(sys_authkey, (u_int32 *)rpkt, in receive()
[all …]