Skip to content
Commit 6010439f authored by Herbert Xu's avatar Herbert Xu
Browse files

[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: default avatarHerbert Xu <herbert@gondor.apana.org.au>
parent e4d5b79c
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment