Searched refs:fstamp (Results 1 – 6 of 6) sorted by relevance
| /src/contrib/ntp/ntpd/ |
| H A D | ntp_crypto.c | 379 vp->fstamp = hostval.tstamp; in make_keylist() 397 ntohl(vp->fstamp), peer->hpoll)); in make_keylist() 432 tstamp_t fstamp = 0; /* filestamp */ in crypto_recv() local 494 fstamp = ntohl(ep->fstamp); in crypto_recv() 560 crypto_flags, peer->associd, fstamp, in crypto_recv() 573 if (!(fstamp & CRYPTO_FLAG_PRIV)) { in crypto_recv() 577 fstamp |= CRYPTO_FLAG_CERT | in crypto_recv() 586 if ((temp32 && !(fstamp & in crypto_recv() 588 (!temp32 && (fstamp & in crypto_recv() 599 temp32 = (fstamp >> 16) & 0xffff; in crypto_recv() [all …]
|
| H A D | ntp_control.c | 1728 time_t fstamp = (time_t)uval - JAN_1970; in ctl_putfs() local 1729 struct tm *tm = gmtime(&fstamp); in ctl_putfs()
|
| /src/contrib/ntp/include/ |
| H A D | ntp_crypto.h | 132 tstamp_t fstamp; /* filestamp */ 147 u_int32 fstamp; /* filestamp */ 179 tstamp_t fstamp; /* filestamp */
|
| /src/contrib/ntp/util/ |
| H A D | ntp-keygen.c | 170 u_int fstamp; /* NTP filestamp */ variable 371 fstamp = (u_int)(epoch + JAN_1970); in main() 592 pkey_host = readkey(filename, passwd1, &fstamp, NULL); in main() 616 pkey_sign = readkey(filename, passwd1, &fstamp, NULL); in main() 637 pkey_gqkey = readkey(filename, passwd1, &fstamp, NULL); in main() 663 "ntpkey_gqpar_%s.%u", groupname, fstamp); in main() 690 "ntpkey_gqkey_%s.%u", groupname, fstamp); in main() 718 pkey_iffkey = readkey(filename, passwd1, &fstamp, NULL); in main() 735 "ntpkey_iffpar_%s.%u", groupname, fstamp); in main() 762 "ntpkey_iffkey_%s.%u", groupname, fstamp); in main() [all …]
|
| H A D | 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}.
|
| /src/contrib/ntp/ |
| H A D | 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
|