Home
last modified time | relevance | path

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

/freebsd/contrib/ntp/include/
H A Dntp_crypto.h51 #define CRYPTO_FLAG_PROV 0x0400 /* signature verified */ macro
/freebsd/contrib/ntp/ntpd/
H A Dntp_crypto.c133 * CRYPTO_FLAG_PROV Lit when the first signature is verified.
1555 peer->crypto |= CRYPTO_FLAG_PROV; in crypto_verify()
H A Dntp_proto.c2506 if (!(peer->crypto & CRYPTO_FLAG_PROV)) /* test 9 */ in receive()