summaryrefslogtreecommitdiffstats
path: root/cryptodev_int.h
Commit message (Collapse)AuthorAgeFilesLines
* Drop <cryptodev.h>Miloslav Trmač2010-08-241-38/+0
| | | | Also drop implementation of its ioctls, examples, openssl patch.
* Support IV size as large as <ncr.h> doesMiloslav Trmač2010-08-241-1/+2
| | | | (removing the last dependency on <cryptodev.h> in the process).
* 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
| | | | This reverts commit e7828004e40592c8cffc9235f72440c802905e16.
* 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
| | | | Removed the ncr-cipher.c.
* Added initial wrapping and unwrapping key API. Adds an implementation of the ↵Nikos Mavrogiannopoulos2010-06-171-2/+3
| | | | AES-WRAP (untested yet).
* 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
| | | | Cleanup in structures.
* 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