Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-09-17 | sparc64: Fix IV handling bug in des_sparc64_cbc_decrypt | David S. Miller | |
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> | |||
2012-08-31 | sparc64: Avoid code duplication in crypto assembler. | David S. Miller | |
Put the opcode macros in a common header Signed-off-by: David S. Miller <davem@davemloft.net> | |||
2012-08-25 | sparc64: Add DES driver making use of the new des opcodes. | David S. Miller | |
Signed-off-by: David S. Miller <davem@davemloft.net> |