aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/crypto/padlock.c (follow)
AgeCommit message (Collapse)AuthorFilesLines
2006-09-21[CRYPTO] users: Use crypto_comp and crypto_has_*Herbert Xu1-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>
2006-09-21[CRYPTO] padlock: Helper module padlock.koMichal Ludvig1-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>