Searched refs:random (Results 151 - 175 of 548) sorted by relevance

1234567891011>>

/linux-master/tools/testing/crypto/chacha20-s390/
H A Dtest-cipher.c35 #include <linux/random.h>
/linux-master/lib/
H A Drandom32.c39 #include <linux/random.h>
46 * prandom_u32_state - seeded pseudo-random number generator.
50 * For more random results, use get_random_u32().
65 * prandom_bytes_state - get the requested number of pseudo-random bytes
68 * @buf: where to copy the pseudo-random bytes to
72 * For more random results, use get_random_bytes().
H A Dtest_kprobes.c10 #include <linux/random.h>
/linux-master/drivers/mtd/tests/
H A Dspeedtest.c20 #include <linux/random.h>
/linux-master/net/sctp/
H A Dendpointola.c29 #include <linux/random.h> /* get_random_bytes() */
/linux-master/net/netfilter/ipset/
H A Dip_set_hash_ip.c11 #include <linux/random.h>
H A Dip_set_hash_ipmark.c11 #include <linux/random.h>
/linux-master/tools/testing/selftests/net/
H A Dl2_tos_ttl_inherit.sh37 # Get a random hex tos value between 0x00 and 0xfc, a multiple of 4
42 # Get a random dec value between 0 and 255
79 if [ "$tos_ttl" = "random" ]; then
94 if [ "$tos_ttl" = "random" ]; then
425 for tos_ttl in inherit random; do
/linux-master/tools/spi/
H A Dspidev_test.c413 tx[i] = random();
/linux-master/drivers/media/test-drivers/vidtv/
H A Dvidtv_demod.c17 #include <linux/random.h>
206 /* Simulate random lost of signal due to a bad-tuned channel */
/linux-master/drivers/gpu/drm/i915/selftests/
H A Di915_selftest.c24 #include <linux/random.h>
/linux-master/arch/arm/kernel/
H A Dprocess.c25 #include <linux/random.h>
346 /* If possible, provide a placement hint at a random offset from the
/linux-master/fs/ext4/
H A Dmmp.c3 #include <linux/random.h>
268 * Get a random new sequence number but make sure it is not greater than
350 * write a new random sequence number.
/linux-master/net/mac80211/
H A Dwep.c11 #include <linux/random.h>
28 /* start WEP IV from a random value */
/linux-master/security/keys/trusted-keys/
H A Dtrusted_core.c20 #include <linux/random.h>
141 * random key, then seal and create a trusted key-type key,
/linux-master/drivers/crypto/hisilicon/trng/
H A Dtrng.c15 #include <linux/random.h>
133 pr_err("fail to generate random number(%d)!\n", ret);
339 MODULE_DESCRIPTION("HiSilicon true random number generator V2 driver");
/linux-master/drivers/gpu/drm/i915/gt/
H A Dintel_engine.h11 #include <linux/random.h>
/linux-master/arch/parisc/kernel/
H A Dsys_parisc.c25 #include <linux/random.h>
/linux-master/arch/x86/kernel/
H A Dmodule.c20 #include <linux/random.h>
/linux-master/arch/um/kernel/
H A Dum_arch.c20 #include <linux/random.h>
H A Dprocess.c17 #include <linux/random.h>
/linux-master/tools/testing/selftests/net/tcp_ao/
H A Dbench-lookups.c30 size_t r = (size_t)random() | 0x1;
242 test_print_stats("Delete: random-search",
349 test_print_stats("Connect: random-search",
/linux-master/drivers/staging/rtl8192e/rtl8192e/
H A Drtl_core.h29 #include <linux/random.h>
/linux-master/arch/loongarch/kernel/
H A Dprocess.c32 #include <linux/random.h>
/linux-master/arch/mips/sgi-ip32/
H A Dip32-irq.c19 #include <linux/random.h>

Completed in 251 milliseconds

1234567891011>>