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

  /src/external/bsd/ntp/dist/include/
ntp_crypto.h 56 #define CRYPTO_FLAG_SIGN 0x2000 /* certificate signed */
  /src/external/bsd/ntp/dist/ntpd/
ntp_proto.c 4377 && peer->crypto & CRYPTO_FLAG_SIGN)
4389 else if (!(peer->crypto & CRYPTO_FLAG_SIGN))
4444 else if (!(peer->crypto & CRYPTO_FLAG_SIGN))
ntp_crypto.c 138 * CRYPTO_FLAG_SIGN Lit when the server signed certificate is
580 CRYPTO_FLAG_VRFY | CRYPTO_FLAG_SIGN;
960 peer->crypto |= CRYPTO_FLAG_SIGN;

Completed in 20 milliseconds