Searched refs:fstamp (Results 1 – 6 of 6) sorted by relevance
| /NextBSD/contrib/ntp/ntpd/ |
| HD | ntp_crypto.c | 374 vp->fstamp = hostval.tstamp; in make_keylist() 391 ntohl(vp->fstamp), peer->hpoll)); in make_keylist() 426 tstamp_t fstamp = 0; /* filestamp */ in crypto_recv() local 488 fstamp = ntohl(ep->fstamp); in crypto_recv() 554 crypto_flags, peer->associd, fstamp, in crypto_recv() 567 if (!(fstamp & CRYPTO_FLAG_PRIV)) { in crypto_recv() 571 fstamp |= CRYPTO_FLAG_CERT | in crypto_recv() 580 if ((temp32 && !(fstamp & in crypto_recv() 582 (!temp32 && (fstamp & in crypto_recv() 593 temp32 = (fstamp >> 16) & 0xffff; in crypto_recv() [all …]
|
| HD | ntp_control.c | 1556 time_t fstamp; in ctl_putfs() local 1564 fstamp = uval - JAN_1970; in ctl_putfs() 1565 tm = gmtime(&fstamp); in ctl_putfs()
|
| /NextBSD/contrib/ntp/include/ |
| HD | ntp_crypto.h | 131 tstamp_t fstamp; /* filestamp */ 146 u_int32 fstamp; /* filestamp */ 178 tstamp_t fstamp; /* filestamp */
|
| /NextBSD/contrib/ntp/util/ |
| HD | ntp-keygen.c | 161 u_int fstamp; /* NTP filestamp */ variable 355 fstamp = (u_int)(epoch + JAN_1970); in main() 568 pkey_host = readkey(filename, passwd1, &fstamp, NULL); in main() 592 pkey_sign = readkey(filename, passwd1, &fstamp, NULL); in main() 613 pkey_gqkey = readkey(filename, passwd1, &fstamp, NULL); in main() 632 "ntpkey_gqpar_%s.%u", groupname, fstamp); in main() 656 "ntpkey_gqkey_%s.%u", groupname, fstamp); in main() 680 pkey_iffkey = readkey(filename, passwd1, &fstamp, NULL); in main() 697 "ntpkey_iffpar_%s.%u", groupname, fstamp); in main() 720 "ntpkey_iffkey_%s.%u", groupname, fstamp); in main() [all …]
|
| HD | ntp-keygen.texi | 206 File and link names are in the @code{form ntpkey_key_name.fstamp}, 209 @code{fstamp} is the filestamp (NTP seconds) when the file was created). 224 the file name in the format @code{ntpkey_key_host.fstamp}.
|
| /NextBSD/contrib/ntp/ |
| HD | CommitLog-4.1.0 | 991 (crypto_recv): fstamp is a PUBKEY-only variable. 1965 * ntpd/ntp_control.c (ctl_putpeer): fstamp -> pubkey.fstamp 2146 value. Add fstamp to struct peer. Resize the exten AUTOKEY field
|