Home
last modified time | relevance | path

Searched refs:CRYPTO_FLAG_AUTO (Results 1 – 4 of 4) sorted by relevance

/freebsd-head/contrib/ntp/include/
HDntp_crypto.h53 #define CRYPTO_FLAG_AUTO 0x1000 /* autokey verified */ macro
/freebsd-head/contrib/ntp/ntpd/
HDntp_proto.c2496 ~CRYPTO_FLAG_AUTO; in receive()
4371 else if (!(peer->crypto & CRYPTO_FLAG_AUTO)) in peer_xmit()
4430 else if (!(peer->crypto & CRYPTO_FLAG_AUTO)) in peer_xmit()
HDntp_crypto.c615 fstamp |= CRYPTO_FLAG_AUTO; in crypto_recv()
923 peer->crypto |= CRYPTO_FLAG_AUTO; in crypto_recv()
/freebsd-head/contrib/ntp/
HDCommitLog-4.1.01021 CRYPTO_FLAG_AUTO in a couple places. Don't call poll_update() if
1076 (peer_xmit): CRYPTO_FLAG_AUTO is in peer->flags now.
1080 * ntpd/ntp_crypto.c (make_keylist): Keep CRYPTO_FLAG_AUTO in
1275 (peer_xmit): Use CRYPTO_FLAG_AUTO.
1276 * ntpd/ntp_crypto.c (make_keylist): Use CRYPTO_FLAG_AUTO. Only
1278 * include/ntp_crypto.h (CRYPTO_FLAG_AUTO): Added.