commit | 6010439f47e6b308c031dad7d99686030ef942dd | [log] [tgz] |
---|---|---|
author | Herbert Xu <herbert@gondor.apana.org.au> | Sat Aug 26 18:34:10 2006 +1000 |
committer | Herbert Xu <herbert@gondor.apana.org.au> | Thu Sep 21 11:46:22 2006 +1000 |
tree | c59d65017014dec1f0c01e6372c7a92f3284a5e9 | |
parent | e4d5b79c661c7cfca9d8d5afd040a295f128d3cb [diff] |
[CRYPTO] padlock: Convert padlock-sha to use crypto_hash 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>