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

/freebsd-13-stable/contrib/ntp/include/
H A Dntp_crypto.h72 #define CRYPTO_CMD(x) (((CRYPTO_VN << 8) | (x)) << 16) macro
73 #define CRYPTO_NULL CRYPTO_CMD(0) /* no operation */
74 #define CRYPTO_ASSOC CRYPTO_CMD(1) /* association */
75 #define CRYPTO_CERT CRYPTO_CMD(2) /* certificate */
76 #define CRYPTO_COOK CRYPTO_CMD(3) /* cookie value */
77 #define CRYPTO_AUTO CRYPTO_CMD(4) /* autokey values */
78 #define CRYPTO_LEAP CRYPTO_CMD(5) /* leapsecond values */
79 #define CRYPTO_SIGN CRYPTO_CMD(6) /* certificate sign */
80 #define CRYPTO_IFF CRYPTO_CMD(7) /* IFF identity scheme */
81 #define CRYPTO_GQ CRYPTO_CMD(
[all...]

Completed in 51 milliseconds