linux/arch/s390/crypto
Jan Glauber b8dc6038ff [PATCH] s390: des crypto code speedup
Provide ECB and CBC encrypt / decrypt functions to crypto API to speed up our
hardware accelerated DES implementation.  This new functions allow the crypto
API to call ECB / CBC directly with large blocks in difference to the old
functions that were calles with algorithm block size (8 bytes for DES).

This is up to factor 10 faster than our old hardware implementation :)

Signed-off-by: Jan Glauber <jan.glauber@de.ibm.com>
Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
2006-01-14 18:27:08 -08:00
..
aes_s390.c [PATCH] s390: aes support 2006-01-06 08:33:50 -08:00
crypt_s390.h [PATCH] s390: cleanup Kconfig 2006-01-06 08:33:53 -08:00
crypt_s390_query.c [PATCH] s390: aes support 2006-01-06 08:33:50 -08:00
crypto_des.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
des_check_key.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
des_s390.c [PATCH] s390: des crypto code speedup 2006-01-14 18:27:08 -08:00
Makefile [PATCH] s390: aes support 2006-01-06 08:33:50 -08:00
sha1_s390.c [PATCH] s390: in-kernel crypto rename 2006-01-06 08:33:50 -08:00
sha256_s390.c [PATCH] s390: sha256 support 2006-01-06 08:33:50 -08:00