summaryrefslogtreecommitdiffstats
path: root/cryptodev_cipher.c
Commit message (Expand)AuthorAgeFilesLines
* corrected decryptionNikos Mavrogiannopoulos2010-06-171-1/+1
* Added generic sessions to allow encryption/decryption hash and HMAC.Nikos Mavrogiannopoulos2010-06-171-0/+32
* Added initial wrapping and unwrapping key API. Adds an implementation of the ...Nikos Mavrogiannopoulos2010-06-171-26/+4
* eliminate warnings about unused result of copy_*_userPhil Sutter2010-06-171-4/+10
* whitespace cleanupPhil Sutter2010-06-161-13/+13
* If alg->max_keysize==0, allow any key size.Nikos Mavrogiannopoulos2010-06-151-1/+1
* Use unlikely() on unlikely situations.Nikos Mavrogiannopoulos2010-03-031-12/+12
* cryptodev initialises its sg with sg_set_buf. Although I'm notMichael Weiser2010-02-261-1/+5
* Corrected usage of wait_for_completionNikos Mavrogiannopoulos2010-02-201-5/+1
* Use wait_for_completion instead of wait_for_completion_interruptible sinceNikos Mavrogiannopoulos2010-02-201-2/+1
* Use only async API since it is a superset of the synchronous one.Nikos Mavrogiannopoulos2010-02-201-256/+123
* Switched type with __user.Nikos Mavrogiannopoulos2010-02-191-3/+3
* Reintroduced dprintk() everywhere.Nikos Mavrogiannopoulos2010-02-191-17/+23
* Corrected bug in IV setting for ciphers.Nikos Mavrogiannopoulos2010-02-191-5/+9
* Added async hash support.Nikos Mavrogiannopoulos2010-02-191-0/+426