strongswan/src/libstrongswan/crypto
Tobias Brunner 8dc6e71632 lib: All settings use configured namespace 2014-02-12 14:34:32 +01:00
..
crypters Add implementation of the RC2 block cipher (RFC 2268) 2013-05-08 15:02:34 +02:00
hashers Remove HASH_PREFERRED, usages are replaced with HASH_SHA1, which is required for IKEv2 anyway 2013-10-11 15:13:25 +02:00
iv iv_gen: Mask sequential IVs with a random salt 2013-10-11 15:55:40 +02:00
prfs apidoc: Move mac_prf to prf Doxygen group 2013-10-11 15:55:40 +02:00
proposal proposal: Add possibility to register custom proposal keyword parser 2014-01-20 16:40:34 +01:00
rngs Avoid problems with Doxygen by adding warn_unused_result attribute at the end of method signatures 2012-08-11 16:48:09 +02:00
signers Added missing string for full-length HMAC-SHA512 signer 2013-06-10 11:48:18 +02:00
aead.c iv_gen: aead_t implementations provide an IV generator 2013-10-11 15:55:40 +02:00
aead.h iv_gen: aead_t implementations provide an IV generator 2013-10-11 15:55:40 +02:00
crypto_factory.c lib: All settings use configured namespace 2014-02-12 14:34:32 +01:00
crypto_factory.h Remove HASH_PREFERRED, usages are replaced with HASH_SHA1, which is required for IKEv2 anyway 2013-10-11 15:13:25 +02:00
crypto_tester.c lib: All settings use configured namespace 2014-02-12 14:34:32 +01:00
crypto_tester.h Fix algorithm type for signers, fixes warning with gcc 4.5 2011-05-03 11:33:40 +02:00
diffie_hellman.c lib: All settings use configured namespace 2014-02-12 14:34:32 +01:00
diffie_hellman.h Prototype implementation of IKE key exchange via NTRU encryption 2013-11-27 20:21:40 +01:00
mac.h Avoid problems with Doxygen by adding warn_unused_result attribute at the end of method signatures 2012-08-11 16:48:09 +02:00
nonce_gen.h Fixed some typos, courtesy of codespell 2012-12-20 09:35:26 +01:00
pkcs5.c pkcs5: Add missing break statements when checking crypto primitives 2013-07-24 16:17:22 +02:00
pkcs5.h Extract PKCS#5 handling from pkcs8 plugin to separate helper class 2013-05-08 14:53:08 +02:00
prf_plus.c Add a return value to prf_t.get_bytes() 2012-07-16 14:53:33 +02:00
prf_plus.h Avoid problems with Doxygen by adding warn_unused_result attribute at the end of method signatures 2012-08-11 16:48:09 +02:00
transform.c Added algorithm lookup via kernel_interface_t to the various kernel interfaces 2012-09-13 15:48:49 +02:00
transform.h Moved enum_name_t to utils folder 2012-10-24 16:00:50 +02:00