Home
last modified time | relevance | path

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

/external/dhcpcd-6.8.2/compat/
Darc4random.c34 struct arc4_stream { struct
48 static struct arc4_stream rs = { .i = 0xff, .j = 0, .s = { S256 }, argument
58 arc4_addrandom(struct arc4_stream *as, unsigned char *dat, int datlen) in arc4_addrandom()
75 arc4_getbyte(struct arc4_stream *as) in arc4_getbyte()
89 arc4_getword(struct arc4_stream *as) in arc4_getword()
101 arc4_stir(struct arc4_stream *as) in arc4_stir()
133 arc4_stir_if_needed(struct arc4_stream *as) in arc4_stir_if_needed()
/external/libevent/
Darc4random.c76 struct arc4_stream { struct
88 static struct arc4_stream rs; argument