Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/ipfilter/
Darc4random.c189 static u_char *pothead = pot, *pottail = pot; variable
225 if (pottail + sizeof(md5ctx.buf) > pot + sizeof(pot)) { in ipf_rand_push()
228 numbytes = pot + sizeof(pot) - pottail; in ipf_rand_push()
229 bcopy(md5ctx.buf, pottail, numbytes); in ipf_rand_push()
231 pottail = pot; in ipf_rand_push()
233 pottail, left); in ipf_rand_push()
234 pottail += left; in ipf_rand_push()
236 bcopy(md5ctx.buf, pottail, sizeof(md5ctx.buf)); in ipf_rand_push()
237 pottail += sizeof(md5ctx.buf); in ipf_rand_push()
271 pothead = pottail = pot; in ipf_read_random()