aboutsummaryrefslogtreecommitdiffstats
path: root/src/libstrongswan/crypto/prf_plus.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
* prf_plus_create() can return NULL on failureMartin Willi2012-07-161-1/+1
|
* Add a return value to prf_plus_t.get_bytes()Martin Willi2012-07-161-1/+3
|
* Add a return value to prf_plus_t.allocate_bytes()Martin Willi2012-07-161-1/+3
|
* Extended PRF+ by a non-counting variant as used by IKEv1Martin Willi2012-03-201-17/+5
|
* removed trailing spaces ([[:space:]]+$)Martin Willi2009-09-041-9/+9
|
* removing svn keyword $Id$ from all filesTobias Brunner2009-04-301-2/+0
|
* updated DoxyfileMartin Willi2009-03-241-1/+1
| | | | | | properly close all doxygen groups fixed remaining doxygen warnings
* merged the modularization branch (credentials) back to trunkMartin Willi2008-03-131-29/+17
|
* moved typedefs to beginning of files to solve some include problemsMartin Willi2006-10-301-3/+1
| | | | | | | splitted authenticator to have a separate implementation for each auth_method_t using va_copy to clone va_lists, should fix proplems on AMD64 some other cleanups
* updated copyright informationMartin Willi2006-07-071-1/+2
|
* (no commit message)Martin Willi2006-05-101-0/+93