summaryrefslogtreecommitdiffstats
path: root/examples/hmac.c
Commit message (Collapse)AuthorAgeFilesLines
* Drop <cryptodev.h>Miloslav Trmač2010-08-241-210/+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.
* Added data functionality and a test program.Nikos Mavrogiannopoulos2010-06-171-1/+1
|
* Corrected make clean, and corrected examples to use the current cryptodev.hNikos Mavrogiannopoulos2010-03-171-2/+3
| | | | definitions.
* Examples were moved to examples/ directory.Nikos Mavrogiannopoulos2010-02-201-0/+208