diff options
author | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2010-07-27 10:30:26 +0200 |
---|---|---|
committer | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2010-07-27 10:30:26 +0200 |
commit | 81633c5ffee3806a7195258122fe8e7e337c8c54 (patch) | |
tree | a18b6b9412eb7b70aac04aef22c3e1ba907533a6 | |
parent | a30154755e8b15aa70d3385cea97f22f628a870a (diff) | |
download | cryptodev-linux-81633c5ffee3806a7195258122fe8e7e337c8c54.tar.gz cryptodev-linux-81633c5ffee3806a7195258122fe8e7e337c8c54.tar.xz cryptodev-linux-81633c5ffee3806a7195258122fe8e7e337c8c54.zip |
More copyright fixes.
-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> * |