Searched refs:prandom_bytes_state (Results 1 – 5 of 5) sorted by relevance
/linux-4.4.14/drivers/mtd/tests/ |
D | subpagetest.c | 62 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()
|
D | pagetest.c | 57 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() 226 prandom_bytes_state(&rnd_state, writebuf, pgsize); in erasecrosstest() 251 prandom_bytes_state(&rnd_state, writebuf, pgsize); in erasecrosstest() 300 prandom_bytes_state(&rnd_state, writebuf, pgsize); in erasetest()
|
D | oobtest.c | 75 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() 277 prandom_bytes_state(&rnd_state, writebuf, len); in verify_eraseblock_in_one_go() 645 prandom_bytes_state(&rnd_state, writebuf, sz * cnt); in mtd_oobtest_init() 676 prandom_bytes_state(&rnd_state, writebuf, in mtd_oobtest_init()
|
/linux-4.4.14/lib/ |
D | random32.c | 100 void prandom_bytes_state(struct rnd_state *state, void *buf, size_t bytes) in prandom_bytes_state() function 119 EXPORT_SYMBOL(prandom_bytes_state); 130 prandom_bytes_state(state, buf, bytes); in prandom_bytes()
|
/linux-4.4.14/include/linux/ |
D | random.h | 49 void prandom_bytes_state(struct rnd_state *state, void *buf, size_t nbytes);
|