summaryrefslogtreecommitdiffstats
path: root/ncr-dh.c
Commit message (Expand)AuthorAgeFilesLines
* Drop <cryptodev.h>Miloslav Trmač2010-08-241-1/+0
* Added KEY_WRAPPING flag that allows a key to be used for wrapping other keys.Nikos Mavrogiannopoulos2010-08-191-0/+12
* 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
* Implemented Diffie Hellman Key exchange.Nikos Mavrogiannopoulos2010-07-271-35/+172
* Added Diffie Hellman key generation.Nikos Mavrogiannopoulos2010-07-271-0/+145