diff options
author | Herbert Xu <herbert@gondor.apana.org.au> | 2006-08-21 21:39:24 +1000 |
---|---|---|
committer | Herbert Xu <herbert@gondor.apana.org.au> | 2006-09-21 11:44:50 +1000 |
commit | a9e62fadf0b02ba4a1d945d1a75652507da94319 (patch) | |
tree | 8e17290e66a3b0200d1a55b1798c81c9bb83e19d /arch/s390/crypto/crypt_s390.h | |
parent | 28ce728a90cce3a0c6c0ed00354299de52db94b1 (diff) | |
download | linux-a9e62fadf0b02ba4a1d945d1a75652507da94319.tar.gz linux-a9e62fadf0b02ba4a1d945d1a75652507da94319.tar.bz2 linux-a9e62fadf0b02ba4a1d945d1a75652507da94319.zip |
[CRYPTO] s390: Added block cipher versions of CBC/ECB
This patch adds block cipher algorithms for S390. Once all users of the
old cipher type have been converted the existing CBC/ECB non-block cipher
operations will be removed.
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Diffstat (limited to 'arch/s390/crypto/crypt_s390.h')
-rw-r--r-- | arch/s390/crypto/crypt_s390.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/s390/crypto/crypt_s390.h b/arch/s390/crypto/crypt_s390.h index d1d330797f75..efd836c2e4a6 100644 --- a/arch/s390/crypto/crypt_s390.h +++ b/arch/s390/crypto/crypt_s390.h @@ -21,6 +21,7 @@ #define CRYPT_S390_FUNC_MASK 0x00FF #define CRYPT_S390_PRIORITY 300 +#define CRYPT_S390_COMPOSITE_PRIORITY 400 /* s930 cryptographic operations */ enum crypt_s390_operations { |