summaryrefslogtreecommitdiffstats
path: root/examples/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'userspace' into integrationintegrationMiloslav Trmač2010-08-231-4/+14
|\ | | | | | | | | Conflicts: examples/Makefile
| * Abstract <linux/ncr.h> from <ncrypto.h> usersMiloslav Trmač2010-08-231-1/+1
| | | | | | | | | | | | | | | | | | Let <ncrypto.h> users #include this header file alone, without caring about <linux/ncr.h>. To do so, set up a temporary copy of ncr.h so that the #include <linux/ncr.h> works at build time as well.
| * Add port of examples/pk.c to libcryptodevMiloslav Trmač2010-08-231-2/+7
| |
| * Integrate examples/ncr_lib.cMiloslav Trmač2010-08-231-1/+6
| |
| * Don't repeat the list of example programsMiloslav Trmač2010-08-231-1/+1
| |
* | Drop <cryptodev.h>Miloslav Trmač2010-08-231-10/+2
|/ | | | Also drop implementation of its ioctls, examples, openssl patch.
* removed the data type.Nikos Mavrogiannopoulos2010-07-261-3/+2
|
* No need for ncr-direct. All session operations are being done on keys or on ↵Nikos Mavrogiannopoulos2010-07-251-3/+0
| | | | userspace data.
* Added a support for reading session data directly from userspace.Nikos Mavrogiannopoulos2010-07-241-2/+6
|
* Revert "Modified NCR-USER API to "simplify" and allow setting of size of ↵Nikos Mavrogiannopoulos2010-07-231-4/+0
| | | | | | data structure without special system call." This reverts commit 5689c9734223fb349bba526d620823a803c3b67e.
* Modified NCR-USER API to "simplify" and allow setting of size of data ↵Nikos Mavrogiannopoulos2010-07-211-0/+4
| | | | structure without special system call.
* Backported zero copy /dev/crypto operations from master.Nikos Mavrogiannopoulos2010-07-191-2/+6
|
* Public and private keys are being generated in a new workqueue. Some other ↵Nikos Mavrogiannopoulos2010-07-071-8/+21
| | | | fixes and optimizations.
* Combined tests.Nikos Mavrogiannopoulos2010-06-171-4/+2
|
* Added ncr_key_import/export, generate and info. Those work with secret keys.Nikos Mavrogiannopoulos2010-06-171-2/+4
| | | | Added test program for those.
* Added data functionality and a test program.Nikos Mavrogiannopoulos2010-06-171-2/+4
|
* Corrected make clean, and corrected examples to use the current cryptodev.hNikos Mavrogiannopoulos2010-03-171-0/+3
| | | | definitions.
* Examples were moved to examples/ directory.Nikos Mavrogiannopoulos2010-02-201-0/+9