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

/freebsd-12-stable/contrib/ipfilter/
H A Darc4random.c179 static u_char *pothead = pot, *pottail = pot; variable
215 if (pottail + sizeof(md5ctx.buf) > pot + sizeof(pot)) {
218 numbytes = pot + sizeof(pot) - pottail;
219 bcopy(md5ctx.buf, pottail, numbytes);
221 pottail = pot;
223 pottail, left);
224 pottail += left;
226 bcopy(md5ctx.buf, pottail, sizeof(md5ctx.buf));
227 pottail += sizeof(md5ctx.buf);
261 pothead = pottail
[all...]

Completed in 172 milliseconds