aboutsummaryrefslogtreecommitdiffstats
path: root/src/libstrongswan/crypto/rngs
Commit message (Expand)AuthorAgeFilesLines
* Use standard unsigned integer typesAndreas Steffen2016-03-242-4/+4
* Avoid problems with Doxygen by adding warn_unused_result attribute at the end...Tobias Brunner2012-08-111-5/+5
* Add warn_unused_result attributes to rng_(get|allocate)_bytes_not_zeroTobias Brunner2012-08-111-5/+6
* Wrapper functions added to generate non-zero random bytesTobias Brunner2012-07-162-0/+68
* RNGs' get_bytes and allocate_bytes return booleanTobias Brunner2012-07-161-2/+7
* removed trailing spaces ([[:space:]]+$)Martin Willi2009-09-041-4/+4
* removing svn keyword $Id$ from all filesTobias Brunner2009-04-302-4/+0
* changed RNG_REAL to RNG_TRUEAndreas Steffen2009-04-292-4/+4
* fixed compiler warnings on 64bitMartin Willi2009-04-221-2/+2
* updated DoxyfileMartin Willi2009-03-241-1/+1
* added API for random number generators, served through credential factoryMartin Willi2008-04-152-0/+99