summaryrefslogtreecommitdiffstats
path: root/ncr.h
Commit message (Expand)AuthorAgeFilesLines
* Implemented Diffie Hellman Key exchange.Nikos Mavrogiannopoulos2010-07-271-4/+9
* Added Diffie Hellman key generation.Nikos Mavrogiannopoulos2010-07-271-3/+14
* Added __user to userspace buffers.Nikos Mavrogiannopoulos2010-07-261-5/+5
* Corrected issue when finalizing sessions that hashed keys.Nikos Mavrogiannopoulos2010-07-261-2/+2
* removed the data type.Nikos Mavrogiannopoulos2010-07-261-29/+4
* No need for ncr-direct. All session operations are being done on keys or on u...Nikos Mavrogiannopoulos2010-07-251-4/+5
* Key wrapping operates directly to userspace data. No need to involve the data...Nikos Mavrogiannopoulos2010-07-251-5/+9
* Added a support for reading session data directly from userspace.Nikos Mavrogiannopoulos2010-07-241-5/+21
* Simplified the session_op structure and combined the OP_SIGN with the OP_DIGESTNikos Mavrogiannopoulos2010-07-241-15/+4
* Reformat for kernel's (make headers_install)Miloslav Trmač2010-07-241-1/+1
* No need for type of params.Nikos Mavrogiannopoulos2010-07-231-7/+3
* Splitted key from key_params structure. Also separated dsa from rsa structure...Nikos Mavrogiannopoulos2010-07-231-5/+18
* Revert "initial support for userspace data."Nikos Mavrogiannopoulos2010-07-231-11/+2
* Revert "Modified NCR-USER API to "simplify" and allow setting of size of data...Nikos Mavrogiannopoulos2010-07-231-9/+7
* Modified NCR-USER API to "simplify" and allow setting of size of data structu...Nikos Mavrogiannopoulos2010-07-211-7/+9
* initial support for userspace data.Nikos Mavrogiannopoulos2010-07-211-2/+11
* Added NULL cipher and a speed program to compare old cryptodev operations and...Nikos Mavrogiannopoulos2010-07-191-1/+2
* Added CAMELLIA-ECB and AES-CTR as well as CAMELLIA-CTR.Nikos Mavrogiannopoulos2010-07-191-1/+3
* sparse: Fix __user annotationsMiloslav Trmač2010-07-191-2/+3
* Corrected RSA signature generation/verification.Nikos Mavrogiannopoulos2010-07-141-1/+1
* Added signature generation and verification.Nikos Mavrogiannopoulos2010-07-121-7/+10
* Initial additions to have PK encryption/decryption. Separated operationsNikos Mavrogiannopoulos2010-07-121-1/+11
* Removed the public key params get/set functionality. This can be achieved wit...Nikos Mavrogiannopoulos2010-07-121-81/+0
* Added ability to generate DSA and RSA keys and store them.Nikos Mavrogiannopoulos2010-07-071-4/+4
* Initial attempts to allow wrapping keys with out of band data such as flags, ...Nikos Mavrogiannopoulos2010-06-171-1/+22
* Added generic sessions to allow encryption/decryption hash and HMAC.Nikos Mavrogiannopoulos2010-06-171-4/+9
* Added definitions for session ioctls().Nikos Mavrogiannopoulos2010-06-171-0/+11
* Added initial wrapping and unwrapping key API. Adds an implementation of the ...Nikos Mavrogiannopoulos2010-06-171-1/+6
* Storage ioctls removed. Concentrating on wrap/unwrap functionality.Nikos Mavrogiannopoulos2010-06-171-64/+16
* Added small subsystem for storage (no storage occuring yet).Nikos Mavrogiannopoulos2010-06-171-12/+57
* Added ncr_key_import/export, generate and info. Those work with secret keys.Nikos Mavrogiannopoulos2010-06-171-2/+22
* Added data functionality and a test program.Nikos Mavrogiannopoulos2010-06-171-1/+3
* Some updates to compile.Nikos Mavrogiannopoulos2010-06-171-23/+11
* updatesNikos Mavrogiannopoulos2010-06-171-10/+6
* Tried to introduce new api.Nikos Mavrogiannopoulos2010-06-171-0/+325