aboutsummaryrefslogtreecommitdiffstats
path: root/src/libstrongswan/plugins/padlock/padlock_aes_crypter.c
Commit message (Expand)AuthorAgeFilesLines
* Add a return value to crypter_t.set_key()Martin Willi2012-07-161-1/+2
* Add a return value to crypter_t.decrypt()Martin Willi2012-07-161-1/+2
* Add a return value to crypter_t.encryptMartin Willi2012-07-161-1/+2
* Wipe memory after using key material (incomplete, to be continued)Martin Willi2011-05-091-1/+3
* Use a seperate section for each nested struct member in INIT macroMartin Willi2010-08-181-8/+10
* Variable key length crypters use default key length if zero givenMartin Willi2010-08-161-0/+3
* Add dedicated getter for the IV size to the crypter_t interfaceMartin Willi2010-08-131-0/+7
* Migrated padlock plugin to INIT/METHOD macrosMartin Willi2010-08-131-42/+25
* removed trailing spaces ([[:space:]]+$)Martin Willi2009-09-041-14/+14
* removing svn keyword $Id$ from all filesTobias Brunner2009-04-301-2/+0
* experimental Padlock plugin supportin SHA1 and AES-128 for VIA C7 EstherMartin Willi2008-04-221-0/+201