Home
last modified time | relevance | path

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

/bionic/libc/bionic/
Darc4random.c70 static inline u_int8_t arc4_getbyte(void);
156 (void)arc4_getbyte(); in arc4_stir()
161 arc4_getbyte(void) in arc4_getbyte() function
182 val = arc4_getbyte(); in __arc4_getbyte()
191 val = arc4_getbyte() << 24; in arc4_getword()
192 val |= arc4_getbyte() << 16; in arc4_getword()
193 val |= arc4_getbyte() << 8; in arc4_getword()
194 val |= arc4_getbyte(); in arc4_getword()
239 buf[n] = arc4_getbyte(); in arc4random_buf()