summaryrefslogtreecommitdiffstats
path: root/examples/ncr.c
Commit message (Expand)AuthorAgeFilesLines
* Make it possible to import private keysMiloslav Trmač2010-08-241-0/+4
* Reject prohibited key flags immediatelyMiloslav Trmač2010-08-241-10/+8
* Added KEY_WRAPPING flag that allows a key to be used for wrapping other keys.Nikos Mavrogiannopoulos2010-08-191-6/+101
* Use types from <linux/types.h> for public headers.Miloslav Trmač2010-08-081-0/+1
* Added test case for hashing secret keys. Some corrections in independent sess...Nikos Mavrogiannopoulos2010-07-261-0/+116
* removed the data type.Nikos Mavrogiannopoulos2010-07-261-356/+43
* No need for ncr-direct. All session operations are being done on keys or on u...Nikos Mavrogiannopoulos2010-07-251-84/+32
* Key wrapping operates directly to userspace data. No need to involve the data...Nikos Mavrogiannopoulos2010-07-251-17/+16
* Added a support for reading session data directly from userspace.Nikos Mavrogiannopoulos2010-07-241-6/+9
* Simplified the session_op structure and combined the OP_SIGN with the OP_DIGESTNikos Mavrogiannopoulos2010-07-241-7/+7
* Splitted key from key_params structure. Also separated dsa from rsa structure...Nikos Mavrogiannopoulos2010-07-231-5/+5
* Minor fixes in example programs.Nikos Mavrogiannopoulos2010-07-231-9/+10
* Append_flag was removed.Nikos Mavrogiannopoulos2010-07-231-19/+0
* Revert "initial support for userspace data."Nikos Mavrogiannopoulos2010-07-231-20/+30
* Revert "Modified NCR-USER API to "simplify" and allow setting of size of data...Nikos Mavrogiannopoulos2010-07-231-1/+10
* Modified NCR-USER API to "simplify" and allow setting of size of data structu...Nikos Mavrogiannopoulos2010-07-211-10/+1
* initial support for userspace data.Nikos Mavrogiannopoulos2010-07-211-30/+20
* Corrected RSA signature generation/verification.Nikos Mavrogiannopoulos2010-07-141-2/+2
* OP_MAC was deprecated by OP_SIGN.Nikos Mavrogiannopoulos2010-07-141-5/+5
* Initial additions to have PK encryption/decryption. Separated operationsNikos Mavrogiannopoulos2010-07-121-36/+32
* Public and private keys are being generated in a new workqueue. Some other fi...Nikos Mavrogiannopoulos2010-07-071-0/+1220