commit | 1fef293b8a9850cfa124a53c1d8878d355010403 | [log] [tgz] |
---|---|---|
author | Andrew Lutomirski <luto@kernel.org> | Mon Dec 12 12:55:55 2016 -0800 |
committer | Kalle Valo <kvalo@codeaurora.org> | Fri Dec 30 13:34:15 2016 +0200 |
tree | 083d21f7851a93934ab47b4581f174ee06c4bdb0 | |
parent | c705a6b3aa7804d7bc6660183f51e510c61dc807 [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> Signed-off-by: Kalle Valo <kvalo@codeaurora.org>