linux/arch/s390/crypto
Roel Kluin d7ac769068 crypto: aes_s390 - access .cip instead of .blk in cipher mode
The fallback code in cipher mode touch the union fallback.blk instead
of fallback.cip. This is wrong because we use the cipher and not the
blockcipher. This did not show any side effects yet because both types /
structs contain the same element right now.

Signed-off-by: Roel Kluin <roel.kluin@gmail.com>
Signed-off-by: Sebastian Andrzej Siewior <sebastian@breakpoint.cc>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
2010-01-08 14:18:34 +11:00
..
Makefile [CRYPTO] sha512: Hardware acceleration for s390 2008-04-21 10:19:21 +08:00
aes_s390.c crypto: aes_s390 - access .cip instead of .blk in cipher mode 2010-01-08 14:18:34 +11:00
crypt_s390.h crypto: s390 - Respect STFL bit 2008-07-12 15:42:11 +08:00
crypto_des.h
des_check_key.c
des_s390.c crypto: des_s390 - Permit weak keys unless REQ_WEAK_KEY set 2009-06-18 19:52:59 +08:00
prng.c s390: Remove BKL from prng 2009-10-14 15:35:50 +02:00
sha.h crypto: sha-s390 - Switch to shash 2009-02-18 16:48:07 +08:00
sha1_s390.c crypto: sha-s390 - Fix warnings in import function 2009-09-05 16:27:35 +10:00
sha256_s390.c crypto: sha-s390 - Fix warnings in import function 2009-09-05 16:27:35 +10:00
sha512_s390.c crypto: sha-s390 - Fix warnings in import function 2009-09-05 16:27:35 +10:00
sha_common.c crypto: sha-s390 - Switch to shash 2009-02-18 16:48:07 +08:00