Home
last modified time | relevance | path

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

/src/contrib/ntp/include/
H A Dntp_crypto.h52 #define CRYPTO_FLAG_COOK 0x0800 /* cookie verifed */ macro
/src/contrib/ntp/ntpd/
H A Dntp_proto.c4368 && !(peer->crypto & CRYPTO_FLAG_COOK)) in peer_xmit()
4427 else if (!(peer->crypto & CRYPTO_FLAG_COOK)) in peer_xmit()
H A Dntp_crypto.c865 peer->crypto |= CRYPTO_FLAG_COOK; in crypto_recv()