Searched refs:random (Results 176 - 200 of 554) sorted by relevance

1234567891011>>

/linux-master/arch/parisc/kernel/
H A Dprocessor.c19 #include <linux/random.h>
H A Dsys_parisc.c25 #include <linux/random.h>
/linux-master/arch/x86/entry/vdso/
H A Dvma.c13 #include <linux/random.h>
/linux-master/drivers/gpu/drm/tests/
H A Ddrm_mm_test.c12 #include <linux/random.h>
/linux-master/drivers/of/
H A Dkexec.c19 #include <linux/random.h>
/linux-master/drivers/char/
H A Drandom.c35 #include <linux/random.h>
97 MODULE_PARM_DESC(ratelimit_disable, "Disable random ratelimit suppression");
101 * to supply cryptographically secure random numbers. This applies to: the
124 * cryptographically secure random numbers. This applies to: the /dev/urandom
168 printk_deferred(KERN_NOTICE "random: %s called from %pS with crng_init=%d\n", \
178 * RNG described at <https://blog.cr.yp.to/20170723-random.html>.
192 * These interfaces will return the requested number of random bytes
195 * functions may be higher performance for one-off random integers,
284 * half of the block containing 32 bytes of random data that may
314 * random dat
[all...]
/linux-master/net/ipv6/
H A Dsyncookies.c13 #include <linux/random.h>
/linux-master/security/keys/trusted-keys/
H A Dtrusted_core.c21 #include <linux/random.h>
145 * random key, then seal and create a trusted key-type key,
/linux-master/tools/net/ynl/lib/
H A Dynl.py7 import random namespace
296 seq = random.randint(1, 1024)
379 seq = random.randint(1, 1024)
957 req_seq = random.randint(1024, 65535)
/linux-master/drivers/gpu/drm/i915/selftests/
H A Di915_selftest.c24 #include <linux/random.h>
/linux-master/arch/x86/kernel/
H A Dmodule.c20 #include <linux/random.h>
/linux-master/kernel/
H A Dkallsyms_selftest.c15 #include <linux/random.h>
377 * The average of random increments is 128, that is, one of
/linux-master/drivers/hv/
H A Dhv_common.c23 #include <linux/random.h>
369 * Seed the Linux random number generator with entropy provided by
399 pr_debug("Hyper-V: Seeding rng with %d random bytes from ACPI table OEM0\n",
406 * zero out the random data in the ACPI table and fixup the checksum.
410 * try to use the zero'ed out random data.
H A Dhv.c17 #include <linux/random.h>
/linux-master/include/linux/
H A Dnet.h18 #include <linux/random.h>
H A Ddamon.h15 #include <linux/random.h>
22 /* Get a random number in [l, r) */
/linux-master/arch/um/kernel/
H A Dum_arch.c20 #include <linux/random.h>
H A Dprocess.c17 #include <linux/random.h>
/linux-master/net/sctp/
H A Dauth.c185 struct sctp_random_param *random,
195 random_len = ntohs(random->param_hdr.length);
206 memcpy(new->data, random, random_len);
184 sctp_auth_make_key_vector( struct sctp_random_param *random, struct sctp_chunks_param *chunks, struct sctp_hmac_algo_param *hmacs, gfp_t gfp) argument
/linux-master/tools/testing/selftests/tc-testing/
H A Dtdc.py19 import random namespace
414 NAMES['NS'] = '{}-{}'.format(NAMES['NS'], tidx['random'])
790 If a test case has a blank ID field, generate a random hex ID for it
796 newid = str('{:04x}'.format(random.randrange(16**4)))
853 tidx['random'] = random.getrandbits(32)
/linux-master/drivers/mtd/tests/
H A Dpagetest.c20 #include <linux/random.h>
H A Dsubpagetest.c18 #include <linux/random.h>
/linux-master/lib/
H A Drbtree_test.c5 #include <linux/random.h>
/linux-master/fs/ocfs2/dlm/
H A Ddlmconvert.c17 #include <linux/random.h>
H A Ddlmast.c17 #include <linux/random.h>

Completed in 231 milliseconds

1234567891011>>