WSL2-Linux-Kernel/arch/sparc/crypto
David S. Miller 0bdcaf7495 sparc64: Move AES driver over to a methods based implementation.
Instead of testing and branching off of the key size on every
encrypt/decrypt call, use method ops assigned at key set time.

Reverse the order of float registers used for decryption to make
future changes easier.

Align all assembler routines on a 32-byte boundary.

Signed-off-by: David S. Miller <davem@davemloft.net>
2012-08-29 14:22:23 -07:00
..
Makefile sparc64: Add CAMELLIA driver making use of the new camellia opcodes. 2012-08-28 20:51:24 -07:00
aes_asm.S sparc64: Move AES driver over to a methods based implementation. 2012-08-29 14:22:23 -07:00
aes_glue.c sparc64: Move AES driver over to a methods based implementation. 2012-08-29 14:22:23 -07:00
camellia_asm.S sparc64: Add CAMELLIA driver making use of the new camellia opcodes. 2012-08-28 20:51:24 -07:00
camellia_glue.c sparc64: Add CAMELLIA driver making use of the new camellia opcodes. 2012-08-28 20:51:24 -07:00
crc32c_asm.S sparc64: Add CRC32C driver making use of the new crc32c opcode. 2012-08-22 20:47:36 -07:00
crc32c_glue.c sparc64: Add CRC32C driver making use of the new crc32c opcode. 2012-08-22 20:47:36 -07:00
des_asm.S sparc64: Add DES driver making use of the new des opcodes. 2012-08-25 22:37:23 -07:00
des_glue.c sparc64: Add DES driver making use of the new des opcodes. 2012-08-25 22:37:23 -07:00
md5_asm.S sparc64: Use fsrc2 instead of fsrc1 in sparc64 hash crypto drivers. 2012-08-28 20:55:19 -07:00
md5_glue.c sparc64: Add MD5 driver making use of the 'md5' instruction. 2012-08-20 15:08:50 -07:00
sha1_asm.S sparc64: Use fsrc2 instead of fsrc1 in sparc64 hash crypto drivers. 2012-08-28 20:55:19 -07:00
sha1_glue.c
sha256_asm.S sparc64: Use fsrc2 instead of fsrc1 in sparc64 hash crypto drivers. 2012-08-28 20:55:19 -07:00
sha256_glue.c sparc64: Add SHA224/SHA256 driver making use of the 'sha256' instruction. 2012-08-20 15:08:49 -07:00
sha512_asm.S sparc64: Use fsrc2 instead of fsrc1 in sparc64 hash crypto drivers. 2012-08-28 20:55:19 -07:00
sha512_glue.c sparc64: Add SHA384/SHA512 driver making use of the 'sha512' instruction. 2012-08-20 15:08:50 -07:00