- 20 Sep, 2006 4 commits
-
-
Herbert Xu authored
This patch converts padlock-sha to use crypto_hash for its fallback. It also changes the fallback selection to use selection by type instead of name. This is done through the new CRYPTO_ALG_NEED_FALLBACK bit, which is set if and only if an algorithm needs a fallback of the same type. Signed-off-by:
Herbert Xu <herbert@gondor.apana.org.au>
-
Michal Ludvig authored
TFMs are local variables. No need to declare them static. After all one is enough. Signed-off-by:
Michal Ludvig <michal@logix.cz> Signed-off-by:
Herbert Xu <herbert@gondor.apana.org.au>
-
Adrian Bunk authored
This patch makes two needlessly global functions static. Signed-off-by:
Adrian Bunk <bunk@stusta.de> Signed-off-by:
Herbert Xu <herbert@gondor.apana.org.au>
-
Michal Ludvig authored
Support for SHA1 / SHA256 algorithms in VIA C7 processors. Signed-off-by:
Michal Ludvig <michal@logix.cz> Signed-off-by:
Herbert Xu <herbert@gondor.apana.org.au>
-