summaryrefslogtreecommitdiff
path: root/sys/dev/random/hash.h
AgeCommit message (Expand)Author
2023-08-16sys: Remove $FreeBSD$: two-line .h patternWarner Losh
2019-06-17random(4): Fortuna: allow increased concurrencyConrad Meyer
2019-06-17random(4): Generalize algorithm-independent APIsConrad Meyer
2019-06-17random(4): Add regression tests for uint128 implementation, Chacha CTRConrad Meyer
2019-03-08Fortuna: Add Chacha20 as an alternative stream cipherConrad Meyer
2019-03-01Fortuna: push CTR-mode loop down into randomdev hash.h interfaceConrad Meyer
2015-07-12* Address review (and add a bit myself).Mark Murray
2015-06-30Huge cleanup of random(4) code.Mark Murray
2014-11-10Constify the AES code and propagate to consumers. This allows us toDag-Erling Smørgrav
2014-10-30This is the much-discussed major upgrade to the random(4) device, known to yo...Mark Murray
2013-10-09Add missing include guards and move the existing ones out of theDag-Erling Smørgrav
2013-08-26Snapshot of current work;Mark Murray
2004-04-09Reorganise the entropy device so that high-yield entropy sourcesMark Murray
2002-07-15Upgrade the random device to use a "real" hash instead of buildingMark Murray
2002-03-03Massive lint-inspired cleanup.Mark Murray
2001-03-10Very large makeover of the /dev/random driver.Mark Murray
2000-09-10Large upgrade to the entropy device; mainly inspired by feedbackMark Murray