aboutsummaryrefslogtreecommitdiffstats
path: root/src/libstrongswan/plugins/pkcs11/pkcs11_hasher.c
Commit message (Expand)AuthorAgeFilesLines
* Moved debug.[ch] to utils folderTobias Brunner2012-10-241-1/+1
* Add a return value to hasher_t.reset()Martin Willi2012-07-161-1/+2
* Add a return value to hasher_t.allocate_hash()Martin Willi2012-07-161-6/+3
* Add a return value to hasher_t.get_hash()Martin Willi2012-07-161-11/+24
* pkcs11: Properly destroy mutex in pkcs11_hasher if no token found.Tobias Brunner2011-10-311-0/+1
* Register manager of pkcs11 plugin as library objectMartin Willi2011-08-241-1/+1
* Use a seperate section for each nested struct member in INIT macroMartin Willi2010-08-181-6/+8
* Save/Load state of PKCS#11 hasherMartin Willi2010-08-041-47/+100
* Implemented hasher_t using PKCS#11Martin Willi2010-08-041-0/+268