summaryrefslogtreecommitdiffstats
path: root/ncr-pk.c
Commit message (Expand)AuthorAgeFilesLines
* Use <linux/uaccess.h> instead of <asm/uaccess.h>Miloslav Trmač2010-08-071-1/+1
* Use <linux/ioctl.h> instead of <asm/ioctl.h>Miloslav Trmač2010-08-071-1/+1
* Fix build with recent kernelsJan Chadima2010-08-051-0/+1
* Drop the key generation work queueMiloslav Trmač2010-08-041-86/+29
* Implemented Diffie Hellman Key exchange.Nikos Mavrogiannopoulos2010-07-271-4/+68
* Added Diffie Hellman key generation.Nikos Mavrogiannopoulos2010-07-271-19/+77
* Corrected copyright notices.Nikos Mavrogiannopoulos2010-07-271-1/+3
* relicensed under GNU GPLv2.Nikos Mavrogiannopoulos2010-07-271-8/+9
* removed the data type.Nikos Mavrogiannopoulos2010-07-261-6/+8
* ncr_int.h -> ncr-int.hNikos Mavrogiannopoulos2010-07-251-1/+1
* Added a support for reading session data directly from userspace.Nikos Mavrogiannopoulos2010-07-241-52/+158
* Use of algo_properties to avoid linear search on a table for each property.Miloslav Trmač2010-07-241-31/+43
* Splitted key from key_params structure. Also separated dsa from rsa structure...Nikos Mavrogiannopoulos2010-07-231-6/+25
* Revert "initial support for userspace data."Nikos Mavrogiannopoulos2010-07-231-165/+44
* initial support for userspace data.Nikos Mavrogiannopoulos2010-07-211-44/+165
* Fixed RSA encryption and decryption.Nikos Mavrogiannopoulos2010-07-191-0/+1
* sparse: Fix signedness missmatch (especially in *_export)Miloslav Trmač2010-07-191-1/+1
* Corrected RSA signature generation/verification.Nikos Mavrogiannopoulos2010-07-141-8/+10
* Added signature generation and verification.Nikos Mavrogiannopoulos2010-07-121-6/+97
* Initial additions to have PK encryption/decryption. Separated operationsNikos Mavrogiannopoulos2010-07-121-1/+104
* Allow import and export of keys.Nikos Mavrogiannopoulos2010-07-121-1/+1
* Allow import and export of keys.Nikos Mavrogiannopoulos2010-07-121-0/+32
* Several fixes. RSA key generation tested and works.Nikos Mavrogiannopoulos2010-07-071-6/+11
* Public and private keys are being generated in a new workqueue. Some other fi...Nikos Mavrogiannopoulos2010-07-071-14/+85
* Added ability to generate DSA and RSA keys and store them.Nikos Mavrogiannopoulos2010-07-071-0/+195