aboutsummaryrefslogtreecommitdiffstats
path: root/src/libstrongswan/crypto/rngs/rng.h
Commit message (Collapse)AuthorAgeFilesLines
* Avoid problems with Doxygen by adding warn_unused_result attribute at the ↵Tobias Brunner2012-08-111-5/+5
| | | | end of method signatures
* Add warn_unused_result attributes to rng_(get|allocate)_bytes_not_zeroTobias Brunner2012-08-111-5/+6
| | | | Also fixed Doxygen comments.
* Wrapper functions added to generate non-zero random bytesTobias Brunner2012-07-161-0/+27
|
* 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-301-2/+0
|
* changed RNG_REAL to RNG_TRUEAndreas Steffen2009-04-291-2/+2
|
* fixed compiler warnings on 64bitMartin Willi2009-04-221-2/+2
|
* updated DoxyfileMartin Willi2009-03-241-1/+1
| | | | | | properly close all doxygen groups fixed remaining doxygen warnings
* added API for random number generators, served through credential factoryMartin Willi2008-04-151-0/+75
ported randomizer_t to a rng_t on top of /dev/(u)random (plugin random)