summaryrefslogtreecommitdiffstats
path: root/ncr_int.h
Commit message (Expand)AuthorAgeFilesLines
* Splitted key from key_params structure. Also separated dsa from rsa structure...Nikos Mavrogiannopoulos2010-07-231-2/+1
* Revert "initial support for userspace data."Nikos Mavrogiannopoulos2010-07-231-21/+1
* Revert "Modified NCR-USER API to "simplify" and allow setting of size of data...Nikos Mavrogiannopoulos2010-07-231-14/+5
* Modified NCR-USER API to "simplify" and allow setting of size of data structu...Nikos Mavrogiannopoulos2010-07-211-5/+14
* initial support for userspace data.Nikos Mavrogiannopoulos2010-07-211-1/+21
* Separated PK operations.Nikos Mavrogiannopoulos2010-07-141-43/+1
* Added signature generation and verification.Nikos Mavrogiannopoulos2010-07-121-7/+22
* Initial additions to have PK encryption/decryption. Separated operationsNikos Mavrogiannopoulos2010-07-121-3/+33
* Allow import and export of keys.Nikos Mavrogiannopoulos2010-07-121-0/+1
* Public and private keys are being generated in a new workqueue. Some other fi...Nikos Mavrogiannopoulos2010-07-071-0/+3
* Corrected permissions.Nikos Mavrogiannopoulos2010-07-071-0/+0
* Added ability to generate DSA and RSA keys and store them.Nikos Mavrogiannopoulos2010-07-071-0/+15
* exported _ncr_algo_to_str and _ncr_algo_digest_sizeNikos Mavrogiannopoulos2010-07-061-0/+3
* Use current_euid() and task_pid_nr(current) to get identifiers for owners (fo...Nikos Mavrogiannopoulos2010-06-171-6/+12
* Added rfc5649 key wrapping (untested).Nikos Mavrogiannopoulos2010-06-171-0/+5
* Initial attempts to allow wrapping keys with out of band data such as flags, ...Nikos Mavrogiannopoulos2010-06-171-3/+8
* Added generic sessions to allow encryption/decryption hash and HMAC.Nikos Mavrogiannopoulos2010-06-171-3/+10
* Added initial wrapping and unwrapping key API. Adds an implementation of the ...Nikos Mavrogiannopoulos2010-06-171-0/+42
* Storage ioctls removed. Concentrating on wrap/unwrap functionality.Nikos Mavrogiannopoulos2010-06-171-1/+0
* Some updates in the server approach (not working yet).Nikos Mavrogiannopoulos2010-06-171-1/+1
* Added small subsystem for storage (no storage occuring yet).Nikos Mavrogiannopoulos2010-06-171-4/+9
* Added deinitialization of limits on module unloading. Better cleanup of unuse...Nikos Mavrogiannopoulos2010-06-171-0/+1
* Added ncr_key_import/export, generate and info. Those work with secret keys.Nikos Mavrogiannopoulos2010-06-171-5/+13
* Compilation and initialization fixes.Nikos Mavrogiannopoulos2010-06-171-0/+1
* Added some initial for of key. Added helper functions to enforce per user and...Nikos Mavrogiannopoulos2010-06-171-11/+59
* Separated data functionality to ncr-data.c.Nikos Mavrogiannopoulos2010-06-171-0/+10
* Added data functionality and a test program.Nikos Mavrogiannopoulos2010-06-171-2/+4
* Some updates to compile.Nikos Mavrogiannopoulos2010-06-171-1/+9
* Tried to introduce new api.Nikos Mavrogiannopoulos2010-06-171-0/+27