summaryrefslogtreecommitdiffstats
path: root/ncr.h
Commit message (Collapse)AuthorAgeFilesLines
...
* initial support for userspace data.Nikos Mavrogiannopoulos2010-07-211-2/+11
|
* Added NULL cipher and a speed program to compare old cryptodev operations ↵Nikos Mavrogiannopoulos2010-07-191-1/+2
| | | | and ncr ones.
* 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
| | | | Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
* Corrected RSA signature generation/verification.Nikos Mavrogiannopoulos2010-07-141-1/+1
| | | | Added Test for RSA and DSA signature generation and verification.
* 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
| | | | | on keys to read/write to prevent overwriting a key while using it. Several other cleanups.
* Removed the public key params get/set functionality. This can be achieved ↵Nikos Mavrogiannopoulos2010-07-121-81/+0
| | | | with import/export functionality and DER decoding.
* 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
| | | | key ids etc.
* Added generic sessions to allow encryption/decryption hash and HMAC.Nikos Mavrogiannopoulos2010-06-171-4/+9
| | | | Removed the ncr-cipher.c.
* 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
| | | | AES-WRAP (untested yet).
* 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 test program for those.
* 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