Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [CRYPTO] users: Use crypto_comp and crypto_has_* | Herbert Xu | 2006-09-21 | 1 | -3/+3 |
| | | | | | | | This patch converts all users to use the new crypto_comp type and the crypto_has_* functions. Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au> | ||||
* | [CRYPTO] padlock: Helper module padlock.ko | Michal Ludvig | 2006-09-21 | 1 | -0/+58 |
Compile a helper module padlock.ko that will try to autoload all configured padlock algorithms. This also provides backward compatibility with the ancient times before padlock.ko was renamed to padlock-aes.ko Signed-off-by: Michal Ludvig <michal@logix.cz> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au> |