HomeSort by: relevance | last modified time | path
    Searched defs:crypto_flags (Results 1 - 1 of 1) sorted by relevancy

  /src/external/bsd/ntp/dist/ntpd/
ntp_crypto.c 154 u_int32 crypto_flags = 0x0; /* status word */ variable
562 crypto_flags, peer->associd, fstamp,
564 temp32 = crypto_flags & CRYPTO_FLAG_MASK;
574 if (crypto_flags & CRYPTO_FLAG_PRIV) {
1141 fp->fstamp = htonl(crypto_flags);
1407 crypto_flags, start, len, opcode >> 16, associd));
1531 if (crypto_flags & peer->crypto & CRYPTO_FLAG_PRIV)
1940 crypto_flags |= CRYPTO_FLAG_TAI;
3900 if (crypto_flags & CRYPTO_FLAG_ENAB) {
4007 crypto_flags |= CRYPTO_FLAG_PRIV
    [all...]

Completed in 26 milliseconds