linux/arch/sparc/crypto
David S. Miller 65d5fcf5c2 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>
2012-09-17 19:57:30 -07:00
..
aes_asm.S sparc64: Fix bugs in unrolled 256-bit loops. 2012-09-01 23:05:43 -07:00
aes_glue.c sparc64: Add missing pr_fmt define to crypto opcode drivers. 2012-09-15 09:17:10 -07:00
camellia_asm.S sparc64: Avoid code duplication in crypto assembler. 2012-08-31 12:11:51 -07:00
camellia_glue.c sparc64: Add missing pr_fmt define to crypto opcode drivers. 2012-09-15 09:17:10 -07:00
crc32c_asm.S sparc64: Avoid code duplication in crypto assembler. 2012-08-31 12:11:51 -07:00
crc32c_glue.c sparc64: Adjust crypto priorities. 2012-09-15 09:06:30 -07:00
crop_devid.c sparc64: Add auto-loading mechanism to crypto-opcode drivers. 2012-09-15 09:46:25 -07:00
des_asm.S sparc64: Fix IV handling bug in des_sparc64_cbc_decrypt 2012-09-17 19:57:30 -07:00
des_glue.c sparc64: Add missing pr_fmt define to crypto opcode drivers. 2012-09-15 09:17:10 -07:00
Makefile sparc64: Add auto-loading mechanism to crypto-opcode drivers. 2012-09-15 09:46:25 -07:00
md5_asm.S sparc64: Avoid code duplication in crypto assembler. 2012-08-31 12:11:51 -07:00
md5_glue.c sparc64: Adjust crypto priorities. 2012-09-15 09:06:30 -07:00
opcodes.h sparc64: Adjust crypto priorities. 2012-09-15 09:06:30 -07:00
sha1_asm.S sparc64: Avoid code duplication in crypto assembler. 2012-08-31 12:11:51 -07:00
sha1_glue.c sparc64: Adjust crypto priorities. 2012-09-15 09:06:30 -07:00
sha256_asm.S sparc64: Avoid code duplication in crypto assembler. 2012-08-31 12:11:51 -07:00
sha256_glue.c sparc64: Adjust crypto priorities. 2012-09-15 09:06:30 -07:00
sha512_asm.S sparc64: Avoid code duplication in crypto assembler. 2012-08-31 12:11:51 -07:00
sha512_glue.c sparc64: Adjust crypto priorities. 2012-09-15 09:06:30 -07:00