summaryrefslogtreecommitdiffstats
path: root/examples/cipher.c
Commit message (Collapse)AuthorAgeFilesLines
* Drop <cryptodev.h>Miloslav Trmač2010-08-241-230/+0
| | | | Also drop implementation of its ioctls, examples, openssl patch.
* Use types from <linux/types.h> for public headers.Miloslav Trmač2010-08-081-0/+1
| | | | | | | | | | | | | 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.
* Public and private keys are being generated in a new workqueue. Some other ↵Nikos Mavrogiannopoulos2010-07-071-12/+12
| | | | fixes and optimizations.
* Added data functionality and a test program.Nikos Mavrogiannopoulos2010-06-171-1/+1
|
* Examples were moved to examples/ directory.Nikos Mavrogiannopoulos2010-02-201-0/+229