Searched refs:random (Results 126 - 150 of 447) sorted by relevance

1234567891011>>

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/wget-1.12/lib/
H A Dstdlib.in.h46 /* OSF/1 5.1 declares 'struct random_data' in <random.h>, which is included
49 # include <random.h>
62 int rand_type; /* Type of random number generator. */
63 int rand_deg; /* Degree of random number generator. */
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/transmission-2.73/third-party/dht/
H A Ddht-example.c163 perror("open(random)");
172 perror("read(random)");
320 usleep(random() % 100000);
327 tv.tv_usec = random() % 1000000;
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/scripts/kconfig/
H A Dconf.c155 val = (tristate)(random() % 3);
374 def = (random() % cnt) + 1;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/mtools-4.0.10/
H A Dmformat.c1242 serial=random();
1263 boot->banner[5] = random();
1264 boot->banner[6] = random();
1265 boot->banner[7] = random();
H A Dmlabel.c156 serial=random();
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ntfs-3g-2009.3.8/libntfs-3g/
H A Dsecurity.c259 * ntfs_generate_guid - generatates a random current guid.
262 * perhaps not a very good random number generator though...
270 p[i] = (u8)(random() & 0xFF);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/rand/
H A Drand_unix.c201 ts.tv_nsec = random();
265 * Use a random entropy pool device. Linux, FreeBSD and OpenBSD have
266 * this. Use /dev/urandom if you can as /dev/random may block if it runs
267 * out of random entries.
410 /* put in some default random data, we need more than just this */
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openvpn-2.3.1/src/openvpn/
H A Dmisc.h122 /* init random() function, only used as source for weak random numbers, when !ENABLE_CRYPTO */
173 /* an analogue to the random() function, but use OpenSSL functions if available */
177 #define get_random random
192 /* prepend a random prefix to hostname (need ENABLE_CRYPTO) */
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/
H A Dfec_mpc52xx.h91 u32 random; /* FEC + 0x128 */ member in struct:mpc52xx_fec
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/hamradio/
H A D6pack.c144 static unsigned char random; local
146 random = random * 17 + 41;
148 if (((sp->status1 & SIXP_DCD_MASK) == 0) && (random < sp->persistence)) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ceph/
H A Dmdsmap.c5 #include <linux/random.h>
17 * choose a random mds that is "up" (i.e. has a state > 0), or -1.
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/rtl8187se/ieee80211/
H A Dieee80211_crypt_wep.c17 #include <linux/random.h>
67 /* start WEP IV from a random value */
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/rtl8192e/ieee80211/
H A Dieee80211_crypt_wep.c17 #include <linux/random.h>
71 /* start WEP IV from a random value */
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/rtl8192su/ieee80211/
H A Dieee80211_crypt_wep.c16 #include <linux/random.h>
65 /* start WEP IV from a random value */
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/rtl8192u/ieee80211/
H A Dieee80211_crypt_wep.c17 #include <linux/random.h>
66 /* start WEP IV from a random value */
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/gadget/
H A Du_audio.c17 #include <linux/random.h>
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/uwb/
H A Daddress.c7 #include <linux/random.h>
H A Ddrp-ie.c20 #include <linux/random.h>
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/xfs/linux-2.6/
H A Dxfs_linux.h71 #include <linux/random.h>
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/libevent-2.0.20-stable/
H A Dpoll.c183 i = random() % nfds;
H A Dselect.c180 i = random() % nfds;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/rand/
H A Drand_unix.c201 ts.tv_nsec = random();
265 * Use a random entropy pool device. Linux, FreeBSD and OpenBSD have
266 * this. Use /dev/urandom if you can as /dev/random may block if it runs
267 * out of random entries.
410 /* put in some default random data, we need more than just this */
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/char/
H A DMakefile10 obj-y += mem.o random.o tty_io.o n_tty.o tty_ioctl.o tty_ldisc.o tty_buffer.o tty_port.o
H A Drandom.c2 * random.c -- A strong random number generator
46 * and returns good random numbers, suitable for cryptographic use.
49 * desirable to have numbers which are not only random, but hard to
56 * to produce truly random numbers on a computer --- as opposed to
57 * pseudo-random numbers, which can easily generated by using a
59 * the sequence of pseudo-random number generators, and for some
63 * generate random numbers. In a Unix environment, this is best done
74 * As random bytes are mixed into the entropy pool, the routines keep
76 * the random numbe
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/platforms/pseries/
H A Dras.c35 #include <linux/random.h>

Completed in 198 milliseconds

1234567891011>>