Searched refs:autokey (Results 1 - 13 of 13) sorted by relevance

/freebsd-13-stable/contrib/ntp/conf/
H A Dbaldwin.conf7 manycastclient 239.1.1.1 autokey maxpoll 12
H A Dgrundoon.conf11 broadcast 239.1.1.2 autokey # multicast on WAN autokey
13 manycastclient 239.1.1.1 autokey maxpoll 12 ttl 7
H A Drackety.conf28 broadcast 224.0.1.1 autokey # multicast
29 broadcast 128.4.1.255 autokey # local subnet broadcast
30 manycastclient 239.1.1.1 autokey maxpoll 12 ttl 7 # manycast
H A Dpogo.conf20 manycastclient 239.1.1.1 autokey maxpoll 12 ttl 7
/freebsd-13-stable/contrib/ntp/include/
H A Dntp_crypto.h53 #define CRYPTO_FLAG_AUTO 0x1000 /* autokey verified */
77 #define CRYPTO_AUTO CRYPTO_CMD(4) /* autokey values */
118 * The autokey structure holds the values used to authenticate key IDs.
120 struct autokey { /* network byte order */ struct
/freebsd-13-stable/usr.sbin/ntp/doc/
H A DMakefile11 authopt.html autokey.html bugs.html build.html clock.html \
/freebsd-13-stable/contrib/ntp/
H A Dbuild91 *--with-crypto=autokey*)
92 KEYSUF="-autokey"
H A Dflock-build85 ssh $i "cd $c_d ; ./build $SIG $STD --disable-all-clocks --disable-autokey --without-sntp --disable-thread-support $BUILD_ARGS" &
118 ./build $SIG $STD --disable-all-clocks --disable-autokey --without-sntp --disable-thread-support $BUILD_ARGS &
H A Dconfigure1815 --enable-autokey + support NTP Autokey protocol
1830 --enable-bug1243-fix + use unmodified autokey session keys
30735 # Check whether --enable-autokey was given.
30749 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Disabling Autokey, --enable-autokey requires --with-crypto." >&5
30750 $as_echo "$as_me: WARNING: Disabling Autokey, --enable-autokey requires --with-crypto." >&2;}
/freebsd-13-stable/contrib/ntp/ntpd/
H A Dntp_crypto.c135 * CRYPTO_FLAG_AUTO Lit when valid autokey values are accepted.
316 struct autokey *ap; /* autokey pointer */
381 vp->ptr = emalloc(sizeof(struct autokey));
382 ap = (struct autokey *)vp->ptr;
387 vp->vallen = htonl(sizeof(struct autokey));
395 EVP_SignUpdate(ctx, vp->ptr, sizeof(struct autokey));
434 struct autokey *ap, *bp; /* autokey pointer */
619 * request the autokey value
[all...]
H A Dntp_proto.c347 * During the first few packets of the autokey dance there will
646 struct autokey *ap; /* autokey structure pointer */
861 DPRINTF(2, ("receive: drop: bad autokey hostname length\n"));
869 DPRINTF(2, ("receive: drop: empty autokey groupname\n"));
949 * More on the autokey mambo. Normally the local interface is
953 * address used to construct the autokey is the unicast address
1062 * For autokey modes, generate the session key
1069 * More on the autokey dance (AKD). A cookie is
1132 * use later in the autokey mamb
[all...]
H A Dntp_control.c2590 struct autokey *ap;
/freebsd-13-stable/sys/netinet/
H A Dtcp_fastopen.c72 * net.inet.tcp.fastopen.autokey (RW, default 120)
129 * disabled to enabled, if net.inet.tcp.fastopen.autokey is non-zero and
269 SYSCTL_PROC(_net_inet_tcp_fastopen, OID_AUTO, autokey,

Completed in 227 milliseconds