aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/random/hash.h
Commit message (Expand)AuthorAgeFilesLines
* sys: Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-161-2/+0
* random(4): Fortuna: allow increased concurrencyConrad Meyer2019-06-171-0/+4
* random(4): Generalize algorithm-independent APIsConrad Meyer2019-06-171-1/+1
* random(4): Add regression tests for uint128 implementation, Chacha CTRConrad Meyer2019-06-171-1/+1
* Fortuna: Add Chacha20 as an alternative stream cipherConrad Meyer2019-03-081-5/+13
* Fortuna: push CTR-mode loop down into randomdev hash.h interfaceConrad Meyer2019-03-011-1/+3
* * Address review (and add a bit myself).Mark Murray2015-07-121-2/+5
* Huge cleanup of random(4) code.Mark Murray2015-06-301-5/+9
* Constify the AES code and propagate to consumers. This allows us toDag-Erling Smørgrav2014-11-101-3/+3
* This is the much-discussed major upgrade to the random(4) device, known to yo...Mark Murray2014-10-301-1/+1
* Add missing include guards and move the existing ones out of theDag-Erling Smørgrav2013-10-091-0/+5
* Snapshot of current work;Mark Murray2013-08-261-9/+10
* Reorganise the entropy device so that high-yield entropy sourcesMark Murray2004-04-091-1/+1
* Upgrade the random device to use a "real" hash instead of buildingMark Murray2002-07-151-6/+2
* Massive lint-inspired cleanup.Mark Murray2002-03-031-1/+1
* Very large makeover of the /dev/random driver.Mark Murray2001-03-101-8/+10
* Large upgrade to the entropy device; mainly inspired by feedbackMark Murray2000-09-101-0/+46