commit | c0d20d22e0ad20718702ae98cf8b5c200271d6df | [log] [tgz] |
---|---|---|
author | Herbert Xu <herbert@gondor.apana.org.au> | Wed Jun 29 19:32:23 2016 +0800 |
committer | Herbert Xu <herbert@gondor.apana.org.au> | Fri Jul 01 23:45:19 2016 +0800 |
tree | f0952e208a147dca7e9e04b2815e24845f194e3a | |
parent | 127827b9c295db35fa7e49d00ac5d14faeda9461 [diff] |
crypto: rsa-pkcs1pad - Require hash to be present The only user of rsa-pkcs1pad always uses the hash so there is no reason to support the case of not having a hash. This patch also changes the digest info lookup so that it is only done once during template instantiation rather than on each operation. Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>