strongswan/src/libstrongswan/crypto
Martin Willi e9e4759733 crypto-factory: count the number of test vector failures during registration 2013-06-21 10:53:20 +02:00
..
crypters Add implementation of the RC2 block cipher (RFC 2268) 2013-05-08 15:02:34 +02:00
hashers Add support for untruncated HMAC-SHA-512 2013-05-08 15:02:39 +02:00
prfs Avoid problems with Doxygen by adding warn_unused_result attribute at the end of method signatures 2012-08-11 16:48:09 +02:00
proposal Moved data structures to new collections subfolder 2012-10-24 16:00:49 +02: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 Moved debug.[ch] to utils folder 2012-10-24 16:00:51 +02:00
aead.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
crypto_factory.c crypto-factory: count the number of test vector failures during registration 2013-06-21 10:53:20 +02:00
crypto_factory.h crypto-factory: count the number of test vector failures during registration 2013-06-21 10:53:20 +02:00
crypto_tester.c Fix cleanup in crypto_tester if a crypter fails 2013-05-08 15:02:38 +02: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 Fixed compiler warnings for DH groups that define no subgroup. 2011-11-25 10:18:03 +01:00
diffie_hellman.h Various style, typo and whitespace corrections 2012-01-13 16:27:35 +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 Also support 128-bit RC2 2013-05-08 15:02:39 +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