diff options
Diffstat (limited to 'arch/s390/crypto/aes_s390.c')
-rw-r--r-- | arch/s390/crypto/aes_s390.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/s390/crypto/aes_s390.c b/arch/s390/crypto/aes_s390.c index c7c43c9de0d9..220300e760d8 100644 --- a/arch/s390/crypto/aes_s390.c +++ b/arch/s390/crypto/aes_s390.c | |||
@@ -222,6 +222,8 @@ static unsigned int aes_decrypt_cbc(const struct cipher_desc *desc, u8 *out, | |||
222 | 222 | ||
223 | static struct crypto_alg aes_alg = { | 223 | static struct crypto_alg aes_alg = { |
224 | .cra_name = "aes", | 224 | .cra_name = "aes", |
225 | .cra_driver_name = "aes-s390", | ||
226 | .cra_priority = CRYPT_S390_PRIORITY, | ||
225 | .cra_flags = CRYPTO_ALG_TYPE_CIPHER, | 227 | .cra_flags = CRYPTO_ALG_TYPE_CIPHER, |
226 | .cra_blocksize = AES_BLOCK_SIZE, | 228 | .cra_blocksize = AES_BLOCK_SIZE, |
227 | .cra_ctxsize = sizeof(struct s390_aes_ctx), | 229 | .cra_ctxsize = sizeof(struct s390_aes_ctx), |