aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/authenc.c
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/authenc.c')
-rw-r--r--crypto/authenc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/authenc.c b/crypto/authenc.c
index fbbc2b505a21..80d9d0b18c13 100644
--- a/crypto/authenc.c
+++ b/crypto/authenc.c
@@ -333,7 +333,7 @@ static struct crypto_instance *crypto_authenc_alloc(struct rtattr **tb)
333 inst->alg.cra_alignmask = auth->cra_alignmask | enc->cra_alignmask; 333 inst->alg.cra_alignmask = auth->cra_alignmask | enc->cra_alignmask;
334 inst->alg.cra_type = &crypto_aead_type; 334 inst->alg.cra_type = &crypto_aead_type;
335 335
336 inst->alg.cra_aead.ivsize = enc->cra_blkcipher.ivsize; 336 inst->alg.cra_aead.ivsize = enc->cra_ablkcipher.ivsize;
337 inst->alg.cra_aead.maxauthsize = auth->cra_type == &crypto_hash_type ? 337 inst->alg.cra_aead.maxauthsize = auth->cra_type == &crypto_hash_type ?
338 auth->cra_hash.digestsize : 338 auth->cra_hash.digestsize :
339 auth->cra_digest.dia_digestsize; 339 auth->cra_digest.dia_digestsize;