opnsense-src/sys/dev/random
Mark Murray f8530155da Snapshot of current work;
1) Clean up namespace; only use "Yarrow" where it is Yarrow-specific
or close enough to the Yarrow algorithm. For the rest use a neutral
name.

2) Tidy up headers; put private stuff in private places. More could
be done here.

3) Streamline the hashing/encryption; no need for a 256-bit counter;
128 bits will last for long enough.

There are bits of debug code lying around; these will be removed
at a later stage.
2013-08-26 18:29:51 +00:00
..
harvest.c Snapshot of current work; 2013-08-26 18:29:51 +00:00
hash.c Snapshot of current work; 2013-08-26 18:29:51 +00:00
hash.h Snapshot of current work; 2013-08-26 18:29:51 +00:00
ivy.c * Add random_adaptors.[ch] which is basically a store of random_adaptor's. 2013-08-09 15:31:50 +00:00
nehemiah.c * Add random_adaptors.[ch] which is basically a store of random_adaptor's. 2013-08-09 15:31:50 +00:00
pseudo_rng.c 1) example (partially humorous random_adaptor, that I call "EXAMPLE") 2013-08-24 13:54:56 +00:00
random_adaptors.c 1) example (partially humorous random_adaptor, that I call "EXAMPLE") 2013-08-24 13:54:56 +00:00
random_adaptors.h 1) example (partially humorous random_adaptor, that I call "EXAMPLE") 2013-08-24 13:54:56 +00:00
randomdev.c 1) example (partially humorous random_adaptor, that I call "EXAMPLE") 2013-08-24 13:54:56 +00:00
randomdev.h 1) example (partially humorous random_adaptor, that I call "EXAMPLE") 2013-08-24 13:54:56 +00:00
randomdev_soft.c Snapshot of current work; 2013-08-26 18:29:51 +00:00
randomdev_soft.h Snapshot of current work; 2013-08-26 18:29:51 +00:00
yarrow.c Snapshot of current work; 2013-08-26 18:29:51 +00:00
yarrow.h Snapshot of current work; 2013-08-26 18:29:51 +00:00