HomeSort by: relevance | last modified time | path
    Searched refs:autokey (Results 1 - 12 of 12) sorted by relevancy

  /src/external/bsd/ntp/dist/conf/
baldwin.conf 7 manycastclient 239.1.1.1 autokey maxpoll 12
grundoon.conf 11 broadcast 239.1.1.2 autokey # multicast on WAN autokey
13 manycastclient 239.1.1.1 autokey maxpoll 12 ttl 7
rackety.conf 28 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
pogo.conf 20 manycastclient 239.1.1.1 autokey maxpoll 12 ttl 7
  /src/external/bsd/ntp/dist/include/
ntp_crypto.h 10 * Configuration codes (also needed for parser without AUTOKEY)
23 #ifdef AUTOKEY
25 #error AUTOKEY should be defined only if OPENSSL is.
26 invalidsyntax: AUTOKEY should be defined only if OPENSSL is.
55 #define CRYPTO_FLAG_AUTO 0x1000 /* autokey verified */
79 #define CRYPTO_AUTO CRYPTO_CMD(4) /* autokey values */
89 * Autokey event codes
120 * The autokey structure holds the values used to authenticate key IDs.
122 struct autokey { /* network byte order */ struct
192 #endif /* AUTOKEY */
    [all...]
  /src/external/bsd/ntp/dist/
build 91 *--with-crypto=autokey*)
92 KEYSUF="-autokey"
flock-build 73 ssh $i "cd $c_d ; ./build $SIG $STD --disable-all-clocks --disable-autokey --without-sntp --disable-thread-support $BUILD_ARGS" &
106 ./build $SIG $STD --disable-all-clocks --disable-autokey --without-sntp --disable-thread-support $BUILD_ARGS &
configure 1851 --enable-autokey + support NTP Autokey protocol
1866 --enable-bug1243-fix + use unmodified autokey session keys
32323 # if we have crypto, by default Autokey is enabled
32324 # Check whether --enable-autokey was given.
32339 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: Disabling Autokey, crypto unavailable." >&5
32340 printf "%s\n" "$as_me: WARNING: Disabling Autokey, crypto unavailable." >&2;}
32345 printf "%s\n" "#define AUTOKEY 1" >>confdefs.h
32352 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if NTP Autokey protocol will be supported" >&5
32353 printf %s "checking if NTP Autokey protocol will be supported... " >&6;
    [all...]
  /src/external/bsd/ntp/dist/ntpd/
ntp_crypto.c 10 #ifdef AUTOKEY
137 * CRYPTO_FLAG_AUTO Lit when valid autokey values are accepted.
311 struct autokey *ap; /* autokey pointer */
376 vp->ptr = emalloc(sizeof(struct autokey));
377 ap = (struct autokey *)vp->ptr;
382 vp->vallen = htonl(sizeof(struct autokey));
390 EVP_SignUpdate(ctx, vp->ptr, sizeof(struct autokey));
428 struct autokey *ap, *bp; /* autokey pointer *
    [all...]
ntp.conf.def 152 .Op Cm key Ar key \&| Cm autokey
163 .Op Cm key Ar key \&| Cm autokey
172 .Op Cm key Ar key \&| Cm autokey
180 .Op Cm key Ar key \&| Cm autokey
293 .It Cm autokey
295 include authentication fields encrypted using the autokey scheme
465 cryptography and, in addition, provides a new Autokey scheme
471 With Autokey all key distribution and
490 .Cm autokey
519 Furthermore, the Autokey scheme requires
    [all...]
ntp_proto.c 204 int peer_clear_digest_early = 1; /* bad digest (TEST5) and Autokey */
223 #ifdef AUTOKEY
225 #endif /* AUTOKEY */
349 * During the first few packets of the autokey dance there will
659 #ifdef AUTOKEY
662 struct autokey *ap; /* autokey structure pointer */
665 #endif /* AUTOKEY */
862 #ifdef AUTOKEY
865 #endif /*AUTOKEY */
    [all...]
ntp_control.c 240 #ifdef AUTOKEY
250 #else /* !AUTOKEY follows */
252 #endif /* !AUTOKEY */
308 #ifdef AUTOKEY
318 #else /* !AUTOKEY follows */
320 #endif /* !AUTOKEY */
442 #ifdef AUTOKEY
451 #endif /* AUTOKEY */
486 #ifdef AUTOKEY
494 #endif /* AUTOKEY */
    [all...]

Completed in 64 milliseconds