HomeSort by: relevance | last modified time | path
    Searched refs:CRYPTO_FLAG_PRIV (Results 1 - 2 of 2) sorted by relevancy

  /src/external/bsd/ntp/dist/include/
ntp_crypto.h 41 #define CRYPTO_FLAG_PRIV 0x0010 /* PC identity scheme */
  /src/external/bsd/ntp/dist/ntpd/
ntp_crypto.c 574 if (crypto_flags & CRYPTO_FLAG_PRIV) {
575 if (!(fstamp & CRYPTO_FLAG_PRIV)) {
1531 if (crypto_flags & peer->crypto & CRYPTO_FLAG_PRIV)
4007 crypto_flags |= CRYPTO_FLAG_PRIV;

Completed in 21 milliseconds