HomeSort by relevance Sort by last modified time
    Searched refs:arc4_stream (Results 1 - 2 of 2) sorted by null

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

Completed in 57 milliseconds