Home
last modified time | relevance | path

Searched refs:prandom_bytes_state (Results 1 – 6 of 6) sorted by relevance

/Linux-v4.19/drivers/mtd/tests/
Dsubpagetest.c62 prandom_bytes_state(&rnd_state, writebuf, subpgsize); in write_eraseblock()
76 prandom_bytes_state(&rnd_state, writebuf, subpgsize); in write_eraseblock()
100 prandom_bytes_state(&rnd_state, writebuf, subpgsize * k); in write_eraseblock2()
136 prandom_bytes_state(&rnd_state, writebuf, subpgsize); in verify_eraseblock()
163 prandom_bytes_state(&rnd_state, writebuf, subpgsize); in verify_eraseblock()
200 prandom_bytes_state(&rnd_state, writebuf, subpgsize * k); in verify_eraseblock2()
Dpagetest.c57 prandom_bytes_state(&rnd_state, writebuf, mtd->erasesize); in write_eraseblock()
77 prandom_bytes_state(&rnd_state, writebuf, mtd->erasesize); in verify_eraseblock()
112 prandom_bytes_state(&rnd_state, boundary + pgsize, pgsize); in verify_eraseblock()
225 prandom_bytes_state(&rnd_state, writebuf, pgsize); in erasecrosstest()
250 prandom_bytes_state(&rnd_state, writebuf, pgsize); in erasecrosstest()
299 prandom_bytes_state(&rnd_state, writebuf, pgsize); in erasetest()
Doobtest.c75 prandom_bytes_state(&rnd_state, writebuf, use_len_max * pgcnt); in write_eraseblock()
185 prandom_bytes_state(&rnd_state, writebuf, use_len_max * pgcnt); in verify_eraseblock()
283 prandom_bytes_state(&rnd_state, writebuf, len); in verify_eraseblock_in_one_go()
663 prandom_bytes_state(&rnd_state, writebuf, sz * cnt); in mtd_oobtest_init()
694 prandom_bytes_state(&rnd_state, writebuf, mtd->oobavail * 2); in mtd_oobtest_init()
/Linux-v4.19/lib/
Drandom32.c101 void prandom_bytes_state(struct rnd_state *state, void *buf, size_t bytes) in prandom_bytes_state() function
120 EXPORT_SYMBOL(prandom_bytes_state);
131 prandom_bytes_state(state, buf, bytes); in prandom_bytes()
/Linux-v4.19/include/linux/
Drandom.h119 void prandom_bytes_state(struct rnd_state *state, void *buf, size_t nbytes);
/Linux-v4.19/arch/x86/mm/
Dkaslr.c126 prandom_bytes_state(&rand_state, &rand, sizeof(rand)); in kernel_randomize_memory()