Searched refs:prandom_bytes_state (Results 1 - 8 of 8) sorted by relevance

/linux-master/include/linux/
H A Dprandom.h20 void prandom_bytes_state(struct rnd_state *state, void *buf, size_t nbytes);
/linux-master/drivers/mtd/tests/
H A Dpagetest.c45 prandom_bytes_state(&rnd_state, writebuf, mtd->erasesize);
65 prandom_bytes_state(&rnd_state, writebuf, mtd->erasesize);
100 prandom_bytes_state(&rnd_state, boundary + pgsize, pgsize);
213 prandom_bytes_state(&rnd_state, writebuf, pgsize);
238 prandom_bytes_state(&rnd_state, writebuf, pgsize);
287 prandom_bytes_state(&rnd_state, writebuf, pgsize);
H A Dsubpagetest.c49 prandom_bytes_state(&rnd_state, writebuf, subpgsize);
63 prandom_bytes_state(&rnd_state, writebuf, subpgsize);
87 prandom_bytes_state(&rnd_state, writebuf, subpgsize * k);
123 prandom_bytes_state(&rnd_state, writebuf, subpgsize);
150 prandom_bytes_state(&rnd_state, writebuf, subpgsize);
187 prandom_bytes_state(&rnd_state, writebuf, subpgsize * k);
H A Doobtest.c63 prandom_bytes_state(&rnd_state, writebuf, use_len_max * pgcnt);
173 prandom_bytes_state(&rnd_state, writebuf, use_len_max * pgcnt);
271 prandom_bytes_state(&rnd_state, writebuf, len);
645 prandom_bytes_state(&rnd_state, writebuf, sz * cnt);
676 prandom_bytes_state(&rnd_state, writebuf, mtd->oobavail * 2);
/linux-master/arch/x86/mm/
H A Dkaslr.c126 prandom_bytes_state(&rand_state, &rand, sizeof(rand));
/linux-master/lib/
H A Drandom32.c65 * prandom_bytes_state - get the requested number of pseudo-random bytes
74 void prandom_bytes_state(struct rnd_state *state, void *buf, size_t bytes) function
93 EXPORT_SYMBOL(prandom_bytes_state); variable
/linux-master/drivers/gpu/drm/i915/gt/
H A Dselftest_lrc.c1770 prandom_bytes_state(prng,
/linux-master/crypto/
H A Dtestmgr.c991 prandom_bytes_state(rng, buf, count);

Completed in 292 milliseconds