summaryrefslogtreecommitdiffstats
path: root/cryptodev_int.h
Commit message (Expand)AuthorAgeFilesLines
* Implement cloning hash sessionsMiloslav Trmač2010-08-251-0/+2
* Remove a redundant argument of cryptodev_hash_initMiloslav Trmač2010-08-251-1/+1
* Drop <cryptodev.h>Miloslav Trmač2010-08-241-38/+0
* Support IV size as large as <ncr.h> doesMiloslav Trmač2010-08-241-1/+2
* sparse: Fix __user annotationsMiloslav Trmač2010-07-261-1/+1
* Added a support for reading session data directly from userspace.Nikos Mavrogiannopoulos2010-07-241-2/+14
* Revert "initial support for userspace data."Nikos Mavrogiannopoulos2010-07-231-11/+0
* initial support for userspace data.Nikos Mavrogiannopoulos2010-07-211-0/+11
* Added a modified libtomcrypt with DSA and RSA algorithms.Nikos Mavrogiannopoulos2010-07-071-0/+1
* set_iv() function accepts argument from kernel memory.Nikos Mavrogiannopoulos2010-07-071-1/+1
* Use compat_uptr_t to identify pointers in compat_ioctl structures..Nikos Mavrogiannopoulos2010-06-181-6/+7
* Added generic sessions to allow encryption/decryption hash and HMAC.Nikos Mavrogiannopoulos2010-06-171-0/+6
* Added initial wrapping and unwrapping key API. Adds an implementation of the ...Nikos Mavrogiannopoulos2010-06-171-2/+3
* Avoid the use of packed attribute by directly assigning variables.Nikos Mavrogiannopoulos2010-06-171-3/+2
* eliminate warnings about unused result of copy_*_userPhil Sutter2010-06-171-1/+1
* ioctl_compat: hide code from user, enable conditionallyPhil Sutter2010-06-171-0/+36
* whitespace cleanupPhil Sutter2010-06-161-1/+1
* Use only async API since it is a superset of the synchronous one.Nikos Mavrogiannopoulos2010-02-201-26/+13
* Reintroduced dprintk() everywhere.Nikos Mavrogiannopoulos2010-02-191-0/+24
* Added async hash support.Nikos Mavrogiannopoulos2010-02-191-0/+28
* Added support for asynchronous block ciphers.Nikos Mavrogiannopoulos2010-02-191-0/+24