aboutsummaryrefslogtreecommitdiffstats
path: root/src/libstrongswan/crypto/nonce_gen.h
Commit message (Collapse)AuthorAgeFilesLines
* Use standard unsigned integer typesAndreas Steffen2016-03-241-1/+1
|
* Fixed some typos, courtesy of codespellTobias Brunner2012-12-201-2/+2
|
* Avoid problems with Doxygen by adding warn_unused_result attribute at the ↵Tobias Brunner2012-08-111-5/+5
| | | | end of method signatures
* Identation fixes, warn about unused nonce_gen return valuesMartin Willi2012-07-161-2/+4
|
* Nonce: Let get_nonce, allocate_nonce return booleanReto Buerki2012-07-161-2/+4
|
* Add nonce generator interfaceAdrian-Ken Rueegsegger2012-05-181-0/+55
Nonce generators (nonce_gen_t) can be used to get or allocate nonces. Users can request nonce generators from the crypto factory while nonce plugins register/remove themselves to/from the crypto factory.