Skip to content
Commit 65d5fcf5 authored by David S. Miller's avatar David S. Miller
Browse files

sparc64: Fix IV handling bug in des_sparc64_cbc_decrypt



The IV wasn't being propagated properly past the first loop
iteration.

This bug lived only because the crypto layer tests for
cbc(des) do not have any cases that go more than one loop.

Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 979e93ca
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