Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add missing newlineuserspace | Miloslav Trmač | 2010-08-25 | 1 | -1/+1 |
| | | | | ... which simplifies merging | ||||
* | Abstract <linux/ncr.h> from <ncrypto.h> users | Miloslav Trmač | 2010-08-24 | 1 | -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 libcryptodev | Miloslav Trmač | 2010-08-24 | 1 | -2/+7 |
| | |||||
* | Integrate examples/ncr_lib.c | Miloslav Trmač | 2010-08-24 | 1 | -1/+6 |
| | |||||
* | Don't repeat the list of example programs | Miloslav Trmač | 2010-08-24 | 1 | -1/+1 |
| | |||||
* | removed the data type. | Nikos Mavrogiannopoulos | 2010-07-26 | 1 | -3/+2 |
| | |||||
* | No need for ncr-direct. All session operations are being done on keys or on ↵ | Nikos Mavrogiannopoulos | 2010-07-25 | 1 | -3/+0 |
| | | | | userspace data. | ||||
* | Added a support for reading session data directly from userspace. | Nikos Mavrogiannopoulos | 2010-07-24 | 1 | -2/+6 |
| | |||||
* | Revert "Modified NCR-USER API to "simplify" and allow setting of size of ↵ | Nikos Mavrogiannopoulos | 2010-07-23 | 1 | -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 Mavrogiannopoulos | 2010-07-21 | 1 | -0/+4 |
| | | | | structure without special system call. | ||||
* | Backported zero copy /dev/crypto operations from master. | Nikos Mavrogiannopoulos | 2010-07-19 | 1 | -2/+6 |
| | |||||
* | Public and private keys are being generated in a new workqueue. Some other ↵ | Nikos Mavrogiannopoulos | 2010-07-07 | 1 | -8/+21 |
| | | | | fixes and optimizations. | ||||
* | Combined tests. | Nikos Mavrogiannopoulos | 2010-06-17 | 1 | -4/+2 |
| | |||||
* | Added ncr_key_import/export, generate and info. Those work with secret keys. | Nikos Mavrogiannopoulos | 2010-06-17 | 1 | -2/+4 |
| | | | | Added test program for those. | ||||
* | Added data functionality and a test program. | Nikos Mavrogiannopoulos | 2010-06-17 | 1 | -2/+4 |
| | |||||
* | Corrected make clean, and corrected examples to use the current cryptodev.h | Nikos Mavrogiannopoulos | 2010-03-17 | 1 | -0/+3 |
| | | | | definitions. | ||||
* | Examples were moved to examples/ directory. | Nikos Mavrogiannopoulos | 2010-02-20 | 1 | -0/+9 |