Searched refs:arc4_getbyte (Results 1 – 3 of 3) sorted by relevance
97 static inline unsigned char arc4_getbyte(void);395 (void)arc4_getbyte(); in arc4_stir()416 arc4_getbyte(void) in arc4_getbyte() function434 val = arc4_getbyte() << 24; in arc4_getword()435 val |= arc4_getbyte() << 16; in arc4_getword()436 val |= arc4_getbyte() << 8; in arc4_getword()437 val |= arc4_getbyte(); in arc4_getword()496 buf[n] = arc4_getbyte(); in arc4random_buf()
189 static inline uint8_t arc4_getbyte(void);257 (void)arc4_getbyte(); in arc4_stir()273 arc4_getbyte(void) in arc4_getbyte() function295 buf[n] = arc4_getbyte(); in la_arc4random_buf()