Home
last modified time | relevance | path

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

/freebsd/contrib/ntp/libntp/
H A Dauthreadkeys.c186 if (keyno > NTP_MAXKEY) { in authreadkeys()
189 token, NTP_MAXKEY); in authreadkeys()
H A Dauthkeys.c830 if (sk->keyid > NTP_MAXKEY) { /* autokey */ in auth_delkeys()
/freebsd/contrib/ntp/include/
H A Dntp_crypto.h115 #define NTP_MAXKEY 65535 /* maximum symmetric key ID */ macro
H A Dntp.h136 #define NTP_MAXKEY 65535 /* max authentication key number */ macro
/freebsd/contrib/ntp/ntpd/
H A Dcmd_args.c124 if (tkey == 0 || tkey > NTP_MAXKEY) { in getCmdOpts()
H A Dntp_proto.c1108 if (crypto_flags && skeyid > NTP_MAXKEY) { in receive()
1204 if (crypto_flags && skeyid > NTP_MAXKEY) in receive()
1577 if ( crypto_flags && skeyid > NTP_MAXKEY in receive()
1608 if (crypto_flags && skeyid > NTP_MAXKEY) { in receive()
1655 if (skeyid > NTP_MAXKEY) in receive()
1933 && ( ((peer->flags & FLAG_SKEY) && skeyid <= NTP_MAXKEY) in receive()
1934 || (!(peer->flags & FLAG_SKEY) && skeyid > NTP_MAXKEY))) { in receive()
2368 && skeyid <= NTP_MAXKEY in receive()
4521 if (xkeyid > NTP_MAXKEY) in peer_xmit()
4808 if (xkeyid > NTP_MAXKEY) { in fast_xmit()
[all …]
H A Dntp_peer.c817 if (key > NTP_MAXKEY) { in newpeer()
997 if (key > NTP_MAXKEY) in newpeer()
H A Dntp_config.c2139 if (first > 1 && first <= NTP_MAXKEY) in config_auth()
2146 last > NTP_MAXKEY)) { in config_auth()
2173 if (first >= 1 && first <= NTP_MAXKEY) { in config_auth()
2178 first, NTP_MAXKEY); in config_auth()
2184 last > NTP_MAXKEY) {
2187 first, last, NTP_MAXKEY); in free_config_auth()
H A Dntp_crypto.c330 * NTP_MAXKEY. in make_keylist()
334 if (keyid <= NTP_MAXKEY) in make_keylist()
361 if (auth_havekey(keyid) || keyid <= NTP_MAXKEY || in make_keylist()
H A Dntp_request.c2356 if (tmpkey < 1 || tmpkey > NTP_MAXKEY || !auth_havekey(tmpkey)) { in set_keyid_checked()
H A Dntp_control.c2760 if (p->keyid > NTP_MAXKEY) in ctl_putpeer()
/freebsd/contrib/ntp/ntpq/
H A Dntpq.c1388 if (key_id == 0 || key_id > NTP_MAXKEY) { in sendrequest()
2633 if(pcmd->argval[0].uval > NTP_MAXKEY) in keyid()
/freebsd/contrib/ntp/
H A DCommitLog-4.1.04561 Include ntp.h for NTP_MAXKEY definition, ntp_fp.h for types used
4568 Include ntp.h for NTP_MAXKEY definition.
H A DNEWS3125 a check that requires the key ID to be larger than NTP_MAXKEY,
6891 a check that requires the key ID to be larger than NTP_MAXKEY,