Home
last modified time | relevance | path

Searched refs:crypto_flags (Results 1 – 9 of 9) sorted by relevance

/freebsd-14.2/contrib/ntp/ntpd/
H A Dntp_crypto.c152 u_int32 crypto_flags = 0x0; /* status word */ variable
560 crypto_flags, peer->associd, fstamp, in crypto_recv()
562 temp32 = crypto_flags & CRYPTO_FLAG_MASK; in crypto_recv()
572 if (crypto_flags & CRYPTO_FLAG_PRIV) { in crypto_recv()
1139 fp->fstamp = htonl(crypto_flags); in crypto_xmit()
1938 crypto_flags |= CRYPTO_FLAG_TAI; in crypto_update()
3898 if (crypto_flags & CRYPTO_FLAG_ENAB) { in crypto_setup()
4005 crypto_flags |= CRYPTO_FLAG_PRIV; in crypto_setup()
4033 crypto_flags |= CRYPTO_FLAG_IFF; in crypto_setup()
4043 crypto_flags |= CRYPTO_FLAG_GQ; in crypto_setup()
[all …]
H A Dntp_timer.c371 if (crypto_flags) in timer()
H A Dntp_proto.c1108 if (crypto_flags && skeyid > NTP_MAXKEY) { in receive()
1150 if ( crypto_flags in receive()
1204 if (crypto_flags && skeyid > NTP_MAXKEY) in receive()
1577 if ( crypto_flags && skeyid > NTP_MAXKEY in receive()
1608 if (crypto_flags && skeyid > NTP_MAXKEY) { in receive()
3033 if (crypto_flags) in clock_update()
H A Dntp_control.c2507 if (crypto_flags) in ctl_putsys()
2509 crypto_flags); in ctl_putsys()
2513 if (crypto_flags) { in ctl_putsys()
2522 if (crypto_flags) { in ctl_putsys()
2525 dp = EVP_get_digestbynid(crypto_flags >> 16); in ctl_putsys()
H A Dntp_peer.c816 if (!crypto_flags) { in newpeer()
/freebsd-14.2/contrib/ntp/include/
H A Dntp_crypto.h185 extern u_int crypto_flags; /* status word */
/freebsd-14.2/contrib/ntp/
H A DCommitLog-4.1.0947 (crypto_recv): Leave the crypto_flags alone when wiggling the
1081 peer->flags, not crypto_flags.
1269 * include/ntp_crypto.h: Make sure crypto_flags is visible.
1793 crypto_flags.
2148 * include/ntp_crypto.h: crypto_enable -> crypto_flags and a
2150 * ntpd/ntp_config.c: crypto_enable -> crypto_flags, and some
2155 * ntpd/ntp_peer.c: crypto_enable -> crypto_flags
2160 crypto_enable was renamed to crypto_flags.
2166 crypto_setup() later on if we have crypto_flags.
H A DChangeLog4381 crypto_flags.
H A DCommitLog193100 When LEAP_NOTINSYNC->LEAP_NOWARNING, call crypto_update() if we have crypto_flags
193103 When LEAP_NOTINSYNC->LEAP_NOWARNING, call crypto_update() if we have crypto_flags
193111 When LEAP_NOTINSYNC->LEAP_NOWARNING, call crypto_update() if we have crypto_flags