summaryrefslogtreecommitdiffstats
path: root/ncr-key-wrap.c
Commit message (Expand)AuthorAgeFilesLines
* Corrected copyright notices.Nikos Mavrogiannopoulos2010-07-271-1/+3
* relicensed under GNU GPLv2.Nikos Mavrogiannopoulos2010-07-271-8/+9
* Fix an error path in _unwrap_aes_rfc5649Miloslav Trmač2010-07-261-1/+1
* ncr_int.h -> ncr-int.hNikos Mavrogiannopoulos2010-07-251-1/+1
* Key wrapping operates directly to userspace data. No need to involve the data...Nikos Mavrogiannopoulos2010-07-251-63/+108
* Splitted key from key_params structure. Also separated dsa from rsa structure...Nikos Mavrogiannopoulos2010-07-231-6/+6
* Revert "initial support for userspace data."Nikos Mavrogiannopoulos2010-07-231-48/+13
* Revert "Modified NCR-USER API to "simplify" and allow setting of size of data...Nikos Mavrogiannopoulos2010-07-231-36/+8
* Modified NCR-USER API to "simplify" and allow setting of size of data structu...Nikos Mavrogiannopoulos2010-07-211-8/+36
* initial support for userspace data.Nikos Mavrogiannopoulos2010-07-211-13/+48
* Represent ENOKEY as a negative valueMiloslav Trmač2010-07-191-2/+2
* sparse: Avoid variable-length arraysMiloslav Trmač2010-07-191-4/+21
* Fix copy_{from,to}_user error handlingMiloslav Trmač2010-07-191-12/+8
* Fix error paths in ncr_key_storage_wrapMiloslav Trmač2010-07-191-1/+2
* Fix error paths in ncr_key_wrapMiloslav Trmač2010-07-191-1/+2
* Initial additions to have PK encryption/decryption. Separated operationsNikos Mavrogiannopoulos2010-07-121-18/+16
* Added checking in copy_from_user and copy_to_user.Nikos Mavrogiannopoulos2010-06-171-4/+20
* Fixed key storage wrapping.Nikos Mavrogiannopoulos2010-06-171-26/+32
* Added rfc5649 key wrapping (untested).Nikos Mavrogiannopoulos2010-06-171-71/+222
* Initial attempts to allow wrapping keys with out of band data such as flags, ...Nikos Mavrogiannopoulos2010-06-171-4/+145
* Wrapping/Unwrapping works and tested.Nikos Mavrogiannopoulos2010-06-171-17/+49
* Key wrapping fixed.Nikos Mavrogiannopoulos2010-06-171-4/+8
* Added generic sessions to allow encryption/decryption hash and HMAC.Nikos Mavrogiannopoulos2010-06-171-24/+23
* Added initial wrapping and unwrapping key API. Adds an implementation of the ...Nikos Mavrogiannopoulos2010-06-171-0/+309