Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/ntp/include/
HDntp_crypto.h54 #define CRYPTO_FLAG_SIGN 0x2000 /* certificate signed */ macro
/freebsd-13-stable/contrib/ntp/ntpd/
HDntp_proto.c4375 && peer->crypto & CRYPTO_FLAG_SIGN) in peer_xmit()
4387 else if (!(peer->crypto & CRYPTO_FLAG_SIGN)) in peer_xmit()
4442 else if (!(peer->crypto & CRYPTO_FLAG_SIGN)) in peer_xmit()
HDntp_crypto.c578 CRYPTO_FLAG_VRFY | CRYPTO_FLAG_SIGN; in crypto_recv()
958 peer->crypto |= CRYPTO_FLAG_SIGN; in crypto_recv()