Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/ntp/ntpdate/
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()
361 sys_authkey = c; in ntpdatemain()
522 authtrust(sys_authkey, 1); in ntpdatemain()
523 if (!authistrusted(sys_authkey)) { in ntpdatemain()
525 (unsigned long) sys_authkey); in ntpdatemain()
709 xpkt.exten[0] = htonl(sys_authkey); in transmit()
713 len = authencrypt(sys_authkey, (u_int32 *)&xpkt, LEN_PKT_NOMAC); in transmit()
817 (long int)ntohl(rpkt->exten[0]), (long int)sys_authkey, in receive()
818 (long int)authdecrypt(sys_authkey, (u_int32 *)rpkt, in receive()
[all …]