summaryrefslogtreecommitdiff
path: root/sys/dev/random/hash.c
AgeCommit message (Expand)Author
2024-02-22random(4): Fix a typo in a source code commentGordon Bergling
2023-08-16sys: Remove $FreeBSD$: one-line .c patternWarner Losh
2022-04-09random(3): Fix a typo in a source code commentGordon Bergling
2019-12-20random(4): Flip default Fortuna generator over to Chacha20Conrad Meyer
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-12-27Replace sys/crypto/sha2/sha2.c with lib/libmd/sha512c.cAllan Jude
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-08-26Snapshot of current work;Mark Murray
2005-03-11stop including rijndael-api-fst.h from rijndael.h.Hajimu UMEMOTO
2004-04-09Reorganise the entropy device so that high-yield entropy sourcesMark Murray
2003-11-17Overhaul the entropy device:Mark Murray
2003-08-24Use __FBSDID().David E. O'Brien
2002-09-21No functional change. Fix comments and whitespace.Mark 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-11-26Fix safety-net code. While technically a bug, I'm delighted to seeMark Murray
2000-11-25Stop explicitly using nanotime(9) and use the new get_cyclecounter(9)Mark Murray
2000-10-14After some complaints about the dir names, the random device isMark Murray
2000-09-21Remove unneeded includes.Mark Murray
2000-09-10Large upgrade to the entropy device; mainly inspired by feedbackMark Murray