summaryrefslogtreecommitdiffstats
path: root/cryptodev_main.c
Commit message (Expand)AuthorAgeFilesLines
...
* corrected typos.Nikos Mavrogiannopoulos2010-06-161-4/+4
* whitespace cleanupPhil Sutter2010-06-161-6/+6
* add compat_ioctl codePhil Sutter2010-06-161-0/+93
* Corrected handling of error conditions (properly release memory).Nikos Mavrogiannopoulos2010-05-261-7/+10
* Use unlikely() on unlikely situations.Nikos Mavrogiannopoulos2010-03-031-10/+11
* cryptodev initialises its sg with sg_set_buf. Although I'm notMichael Weiser2010-02-261-3/+3
* Use only async API since it is a superset of the synchronous one.Nikos Mavrogiannopoulos2010-02-201-7/+7
* Reintroduced dprintk() everywhere.Nikos Mavrogiannopoulos2010-02-191-22/+3
* Applied Michael's patch for 3des.Nikos Mavrogiannopoulos2010-02-191-1/+1
* Corrected bug in IV setting for ciphers.Nikos Mavrogiannopoulos2010-02-191-3/+2
* Added async hash support.Nikos Mavrogiannopoulos2010-02-191-48/+15
* Added support for asynchronous block ciphers.Nikos Mavrogiannopoulos2010-02-191-0/+689