Searched hist:"2 c38619b524c7d3ada336fc2aa3afcbb7dbff0f5" (Results 1 – 3 of 3) sorted by relevance
/freebsd/share/man/man9/ |
H A D | random.9 | diff 2c38619b524c7d3ada336fc2aa3afcbb7dbff0f5 Fri Oct 11 15:13:08 CEST 2002 Poul-Henning Kamp <phk@FreeBSD.org> Slight overhaul of arc4random() and friends.
One bug fixed: Use getmicrouptime() to trigger reseeds so that we cannot be tricked by a clock being stepped backwards.
Express parameters in natural units and with natural names.
Don't use struct timeval more than we need to.
Various stylistic and readability polishing.
Introduce arc4rand(void *ptr, u_int len, int reseed) function which returns a stream of pseudo-random bytes, observing the automatic reseed criteria as well as allowing forced reseeds.
Rewrite arc4random() in terms of arc4rand().
Sponsored by: DARPA & NAI Labs. diff 2c38619b524c7d3ada336fc2aa3afcbb7dbff0f5 Fri Oct 11 15:13:08 CEST 2002 Poul-Henning Kamp <phk@FreeBSD.org> Slight overhaul of arc4random() and friends.
One bug fixed: Use getmicrouptime() to trigger reseeds so that we cannot be tricked by a clock being stepped backwards.
Express parameters in natural units and with natural names.
Don't use struct timeval more than we need to.
Various stylistic and readability polishing.
Introduce arc4rand(void *ptr, u_int len, int reseed) function which returns a stream of pseudo-random bytes, observing the automatic reseed criteria as well as allowing forced reseeds.
Rewrite arc4random() in terms of arc4rand().
Sponsored by: DARPA & NAI Labs.
|
/freebsd/sys/libkern/ |
H A D | arc4random.c | diff 2c38619b524c7d3ada336fc2aa3afcbb7dbff0f5 Fri Oct 11 15:13:08 CEST 2002 Poul-Henning Kamp <phk@FreeBSD.org> Slight overhaul of arc4random() and friends.
One bug fixed: Use getmicrouptime() to trigger reseeds so that we cannot be tricked by a clock being stepped backwards.
Express parameters in natural units and with natural names.
Don't use struct timeval more than we need to.
Various stylistic and readability polishing.
Introduce arc4rand(void *ptr, u_int len, int reseed) function which returns a stream of pseudo-random bytes, observing the automatic reseed criteria as well as allowing forced reseeds.
Rewrite arc4random() in terms of arc4rand().
Sponsored by: DARPA & NAI Labs. diff 2c38619b524c7d3ada336fc2aa3afcbb7dbff0f5 Fri Oct 11 15:13:08 CEST 2002 Poul-Henning Kamp <phk@FreeBSD.org> Slight overhaul of arc4random() and friends.
One bug fixed: Use getmicrouptime() to trigger reseeds so that we cannot be tricked by a clock being stepped backwards.
Express parameters in natural units and with natural names.
Don't use struct timeval more than we need to.
Various stylistic and readability polishing.
Introduce arc4rand(void *ptr, u_int len, int reseed) function which returns a stream of pseudo-random bytes, observing the automatic reseed criteria as well as allowing forced reseeds.
Rewrite arc4random() in terms of arc4rand().
Sponsored by: DARPA & NAI Labs.
|
/freebsd/sys/sys/ |
H A D | libkern.h | diff 2c38619b524c7d3ada336fc2aa3afcbb7dbff0f5 Fri Oct 11 15:13:08 CEST 2002 Poul-Henning Kamp <phk@FreeBSD.org> Slight overhaul of arc4random() and friends.
One bug fixed: Use getmicrouptime() to trigger reseeds so that we cannot be tricked by a clock being stepped backwards.
Express parameters in natural units and with natural names.
Don't use struct timeval more than we need to.
Various stylistic and readability polishing.
Introduce arc4rand(void *ptr, u_int len, int reseed) function which returns a stream of pseudo-random bytes, observing the automatic reseed criteria as well as allowing forced reseeds.
Rewrite arc4random() in terms of arc4rand().
Sponsored by: DARPA & NAI Labs. diff 2c38619b524c7d3ada336fc2aa3afcbb7dbff0f5 Fri Oct 11 15:13:08 CEST 2002 Poul-Henning Kamp <phk@FreeBSD.org> Slight overhaul of arc4random() and friends.
One bug fixed: Use getmicrouptime() to trigger reseeds so that we cannot be tricked by a clock being stepped backwards.
Express parameters in natural units and with natural names.
Don't use struct timeval more than we need to.
Various stylistic and readability polishing.
Introduce arc4rand(void *ptr, u_int len, int reseed) function which returns a stream of pseudo-random bytes, observing the automatic reseed criteria as well as allowing forced reseeds.
Rewrite arc4random() in terms of arc4rand().
Sponsored by: DARPA & NAI Labs.
|