commit | b0c3e75d857f3785a4b274e26b1c0b2327580dda | [log] [tgz] |
---|---|---|
author | Sebastian Siewior <sebastian@breakpoint.cc> | Sat Dec 01 12:47:37 2007 +1100 |
committer | Herbert Xu <herbert@gondor.apana.org.au> | Fri Jan 11 08:16:27 2008 +1100 |
tree | 95f3fe09469d8c2719253fb90771f561d9100f3b | |
parent | a10e11946bb2d59516a5252b1b588e2963a13ebe [diff] |
[CRYPTO] aes_s390: Add fallback driver Some CPUs support only 128 bit keys in HW. This patch adds SW fallback support for the other keys which may be required. The generic algorithm (and the block mode) must be availble in case of a fallback. Signed-off-by: Sebastian Siewior <sebastian@breakpoint.cc> Signed-off-by: Jan Glauber <jang@linux.vnet.ibm.com> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>