CVSROOT: /cvs Module name: src Changes by: na...@cvs.openbsd.org 2020/05/25 11:52:57
Modified files: sys/dev : rnd.c Log message: For large reads from /dev/random, use the arc4random_ctx_*() functions instead of hand-rolling the same code to set up a temporary ChaCha instance. tweak/ok semarie@, ok deraadt@