diff options
-rw-r--r-- | AUTHORS | 16 | ||||
-rw-r--r-- | cryptodev_cipher.c | 2 | ||||
-rw-r--r-- | ncr-sessions.c | 1 |
3 files changed, 19 insertions, 0 deletions
@@ -0,0 +1,16 @@ +Michal Ludvig: + Initial implementation for linux 2.6.8 + +Nikos Mavrogiannopoulos: + Port to 2.6.27 and later, better compatibility + with OpenBSD (and FreeBSD) cryptodev and maintanance. + +Michael Weiser: + Porting to blkcipher async API. Several hardware drivers + only implemented this API. + +Phil Sutter: + Implemented a zero copy version of the internal engine. + + +Maintained by Nikos Mavrogiannopoulos (nmav [at] gnutls [dot] org) diff --git a/cryptodev_cipher.c b/cryptodev_cipher.c index eb30a92..01dc29d 100644 --- a/cryptodev_cipher.c +++ b/cryptodev_cipher.c @@ -2,6 +2,8 @@ * Driver for /dev/crypto device (aka CryptoDev) * * Copyright (c) 2010 Nikos Mavrogiannopoulos <nmav@gnutls.org> + * Portions Copyright (c) 2010 Michael Weiser + * Portions Copyright (c) 2010 Phil Sutter * * This file is part of linux cryptodev. * diff --git a/ncr-sessions.c b/ncr-sessions.c index 844e9ab..bd68075 100644 --- a/ncr-sessions.c +++ b/ncr-sessions.c @@ -2,6 +2,7 @@ * New driver for /dev/crypto device (aka CryptoDev) * Copyright (c) 2010 Katholieke Universiteit Leuven + * Portions Copyright (c) 2010 Phil Sutter * * Author: Nikos Mavrogiannopoulos <nmav@gnutls.org> * |