commit | 6ea4b2db0ce7e8d15dc3d64bc32c63557a6138ce | [log] [tgz] |
---|---|---|
author | Andy Lutomirski <luto@kernel.org> | Mon Dec 12 10:27:01 2016 -0800 |
committer | Andy Lutomirski <luto@kernel.org> | Tue Dec 13 18:51:33 2016 -0800 |
tree | 2738fc681680efc8fded0198676ffd2f16a0db1d | |
parent | b62651543ce316cf220ec0a717dc498d826b8f54 [diff] |
orinoco: Use shash instead of ahash for MIC calculations Eric Biggers pointed out that the orinoco driver pointed scatterlists at the stack. Fix it by switching from ahash to shash. The result should be simpler, faster, and more correct. Cc: stable@vger.kernel.org # 4.9 only Reported-by: Eric Biggers <ebiggers3@gmail.com> Signed-off-by: Andy Lutomirski <luto@kernel.org>