Searched refs:CRYPTO_FLAG_COOK (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/contrib/ntp/include/
H A Dntp_crypto.h52 #define CRYPTO_FLAG_COOK 0x0800 /* cookie verifed */ macro
/freebsd-11-stable/contrib/ntp/ntpd/
H A Dntp_proto.c4281 && !(peer->crypto & CRYPTO_FLAG_COOK))
4340 else if (!(peer->crypto & CRYPTO_FLAG_COOK))
H A Dntp_crypto.c134 * CRYPTO_FLAG_COOK Lit when a valid cookie is accepted.
872 peer->crypto |= CRYPTO_FLAG_COOK;

Completed in 71 milliseconds