]> git.baikalelectronics.ru Git - kernel.git/commit
[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)
commit9b01b2235e1ac3dca5f868a92c0f7d86e6eb6846
tree24ad223420bdea868e891676ebb7285e3c477a05
parent93012d329e92527e2085b4e7cac8b92276c87f47
[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