[CRYPTO] api: Added crypto_type support
authorHerbert Xu <herbert@gondor.apana.org.au>
Mon, 21 Aug 2006 14:06:54 +0000 (00:06 +1000)
committerHerbert Xu <herbert@gondor.apana.org.au>
Thu, 21 Sep 2006 01:41:51 +0000 (11:41 +1000)
commite853c3cfa8cc24869ecd2526e589bcb176bc12e9
tree24ad223420bdea868e891676ebb7285e3c477a05
parent8f21cf0d2bae04ece761595036c9da8328b279aa
[CRYPTO] api: Added crypto_type support

This patch adds the crypto_type structure which will be used for all new
crypto algorithm types, beginning with block ciphers.

The primary purpose of this abstraction is to allow different crypto_type
objects for crypto algorithms of the same type, in particular, there will
be a different crypto_type objects for asynchronous algorithms.

Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
crypto/api.c
crypto/proc.c
include/crypto/algapi.h
include/linux/crypto.h