Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/ntp/ntpd/
H A Dntp_crypto.c152 u_int32 crypto_flags = 0x0; /* status word */ variable
568 crypto_flags, peer->associd, fstamp, in crypto_recv()
570 temp32 = crypto_flags & CRYPTO_FLAG_MASK; in crypto_recv()
580 if (crypto_flags & CRYPTO_FLAG_PRIV) { in crypto_recv()
1146 fp->fstamp = htonl(crypto_flags); in crypto_xmit()
1942 crypto_flags |= CRYPTO_FLAG_TAI; in crypto_update()
3907 if (crypto_flags & CRYPTO_FLAG_ENAB) { in crypto_setup()
4015 crypto_flags |= CRYPTO_FLAG_PRIV; in crypto_setup()
4043 crypto_flags |= CRYPTO_FLAG_IFF; in crypto_setup()
4053 crypto_flags |= CRYPTO_FLAG_GQ; in crypto_setup()
[all …]
H A Dntp_timer.c359 if (crypto_flags) in timer()
H A Dntp_proto.c1066 if (crypto_flags && skeyid > NTP_MAXKEY) { in receive()
1108 if ( crypto_flags in receive()
1162 if (crypto_flags && skeyid > NTP_MAXKEY) in receive()
1508 if ( crypto_flags && skeyid > NTP_MAXKEY in receive()
1539 if (crypto_flags && skeyid > NTP_MAXKEY) { in receive()
2954 if (crypto_flags) in clock_update()
H A Dntp_control.c2513 if (crypto_flags) in ctl_putsys()
2515 crypto_flags); in ctl_putsys()
2519 if (crypto_flags) { in ctl_putsys()
2528 if (crypto_flags) { in ctl_putsys()
2531 dp = EVP_get_digestbynid(crypto_flags >> 16); in ctl_putsys()
H A Dntp_peer.c787 if (!crypto_flags) { in newpeer()
/freebsd-12.1/contrib/ntp/include/
H A Dntp_crypto.h185 extern u_int crypto_flags; /* status word */
/freebsd-12.1/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 DChangeLog4112 crypto_flags.
H A DCommitLog183031 When LEAP_NOTINSYNC->LEAP_NOWARNING, call crypto_update() if we have crypto_flags
183034 When LEAP_NOTINSYNC->LEAP_NOWARNING, call crypto_update() if we have crypto_flags
183042 When LEAP_NOTINSYNC->LEAP_NOWARNING, call crypto_update() if we have crypto_flags