summaryrefslogtreecommitdiffstats
path: root/examples
Commit message (Expand)AuthorAgeFilesLines
...
* Fixed RSA encryption and decryption.Nikos Mavrogiannopoulos2010-07-191-65/+212
* Added NULL cipher and a speed program to compare old cryptodev operations and...Nikos Mavrogiannopoulos2010-07-191-5/+120
* Backported zero copy /dev/crypto operations from master.Nikos Mavrogiannopoulos2010-07-192-2/+175
* Corrected RSA signature generation/verification.Nikos Mavrogiannopoulos2010-07-142-5/+299
* OP_MAC was deprecated by OP_SIGN.Nikos Mavrogiannopoulos2010-07-141-5/+5
* Initial additions to have PK encryption/decryption. Separated operationsNikos Mavrogiannopoulos2010-07-121-36/+32
* Several fixes. RSA key generation tested and works.Nikos Mavrogiannopoulos2010-07-071-10/+18
* Added test program for key generation.Nikos Mavrogiannopoulos2010-07-071-0/+345
* Public and private keys are being generated in a new workqueue. Some other fi...Nikos Mavrogiannopoulos2010-07-073-20/+33
* Several fixes related to checks with copy_from/to_user.Nikos Mavrogiannopoulos2010-06-171-4/+1
* Fixed key storage wrapping.Nikos Mavrogiannopoulos2010-06-171-3/+154
* Added vectors for SHA2 variants.Nikos Mavrogiannopoulos2010-06-171-1/+42
* Added test functionality for HMAC and hashes (SHA-1, MD5)Nikos Mavrogiannopoulos2010-06-171-2/+174
* Wrapping/Unwrapping works and tested.Nikos Mavrogiannopoulos2010-06-171-6/+88
* Key wrapping fixed.Nikos Mavrogiannopoulos2010-06-171-18/+22
* AES self tests now pass.Nikos Mavrogiannopoulos2010-06-171-5/+23
* Added AES test vectors.Nikos Mavrogiannopoulos2010-06-171-0/+150
* Added self test for key wrapping.Nikos Mavrogiannopoulos2010-06-171-75/+103
* Some updates in the server approach (not working yet).Nikos Mavrogiannopoulos2010-06-171-0/+157
* Combined tests.Nikos Mavrogiannopoulos2010-06-173-251/+259
* Added ncr_key_import/export, generate and info. Those work with secret keys.Nikos Mavrogiannopoulos2010-06-172-2/+239
* Compilation and initialization fixes.Nikos Mavrogiannopoulos2010-06-171-5/+4
* Added some initial for of key. Added helper functions to enforce per user and...Nikos Mavrogiannopoulos2010-06-171-4/+16
* Added test to verify that data that are not marked as exportable cannot be read.Nikos Mavrogiannopoulos2010-06-171-1/+32
* Corrected nasty bug and added some debugging info.Nikos Mavrogiannopoulos2010-06-171-2/+9
* Added data functionality and a test program.Nikos Mavrogiannopoulos2010-06-174-4/+132
* Corrected make clean, and corrected examples to use the current cryptodev.hNikos Mavrogiannopoulos2010-03-172-2/+6
* Examples were moved to examples/ directory.Nikos Mavrogiannopoulos2010-02-203-0/+446