Home
last modified time | relevance | path

Searched refs:ntp_random (Results 1 – 14 of 14) sorted by relevance

/freebsd/contrib/ntp/libntp/
H A Dntp_random.c275 x = ntp_random(); in ntp_srandom()
473 ntp_random( void ) in ntp_random() function
513 return (double)ntp_random() / 0x7FFFFFFFu; in ntp_uurandom()
H A DMakefile.in177 ntp_lineedit.c ntp_random.c ntp_realpath.c ntp_rfc2553.c \
239 ntp_random.$(OBJEXT) ntp_realpath.$(OBJEXT) \
263 ntp_lineedit.c ntp_random.c ntp_realpath.c ntp_rfc2553.c \
322 ./$(DEPDIR)/ntp_random.Po ./$(DEPDIR)/ntp_realpath.Po \
820 ntp_random.c \
1090 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ntp_random.Po@am__quote@ # am--include-marker
1376 -rm -f ./$(DEPDIR)/ntp_random.Po
1530 -rm -f ./$(DEPDIR)/ntp_random.Po
H A DMakefile.am190 ntp_random.c \
/freebsd/contrib/ntp/include/
H A Dntp_random.h7 long ntp_random (void);
H A DMakefile.am52 ntp_random.h \
H A DMakefile.in537 ntp_random.h \
/freebsd/usr.sbin/ntp/libntp/
H A DMakefile25 ntp_lineedit.c ntp_random.c ntp_rfc2553.c ntp_realpath.c \
/freebsd/contrib/ntp/ntpd/
H A Dntp_proto.c3176 next = ((0x1000UL | (ntp_random() & 0x0ff)) << in poll_update()
3192 val = ntp_random() & msk; in poll_update()
3319 peer->nextdate += ntp_random() % (1 << peer->minpoll); in peer_clear()
4945 nonce.l_ui = ntp_random(); in pool_xmit()
4948 nonce.l_uf = ntp_random(); in pool_xmit()
H A Dntp_peer.c15 #include <ntp_random.h>
149 current_association_ID = ntp_random() & ASSOCID_MAX; in init_peer()
H A Dntp_control.c3659 salt[0] = ntp_random(); in derive_nonce()
3660 salt[1] = ntp_random(); in derive_nonce()
3661 salt[2] = ntp_random(); in derive_nonce()
3662 salt[3] = ntp_random(); in derive_nonce()
H A Dntp_crypto.c20 #include "ntp_random.h"
333 keyid = ntp_random() & 0xffffffff; in make_keylist()
/freebsd/contrib/ntp/
H A DCommitLog7746 include/ntp_random.h@1.4 +1 -0
7749 libntp/ntp_random.c@1.12 +15 -0
[all...]
H A DNEWS3332 and 2) it used the (now weak) ntp_random() function, which was
7098 and 2) it used the (now weak) ntp_random() function, which was
H A DChangeLog1466 * [Bug 2614] use 'unsigned long' consistently in ntp_random.c