summaryrefslogtreecommitdiffstats
path: root/ncr-sessions.c
Commit message (Expand)AuthorAgeFilesLines
* Splitted key from key_params structure. Also separated dsa from rsa structure...Nikos Mavrogiannopoulos2010-07-231-4/+12
* Revert "initial support for userspace data."Nikos Mavrogiannopoulos2010-07-231-120/+23
* Revert "Modified NCR-USER API to "simplify" and allow setting of size of data...Nikos Mavrogiannopoulos2010-07-231-72/+17
* Modified NCR-USER API to "simplify" and allow setting of size of data structu...Nikos Mavrogiannopoulos2010-07-211-17/+72
* initial support for userspace data.Nikos Mavrogiannopoulos2010-07-211-23/+120
* hash_reset() was combined with hash_init() to avoid requiring two calls for h...Nikos Mavrogiannopoulos2010-07-191-12/+0
* Fixed RSA encryption and decryption.Nikos Mavrogiannopoulos2010-07-191-7/+19
* Added NULL cipher and a speed program to compare old cryptodev operations and...Nikos Mavrogiannopoulos2010-07-191-1/+8
* Added CAMELLIA-ECB and AES-CTR as well as CAMELLIA-CTR.Nikos Mavrogiannopoulos2010-07-191-1/+7
* Initialize hash name for NCR_OP_DIGESTMiloslav Trmač2010-07-191-0/+6
* Free all data referenced by a session, in all casesMiloslav Trmač2010-07-191-7/+5
* Report errors from update implied by session_finalMiloslav Trmač2010-07-191-3/+9
* Remove unused variablesMiloslav Trmač2010-07-191-4/+0
* Refuse non-digest algorithms for pubkey sign/verify operationsMiloslav Trmač2010-07-191-0/+5
* sparse: Make one-bit bit fields explicitly unsignedMiloslav Trmač2010-07-191-6/+6
* Fix copy_{from,to}_user error handlingMiloslav Trmač2010-07-191-16/+17
* Free data on error its descriptor to user-spaceMiloslav Trmač2010-07-191-1/+7
* Corrected RSA signature generation/verification.Nikos Mavrogiannopoulos2010-07-141-25/+32
* Added signature generation and verification.Nikos Mavrogiannopoulos2010-07-121-55/+295
* Initial additions to have PK encryption/decryption. Separated operationsNikos Mavrogiannopoulos2010-07-121-40/+44
* Corrected permissions.Nikos Mavrogiannopoulos2010-07-071-0/+0
* exported _ncr_algo_to_str and _ncr_algo_digest_sizeNikos Mavrogiannopoulos2010-07-061-4/+4
* Several fixes related to checks with copy_from/to_user.Nikos Mavrogiannopoulos2010-06-171-0/+1
* Added checking in copy_from_user and copy_to_user.Nikos Mavrogiannopoulos2010-06-171-47/+85
* Corrected hash algorithms initialization. Test vectors pass.Nikos Mavrogiannopoulos2010-06-171-4/+23
* corrected the digest size of SHA224.Nikos Mavrogiannopoulos2010-06-171-1/+1
* AES self tests now pass.Nikos Mavrogiannopoulos2010-06-171-5/+13
* Some fix in _once.Nikos Mavrogiannopoulos2010-06-171-0/+8
* Added generic sessions to allow encryption/decryption hash and HMAC.Nikos Mavrogiannopoulos2010-06-171-2/+374
* Added initial wrapping and unwrapping key API. Adds an implementation of the ...Nikos Mavrogiannopoulos2010-06-171-0/+125