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

  /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...]
ntp.h 238 #define TEST8 0x0080 /* bad autokey */
313 #ifdef AUTOKEY
330 struct value recval; /* receive autokey values */
340 struct value sndval; /* send autokey values */
341 #else /* !AUTOKEY follows */
343 #endif /* !AUTOKEY */
468 #define FLAG_SKEY 0x0800 /* autokey authentication */
472 #ifdef AUTOKEY
473 # define FLAG_ASSOC 0x8000 /* autokey request */
582 * and maximum host name of 128 octets, the maximum autokey
    [all...]
ntpd.h 216 #ifdef AUTOKEY
240 #endif /* AUTOKEY */
305 #ifdef AUTOKEY
311 #endif /* AUTOKEY */
  /src/external/bsd/ntp/dist/util/
ntp-keygen-opts.c 125 /* 1423 */ "set Autokey group name\0"
186 #ifdef AUTOKEY
202 #endif /* AUTOKEY */
207 #ifdef AUTOKEY
223 #endif /* AUTOKEY */
228 #ifdef AUTOKEY
244 #endif /* AUTOKEY */
274 #ifdef AUTOKEY
289 #endif /* AUTOKEY */
294 #ifdef AUTOKEY
    [all...]
ntp-keygen-opts.h 275 #ifdef AUTOKEY
277 #endif /* AUTOKEY */
290 #ifdef AUTOKEY
292 #endif /* AUTOKEY */
294 #ifdef AUTOKEY
296 #endif /* AUTOKEY */
305 #ifdef AUTOKEY
307 #endif /* AUTOKEY */
309 #ifdef AUTOKEY
311 #endif /* AUTOKEY */
    [all...]
ntp-keygen-opts.def 22 ifdef = AUTOKEY;
34 ifdef = AUTOKEY;
53 ifdef = AUTOKEY;
68 ifdef = AUTOKEY;
80 ifdef = AUTOKEY;
91 ifdef = AUTOKEY;
101 ifdef = AUTOKEY;
112 ifdef = AUTOKEY;
115 descrip = "set Autokey group name";
117 Set the optional Autokey group name to name. This is used i
    [all...]
ntp-keygen.c 7 * Autokey security protocol and Network Time Protocol Version 4. Files
124 #ifdef AUTOKEY
136 #endif /* AUTOKEY */
144 #ifdef AUTOKEY
162 #endif /* AUTOKEY */
181 #ifdef AUTOKEY
186 #endif /* AUTOKEY */
310 #ifdef AUTOKEY
338 #endif /* AUTOKEY */
394 #ifdef AUTOKEY
    [all...]
  /src/external/bsd/ntp/dist/ntpd/
ntp_timer.c 34 #ifdef AUTOKEY
36 #endif /* AUTOKEY */
84 #ifdef AUTOKEY
89 #endif /* AUTOKEY */
372 #ifdef AUTOKEY
375 #endif /* AUTOKEY */
427 #ifdef AUTOKEY
444 #endif /* AUTOKEY */
573 #ifdef AUTOKEY
680 #ifdef AUTOKEY
    [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_util.c 141 #ifdef AUTOKEY
143 #endif /* AUTOKEY */
859 #ifdef AUTOKEY
895 #endif /* AUTOKEY */
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...]
ntp_peer.c 584 const char * ident /* autokey group */
814 #ifdef AUTOKEY
816 * If Autokey is requested but not configured, complain loudly.
823 msyslog(LOG_ERR, "Rejecting Autokey with %s,"
829 #endif /* AUTOKEY */
998 #ifdef AUTOKEY
1001 #endif /* AUTOKEY */
ntp_config.c 2083 #ifdef AUTOKEY
2088 #ifdef AUTOKEY
2118 #endif /* AUTOKEY */
2135 #ifdef AUTOKEY
2140 #endif /* AUTOKEY */
2208 #ifdef AUTOKEY
2216 #endif /* AUTOKEY */
4246 #ifdef AUTOKEY
ntp_request.c 1326 #ifdef AUTOKEY
1329 #endif /* AUTOKEY */
2400 * - key must be valid (that is, known, and not in the autokey range)
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...]
  /src/external/bsd/ntp/dist/sntp/
networking.h 67 #ifdef AUTOKEY
84 struct value recval; /* receive autokey values */
94 struct value sndval; /* send autokey values */
95 #else /* !AUTOKEY follows */
97 #endif /* !AUTOKEY */
  /src/external/bsd/ntp/dist/libntp/
statestr.c 205 #ifdef AUTOKEY
228 #endif /* AUTOKEY */
504 #ifdef AUTOKEY
507 #endif /* AUTOKEY */
  /src/external/bsd/ntp/include/
config.h 10 /* Support NTP Autokey protocol? */
11 #define AUTOKEY 1
292 /* use old autokey session key behavior? */
295 /* use old autokey session key behavior? */
  /src/external/bsd/ntp/dist/sntp/tests/
packetProcessing.c 44 * when AUTOKEY is undefined -- the formal struct is too small to hold
49 #ifndef AUTOKEY
164 * the extension field if AUTOKEY is undefined. (At least CLANG
  /src/external/bsd/ntp/dist/
config.h.in 9 /* Support NTP Autokey protocol? */
10 #undef AUTOKEY
291 /* use old autokey session key behavior? */
294 /* use old autokey session key behavior? */

Completed in 43 milliseconds