prandom_bytes_state
prandom_bytes_state(&rand_state, &rand, sizeof(rand));
prandom_bytes_state(rng, buf, count);
prandom_bytes_state(prng,
prandom_bytes_state(&rnd_state, writebuf, use_len_max * pgcnt);
prandom_bytes_state(&rnd_state, writebuf, len);
prandom_bytes_state(&rnd_state, writebuf, use_len_max * pgcnt);
prandom_bytes_state(&rnd_state, writebuf, sz * cnt);
prandom_bytes_state(&rnd_state, writebuf, mtd->oobavail * 2);
prandom_bytes_state(&rnd_state, boundary + pgsize, pgsize);
prandom_bytes_state(&rnd_state, writebuf, pgsize);
prandom_bytes_state(&rnd_state, writebuf, pgsize);
prandom_bytes_state(&rnd_state, writebuf, pgsize);
prandom_bytes_state(&rnd_state, writebuf, mtd->erasesize);
prandom_bytes_state(&rnd_state, writebuf, mtd->erasesize);
prandom_bytes_state(&rnd_state, writebuf, subpgsize);
prandom_bytes_state(&rnd_state, writebuf, subpgsize);
prandom_bytes_state(&rnd_state, writebuf, subpgsize * k);
prandom_bytes_state(&rnd_state, writebuf, subpgsize);
prandom_bytes_state(&rnd_state, writebuf, subpgsize);
prandom_bytes_state(&rnd_state, writebuf, subpgsize * k);
void prandom_bytes_state(struct rnd_state *state, void *buf, size_t nbytes);
prandom_bytes_state(&rng, test_buffer, test_buflen);
prandom_bytes_state(&rng, &test_buffer[offset], len);
EXPORT_SYMBOL(prandom_bytes_state);