commit | e853c3cfa8cc24869ecd2526e589bcb176bc12e9 | [log] [tgz] |
---|---|---|
author | Herbert Xu <herbert@gondor.apana.org.au> | Tue Aug 22 00:06:54 2006 +1000 |
committer | Herbert Xu <herbert@gondor.apana.org.au> | Thu Sep 21 11:41:51 2006 +1000 |
tree | 24ad223420bdea868e891676ebb7285e3c477a05 | |
parent | 8f21cf0d2bae04ece761595036c9da8328b279aa [diff] |
[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>