aboutsummaryrefslogtreecommitdiffstats
path: root/src/rng/hmac_rng
Commit message (Expand)AuthorAgeFilesLines
* Yet more Doxygen commentslloyd2010-06-162-8/+12
* HMAC_RNG handling changes - split up reseed() and add_entropy()lloyd2010-04-272-35/+31
* In add_entropy(), additionally poll for 64 bits of system entropylloyd2010-03-191-15/+20
* Move the get_byte template to its own header, because many fileslloyd2010-02-021-1/+1
* Un-internal loadstor.h (and its header deps, rotate.h andlloyd2009-12-211-1/+1
* Make many more headers internal-only.lloyd2009-12-161-3/+3
* Full working amalgamation build, plus internal-only headers concept.lloyd2009-12-161-7/+0
* Rename/remove some secmem member variables for better matching with STLlloyd2009-11-171-1/+1
* Remove the 'realname' attribute on all modules and cc/cpu/os info files.lloyd2009-10-291-2/+0
* Remove all exception specifications. The way these are designed in C++ islloyd2009-10-222-2/+2
* Split up util.h into 3 fileslloyd2009-09-171-1/+0
* Add a script that reads the output of print_deps.py and rewriteslloyd2009-07-151-0/+4
* Improve handling of low-entropy situations in HMAC_RNG and Randpool.lloyd2009-06-211-4/+7
* Many source files included bit_ops.h when what was really desired waslloyd2009-05-131-1/+0
* Thomas Moschny passed along a request from the Fedora packagers which camelloyd2009-03-302-0/+4
* Remove the notion of counting entropy bits in HMAC_RNG or Randpool.lloyd2009-01-312-17/+6
* Make Entropy_Accumulator a pure virtual to allow other accumulationlloyd2009-01-311-1/+1
* Have Entropy_Accumulator dump everything into a BufferedComputation.lloyd2009-01-271-3/+1
* Major change in RNG semantics: you must call reseed before callinglloyd2009-01-271-13/+2
* Check in a branch with a major redesign on how entropy polling is performed.lloyd2009-01-272-120/+71
* Reduce size of I/O buffer in HMAC_RNG from 128 to 96 bytes. Unlikely that anylloyd2008-11-231-1/+1
* In Randpool and HMAC_RNG, zeroize the I/O buffer used for holding polledlloyd2008-11-231-0/+3
* Drop use of entropy estimation in Randpool for the same reason as HMAC_RNG.lloyd2008-11-111-1/+0
* Wrap at 80 columnslloyd2008-11-111-1/+3
* Several changes to HMAC_RNG, many on the basis of the paperlloyd2008-11-101-27/+43
* Move declaration of MessageAuthenticationCode base class to mac.h (from base.h)lloyd2008-11-081-1/+1
* In HMAC_RNG, periodically fast poll a source while operating normally.lloyd2008-11-072-46/+32
* HMAC_RNG will only check to see if it should reseed once per calllloyd2008-11-071-60/+47
* Disable final upper bound limit since the min takes care of itlloyd2008-11-061-5/+1
* Move Entropy_Estimator to utils/entropy.h (from anon namespace in HMAC_RNGlloyd2008-11-062-57/+12
* In HMAC_RNG, force a reseed after 8192 blockslloyd2008-10-281-0/+3
* Clear K after new PRK is generated.lloyd2008-10-281-4/+7
* Set the default XTS (ASCII value of "Botan HMAC_RNG XTS") only once, inlloyd2008-10-281-86/+92
* Add HMAC_RNG, which is an RNG design based on Hugo Krawczyk's paperlloyd2008-10-283-0/+403