Searched refs:ntp_random (Results 1 – 14 of 14) sorted by relevance
275 x = ntp_random(); in ntp_srandom()473 ntp_random( void ) in ntp_random() function513 return (double)ntp_random() / 0x7FFFFFFFu; in ntp_uurandom()
177 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-marker1376 -rm -f ./$(DEPDIR)/ntp_random.Po1530 -rm -f ./$(DEPDIR)/ntp_random.Po
190 ntp_random.c \
7 long ntp_random (void);
52 ntp_random.h \
537 ntp_random.h \
25 ntp_lineedit.c ntp_random.c ntp_rfc2553.c ntp_realpath.c \
3176 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()
15 #include <ntp_random.h>149 current_association_ID = ntp_random() & ASSOCID_MAX; in init_peer()
3659 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()
20 #include "ntp_random.h"333 keyid = ntp_random() & 0xffffffff; in make_keylist()
7746 include/ntp_random.h@1.4 +1 -07749 libntp/ntp_random.c@1.12 +15 -0[all...]
3332 and 2) it used the (now weak) ntp_random() function, which was7098 and 2) it used the (now weak) ntp_random() function, which was
1466 * [Bug 2614] use 'unsigned long' consistently in ntp_random.c