aboutsummaryrefslogtreecommitdiffstats
path: root/src/libsimaka/simaka_crypto.c
Commit message (Expand)AuthorAgeFilesLines
* Fixed two bugs in logging MSK during EAP-SIM/AKATobias Brunner2012-11-211-1/+1
* Moved debug.[ch] to utils folderTobias Brunner2012-10-241-1/+1
* Fix memory management in SIM/AKA crypto functionsMartin Willi2012-07-161-3/+4
* Add a return value to hasher_t.allocate_hash()Martin Willi2012-07-161-2/+2
* Add a return value to hasher_t.get_hash()Martin Willi2012-07-161-5/+11
* Add a return value to crypter_t.set_key()Martin Willi2012-07-161-4/+4
* Add a return value to prf_t.set_key()Martin Willi2012-07-161-3/+12
* Add a return value to prf_t.get_bytes()Martin Willi2012-07-161-3/+16
* Add a return value to signer_t.set_key()Martin Willi2012-07-161-2/+9
* Add a return value to simaka_crypto_t.derive_keys_*()Martin Willi2012-07-161-12/+14
* Migratd simaka_crypto to INIT/METHOD macrosMartin Willi2011-08-081-55/+39
* Migrated all SIM/AKA code to libsimaka, use SIM and AKA backend managers regi...Martin Willi2011-08-081-9/+39
* Invoke attribute/key hooks from libsimakaMartin Willi2009-11-301-0/+4
* EAP-SIM/AKA crypto helper supports key derivation for fast reauthenticationMartin Willi2009-11-121-18/+77
* libsimaka provides cryptographic functionality used in EAP-SIM and EAP-AKAMartin Willi2009-11-121-0/+178