Searched hist:"65 d5fcf5" (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/arch/sparc/crypto/ |
H A D | des_asm.S | 65d5fcf5 Mon Sep 17 21:57:30 CDT 2012 David S. Miller <davem@davemloft.net> 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: David S. Miller <davem@davemloft.net> 65d5fcf5 Mon Sep 17 21:57:30 CDT 2012 David S. Miller <davem@davemloft.net> 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: David S. Miller <davem@davemloft.net>
|