Searched refs:random (Results 76 - 100 of 447) sorted by relevance

1234567891011>>

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/demos/engines/zencod/
H A Dhw_zencod.h70 typedef int t_zencod_dsa_do_sign (unsigned int hash, KEY *data, KEY *random,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/demos/engines/zencod/
H A Dhw_zencod.h71 KEY * random, KEY * p, KEY * q, KEY * g,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/vdso/
H A Dvma.c11 #include <linux/random.h>
85 This doesn't give that many random bits */
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/crypto/
H A Drng.c20 #include <linux/random.h>
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/core/
H A Drequest_sock.c15 #include <linux/random.h>
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/ipv4/netfilter/
H A Dnf_nat_proto_common.c11 #include <linux/random.h>
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/kernel/irq/
H A Dnuma_migrate.c11 #include <linux/random.h>
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/lib/
H A Drandom32.c40 #include <linux/random.h>
45 * prandom32 - seeded pseudo-random number generator.
49 * For more random results, use random32().
64 * random32 - pseudo random number generator
66 * A 32 bit pseudo-random number is generated using a fast
81 * srandom32 - add entropy to pseudo random number generator
90 * No locking on the CPUs, but then somewhat random results are, well,
129 * Generate better values after random number generator
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/scsi/
H A Dlibfcoe.h29 #include <linux/random.h>
95 * @rnd_state: state for pseudo-random number generator.
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/blackfin/kernel/
H A Dirqchip.c9 #include <linux/random.h>
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mm/
H A Dmmap.c10 #include <linux/random.h>
/netgear-R7000-V1.0.7.12_1.2.5/src/router/libbcmcrypto/
H A DMakefile30 OBJS := aes.o aeskeywrap.o rijndael-alg-fst.o dh.o bn.o sha1.o passhash.o prf.o md5.o hmac.o rc4.o random.o
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/mtools-4.0.10/
H A Dsysincludes.h381 # define random (long)rand macro
383 # define random (long)lrand48 macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/sctp/
H A Dauth.c195 sctp_random_param_t *random,
204 len = ntohs(random->param_hdr.length) + ntohs(hmacs->param_hdr.length);
214 memcpy(new->data, random, ntohs(random->param_hdr.length));
215 offset += ntohs(random->param_hdr.length);
194 sctp_auth_make_key_vector( sctp_random_param_t *random, sctp_chunks_param_t *chunks, sctp_hmac_algo_param_t *hmacs, gfp_t gfp) argument
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/transmission-2.73/third-party/dht/
H A Ddht.c82 random(void) function
517 /* Return a random node in a bucket. */
527 nn = random() % b->count;
552 /* Return a random id within a bucket. */
568 id_return[bit / 8] |= random() & 0xFF >> (bit % 8);
570 id_return[i] = random() & 0xFF;
910 expire_stuff_time = now.tv_sec + 120 + random() % 240;
1390 rotate_secrets_time = now.tv_sec + 900 + random() % 1800;
1653 confirm_nodes_time = now.tv_sec + random() % 3;
1655 search_id = random()
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libgcrypt-1.5.0/tests/
H A DMakefile.in63 # random.c uses fork() thus a test for W32 does not make any sense.
64 @HAVE_W32_SYSTEM_FALSE@am__append_1 = random
84 @HAVE_W32_SYSTEM_FALSE@am__EXEEXT_1 = random$(EXEEXT)
179 random_SOURCES = random.c
180 random_OBJECTS = random.$(OBJEXT)
234 mpitests.c pkbench.c pkcs1v2.c prime.c pubkey.c random.c \
240 random.c register.c rsacvt.c t-kdf.c t-mpi-bit.c testapi.c \
501 random$(EXEEXT): $(random_OBJECTS) $(random_DEPENDENCIES)
502 @rm -f random$(EXEEXT)
549 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/random
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libgcrypt-1.5.0/tests/
H A DMakefile.in63 # random.c uses fork() thus a test for W32 does not make any sense.
64 @HAVE_W32_SYSTEM_FALSE@am__append_1 = random
84 @HAVE_W32_SYSTEM_FALSE@am__EXEEXT_1 = random$(EXEEXT)
179 random_SOURCES = random.c
180 random_OBJECTS = random.$(OBJEXT)
234 mpitests.c pkbench.c pkcs1v2.c prime.c pubkey.c random.c \
240 random.c register.c rsacvt.c t-kdf.c t-mpi-bit.c testapi.c \
501 random$(EXEEXT): $(random_OBJECTS) $(random_DEPENDENCIES)
502 @rm -f random$(EXEEXT)
549 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/random
[all...]
H A DMakefile63 # random.c uses fork() thus a test for W32 does not make any sense.
64 am__append_1 = random
84 am__EXEEXT_1 = random$(EXEEXT)
179 random_SOURCES = random.c
180 random_OBJECTS = random.$(OBJEXT)
234 mpitests.c pkbench.c pkcs1v2.c prime.c pubkey.c random.c \
240 random.c register.c rsacvt.c t-kdf.c t-mpi-bit.c testapi.c \
501 random$(EXEEXT): $(random_OBJECTS) $(random_DEPENDENCIES)
502 @rm -f random$(EXEEXT)
549 include ./$(DEPDIR)/random
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openvpn-2.3.1/src/openvpn/
H A Dschedule.c80 e->pri = random ();
322 /* set random priority */
483 tv->tv_sec += random() % 100;
484 tv->tv_usec = random () % 100;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/infiniband/hw/cxgb4/
H A Dresource.c34 #include <linux/random.h>
48 int random)
60 if (random) {
44 __c4iw_init_resource_fifo(struct kfifo *fifo, spinlock_t *fifo_lock, u32 nr, u32 skip_low, u32 skip_high, int random) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/oprofile/
H A Dop_model_amd.c133 * initialized with a 12 bit random value.
137 unsigned int random = lfsr_random(); local
140 val += (s8)(random >> 4);
142 val |= (u64)(random & IBS_RANDOM_MASK) << 32;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/tcpdump-4.4.0/lbl/
H A Dos-sunos4.h131 long random(void);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libpcap-1.4.0/lbl/
H A Dos-sunos4.h131 long random(void);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/dnsmasq-2.15/src/
H A Dutil.c18 /* Prefer arc4random(3) over random(3) over rand(3) */
19 /* Also prefer /dev/urandom over /dev/random, to preserve the entropy pool */
26 # define rand() random()
33 # define RANDFILE "/dev/random"
54 /* (but we'd rather have something more random) */
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/pnx8550/common/
H A Dint.c32 #include <linux/random.h>

Completed in 163 milliseconds

1234567891011>>