commit | fce32d70ba834129b164c40c2d4260e5a7a7d850 | [log] [tgz] |
---|---|---|
author | Herbert Xu <herbert@gondor.apana.org.au> | Sat Aug 26 17:35:45 2006 +1000 |
committer | Herbert Xu <herbert@gondor.apana.org.au> | Thu Sep 21 11:46:21 2006 +1000 |
tree | 25076d25f1b95c93b276db253bc8cd301bae6289 | |
parent | 35058687912aa2f0b4554383cc10be4e0683b9a4 [diff] |
[CRYPTO] api: Add crypto_comp and crypto_has_* This patch adds the crypto_comp type to complete the compile-time checking conversion. The functions crypto_has_alg and crypto_has_cipher, etc. are also added to replace crypto_alg_available. Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>