summaryrefslogtreecommitdiffstats
path: root/cryptodev.h
Commit message (Collapse)AuthorAgeFilesLines
* Drop <cryptodev.h>Miloslav Trmač2010-08-241-154/+0
| | | | Also drop implementation of its ioctls, examples, openssl patch.
* Use types from <linux/types.h> for public headers.Miloslav Trmač2010-08-081-27/+26
| | | | | | | | | | | | | When included in the kernel tree, <inttypes.h> is not available, so <linux/types.h> has to be used. <linux/types.h> does not provide the uintNN_t and size_t types when installed to /usr/include/linux (package kernel-headers on Fedora). Therefore, use the types from <linux/types.h> that are available in userspace. Also fix user-space users of the headers not to assume that they provide the <stdint.h> types.
* sparse: Fix __user annotationsMiloslav Trmač2010-07-191-6/+8
| | | | Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
* ioctl_compat: hide code from user, enable conditionallyPhil Sutter2010-06-171-38/+0
|
* whitespace cleanupPhil Sutter2010-06-161-3/+3
|
* add compat_ioctl codePhil Sutter2010-06-161-0/+38
|
* Finally rewritten to avoid copyright issues.Nikos Mavrogiannopoulos2010-03-031-140/+91
|
* The kernel driver compiles and works fine. But cryptodev.h is nowNikos Mavrogiannopoulos2010-03-021-1/+1
| | | | incompatible with openssl's cryptodev engine. Reported by Michael Weiser.
* Added modified cryptodev.h to avoid copyright issues with no license from ↵Nikos Mavrogiannopoulos2010-02-261-117/+163
| | | | previous one (suggestion from savanah admins)
* Revert "Added CIOCCRYPTV that will encrypt/hash iovectors.". ThisNikos Mavrogiannopoulos2009-12-041-28/+1
| | | | | | | | | | | is a cryptodev release that intends to be fully compatible with OpenBSD and FreeBSD APIs. This reverts commit 30181c1a49a63fddc97dd10dbac1b49568aede1f. Conflicts: cryptodev.c
* Only check that size is multiple of blocksize on ciphers.Nikos Mavrogiannopoulos2009-11-291-1/+1
|
* Added CIOCCRYPTV that will encrypt/hash iovectors.Nikos Mavrogiannopoulos2009-11-281-1/+28
|
* Added files.Nikos Mavrogiannopoulos2009-11-281-0/+156