Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Avoid problems with Doxygen by adding warn_unused_result attribute at the ↵ | Tobias Brunner | 2012-08-11 | 1 | -5/+5 |
| | | | | end of method signatures | ||||
* | Add warn_unused_result attributes to rng_(get|allocate)_bytes_not_zero | Tobias Brunner | 2012-08-11 | 1 | -5/+6 |
| | | | | Also fixed Doxygen comments. | ||||
* | Wrapper functions added to generate non-zero random bytes | Tobias Brunner | 2012-07-16 | 1 | -0/+27 |
| | |||||
* | RNGs' get_bytes and allocate_bytes return boolean | Tobias Brunner | 2012-07-16 | 1 | -2/+7 |
| | |||||
* | removed trailing spaces ([[:space:]]+$) | Martin Willi | 2009-09-04 | 1 | -4/+4 |
| | |||||
* | removing svn keyword $Id$ from all files | Tobias Brunner | 2009-04-30 | 1 | -2/+0 |
| | |||||
* | changed RNG_REAL to RNG_TRUE | Andreas Steffen | 2009-04-29 | 1 | -2/+2 |
| | |||||
* | fixed compiler warnings on 64bit | Martin Willi | 2009-04-22 | 1 | -2/+2 |
| | |||||
* | updated Doxyfile | Martin Willi | 2009-03-24 | 1 | -1/+1 |
| | | | | | | properly close all doxygen groups fixed remaining doxygen warnings | ||||
* | added API for random number generators, served through credential factory | Martin Willi | 2008-04-15 | 1 | -0/+75 |
ported randomizer_t to a rng_t on top of /dev/(u)random (plugin random) |