commit | 95ec01ba1ef01ffe3cfa755d3d61e24c863ed9b2 | [log] [tgz] |
---|---|---|
author | James Bottomley <James.Bottomley@HansenPartnership.com> | Thu Mar 01 14:37:42 2018 -0800 |
committer | Herbert Xu <herbert@gondor.apana.org.au> | Fri Mar 09 22:45:49 2018 +0800 |
tree | 6ab28e34b5c256b7db5bf44e5b478f758dee3829 | |
parent | a7d85e06ed8033f263451f3aef4159024e7dae5f [diff] |
crypto: ecdh - fix to allow multi segment scatterlists Apparently the ecdh use case was in bluetooth which always has single element scatterlists, so the ecdh module was hard coded to expect them. Now we're using this in TPM, we need multi-element scatterlists, so remove this limitation. Signed-off-by: James Bottomley <James.Bottomley@HansenPartnership.com> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>