Home
last modified time | relevance | path

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

/lib/
Drandom32.c90 void prandom_bytes_state(struct rnd_state *state, void *buf, int bytes) in prandom_bytes_state() function
113 EXPORT_SYMBOL(prandom_bytes_state);
124 prandom_bytes_state(state, buf, bytes); in prandom_bytes()