Crypto Update for 2.6.22

From: Herbert Xu
Date: Wed May 02 2007 - 01:02:59 EST


Hi:

Here is the crypto update for 2.6.22:

Please pull from

git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6.git

or

master.kernel.org:/pub/scm/linux/kernel/git/herbert/crypto-2.6.git

Summary:

* Added API for asynchronous block ciphers.
* Small clean-up's.


Herbert Xu (9):
[CRYPTO] api: Proc functions should be marked as unused
[CRYPTO] api: Add async block cipher interface
[CRYPTO] tcrypt: Use async blkcipher interface
[CRYPTO] templates: Pass type/mask when creating instances
[CRYPTO] api: Add async blkcipher type
[CRYPTO] cryptomgr: Fix parsing of nested templates
[CRYPTO] api: Do not remove users unless new algorithm matches
[CRYPTO] cryptd: Add software async crypto daemon
[CRYPTO] api: Add ablkcipher_request_set_tfm

Simon Arlott (1):
[CRYPTO] padlock: Remove pointless padlock module

crypto/Kconfig | 13 +
crypto/Makefile | 2
crypto/ablkcipher.c | 83 ++++++++++
crypto/algapi.c | 169 +++++++++++++++++----
crypto/blkcipher.c | 72 ++++++++-
crypto/cbc.c | 11 +
crypto/cryptd.c | 375 ++++++++++++++++++++++++++++++++++++++++++++++++
crypto/cryptomgr.c | 66 +++++---
crypto/ecb.c | 11 +
crypto/hash.c | 2
crypto/hmac.c | 11 +
crypto/lrw.c | 11 +
crypto/pcbc.c | 11 +
crypto/tcrypt.c | 121 ++++++++++-----
crypto/xcbc.c | 12 +
drivers/crypto/Kconfig | 16 --
drivers/crypto/Makefile | 1
include/crypto/algapi.h | 84 ++++++++++
include/linux/crypto.h | 236 +++++++++++++++++++++++++++++-
19 files changed, 1166 insertions(+), 141 deletions(-)

Cheers,
--
Visit Openswan at http://www.openswan.org/
Email: Herbert Xu ~{PmV>HI~} <herbert@xxxxxxxxxxxxxxxxxxx>
Home Page: http://gondor.apana.org.au/~herbert/
PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/