Searched refs:rbytes (Results 1 – 1 of 1) sorted by relevance
205 static u_char rbytes[512]; /* random bytes */ variable292 arc4random_buf(rbytes, sizeof(rbytes)); in rbytes_init()301 if (rnibblesused >= 2 * sizeof(rbytes)) in getrnibble()303 x = rbytes[rnibblesused++ / 2]; in getrnibble()