Home
last modified time | relevance | path

Searched refs:get_random (Results 1 – 11 of 11) sorted by relevance

/illumos-gate/usr/src/lib/libuuid/common/
H A Duuid_misc.c122 get_random(void) in get_random() function
H A Duuid.c82 uint16_t get_random(void);
149 data->state.clock = get_random(); in uuid_create()
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/ilbd/ilb/
H A Dilb_probe.c737 get_random(void) in get_random() function
804 param->echo_cookie = get_random(); in ping_query()
/illumos-gate/usr/src/cmd/cmd-crypto/tpmadm/
H A Dadmin_cmds.c576 get_random(UINT32 size, BYTE *randomBytes) in get_random() function
627 ret = get_random(sizeof (nonce), (BYTE *) &nonce); in createek()
/illumos-gate/usr/src/lib/libipmi/common/
H A Dipmi_lan.c162 get_random(void *buf, uint_t len) in get_random() function
653 (void) get_random(msg_data + 18, 4); in ipmi_activate_session_cmd()
/illumos-gate/usr/src/cmd/sendmail/include/sm/
H A Dconf.h2936 # define get_random() random() macro
2938 # define get_random() ((long) rand()) macro
/illumos-gate/usr/src/cmd/sendmail/src/
H A Dtls.c294 r = get_random();
H A Dqueue.c170 # define get_rand_mod(m) ((get_random() >> RANDOMSHIFT) % (m))
172 # define get_rand_mod(m) (get_random() % (m))
3490 register int j = get_random() % NASCII; in init_shuffle_alphabet()
5379 random_offset = ((unsigned int)get_random())
H A Ddaemon.c597 seed = get_random();
603 (void) get_random();
H A Ddeliver.c5975 rndm[nmx] = get_random();
H A Dmap.c7347 r = get_random() % r + v[0];