Home
last modified time | relevance | path

Searched refs:random (Results 1 – 25 of 114) sorted by relevance

12345

/linux-3.4.99/drivers/char/hw_random/
DKconfig14 of possibly several hardware random number generators.
16 These hardware random number generators do not feed directly
17 into the kernel's random number generator. That is usually
216 tristate "Picochip picoXcell true random number generator support"
228 tristate "PowerPC 4xx generic true random number generator support"
241 tristate "Hardware random number generator"
243 This option enables UML's "hardware" random number generator. It
244 attaches itself to the host's /dev/random, supplying as much entropy
246 own drivers. It registers itself as a standard hardware random number
252 /dev/hwrng and injects the entropy into /dev/random.
/linux-3.4.99/arch/blackfin/mach-common/
Darch_checks.c55 …g a part with anomaly 05000448, this issue causes random memory read/write failures - that means r…
/linux-3.4.99/Documentation/
Dhw_random.txt19 /dev/random special files.
24 and read() system calls, you can read random data from
30 data before assuming it is truly random.
55 using thermal noise generated from inherently random quantum
56 mechanical properties of silicon. When not generating new random
/linux-3.4.99/drivers/net/wireless/ath/carl9170/
DKconfig48 Provides a hardware random number generator to the kernel.
51 generated random numbers from the transport stream with
/linux-3.4.99/drivers/crypto/
DKconfig139 tristate "Pseudo random number generator device driver"
143 Select this option if you want to use the s390 pseudo random number
145 and uses triple-DES to generate secure random numbers like the
147 pseudo-random-number device through the char device /dev/prandom.
200 bool "HIFN 795x random number generator"
203 Select this option if you want to enable the random number generator
/linux-3.4.99/include/linux/netfilter/
Dxt_statistic.h26 } random; member
/linux-3.4.99/net/sctp/
Dauth.c195 sctp_random_param_t *random, in sctp_auth_make_key_vector() argument
204 len = ntohs(random->param_hdr.length) + ntohs(hmacs->param_hdr.length); in sctp_auth_make_key_vector()
214 memcpy(new->data, random, ntohs(random->param_hdr.length)); in sctp_auth_make_key_vector()
215 offset += ntohs(random->param_hdr.length); in sctp_auth_make_key_vector()
/linux-3.4.99/net/bluetooth/
Dsmp.c412 struct smp_chan *smp = container_of(work, struct smp_chan, random); in random_work()
501 INIT_WORK(&smp->random, random_work); in smp_chan_create()
679 u8 random[16]; in smp_cmd_pairing_confirm() local
681 swap128(smp->prnd, random); in smp_cmd_pairing_confirm()
682 smp_send_cmd(conn, SMP_CMD_PAIRING_RANDOM, sizeof(random), in smp_cmd_pairing_confirm()
683 random); in smp_cmd_pairing_confirm()
703 queue_work(hdev->workqueue, &smp->random); in smp_cmd_pairing_random()
/linux-3.4.99/arch/x86/tools/
Dinsn_sanity.c167 *(unsigned short *)(&insn_buf[i]) = random() & 0xffff; in generate_insn()
170 insn_buf[i++] = random() & 0xff; in generate_insn()
/linux-3.4.99/arch/x86/oprofile/
Dop_model_amd.c109 unsigned int random = lfsr_random(); in op_amd_randomize_ibs_op() local
125 val += (s8)(random >> 4); in op_amd_randomize_ibs_op()
127 val |= (u64)(random & IBS_RANDOM_MASK) << 32; in op_amd_randomize_ibs_op()
/linux-3.4.99/arch/um/drivers/
Dnet_kern.c302 goto random; in setup_etheraddr()
311 goto random; in setup_etheraddr()
319 goto random; in setup_etheraddr()
325 goto random; in setup_etheraddr()
339 random: in setup_etheraddr()
DMakefile61 obj-$(CONFIG_UML_RANDOM) += random.o
/linux-3.4.99/Documentation/ABI/testing/
Dsysfs-wusb_cbaf38 generated CDID to wusb_cdid and then a random CK
99 Write 16 space-separated random, hex octets to
/linux-3.4.99/net/netfilter/
Dxt_statistic.c40 if ((net_random() & 0x7FFFFFFF) < info->u.random.probability) in statistic_mt()
/linux-3.4.99/include/net/bluetooth/
Dsmp.h134 struct work_struct random; member
/linux-3.4.99/Documentation/filesystems/
Dudf.txt11 dvd+rw drives and media support true random sector writes, and so a udf
16 and read-modify-write cycles to allow the filesystem random sector writes
/linux-3.4.99/drivers/infiniband/hw/cxgb3/
Dcxio_resource.c51 int random) in __cxio_init_resource_fifo() argument
63 if (random) { in __cxio_init_resource_fifo()
/linux-3.4.99/Documentation/networking/
Dpktgen.txt105 are: IPSRC_RND #IP Source is random (between min/max),
109 QUEUE_MAP_RND # queue map random
132 can have any mix of random and fixed
/linux-3.4.99/drivers/net/hamradio/
D6pack.c143 static unsigned char random; in sp_xmit_on_air() local
145 random = random * 17 + 41; in sp_xmit_on_air()
147 if (((sp->status1 & SIXP_DCD_MASK) == 0) && (random < sp->persistence)) { in sp_xmit_on_air()
/linux-3.4.99/drivers/char/
DMakefile5 obj-y += mem.o random.o
/linux-3.4.99/include/trace/events/
Drandom.h2 #define TRACE_SYSTEM random
/linux-3.4.99/Documentation/cdrom/
Dpacket-writing.txt42 shall implement "true random writes with 2KB granularity", which means
68 DVD-RAM discs are random writable, so using the pktcdvd driver is not
/linux-3.4.99/tools/lguest/
Dlguest.txt122 /dev/hwrng in the guest that will read from the host's /dev/random.
124 to provide entropy to the guest kernel's /dev/random.
/linux-3.4.99/Documentation/video4linux/cx2341x/
Dfw-memory.txt57 0x24-0x3c - usually just random values???
67 0x60-0x7C - random values
/linux-3.4.99/drivers/gpu/drm/radeon/
DKconfig30 of the GPU such as DMA into random system memory or into memory

12345