Searched refs:CRYPTO_VN (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/contrib/ntp/include/
H A Dntp_crypto.h71 #define CRYPTO_VN 2 /* current protocol version number */ macro
72 #define CRYPTO_CMD(x) (((CRYPTO_VN << 8) | (x)) << 16)
/freebsd-13-stable/contrib/ntp/ntpd/
H A Dntp_crypto.c484 if (((code >> 24) & 0x3f) != CRYPTO_VN || len < 8) {

Completed in 112 milliseconds