diff options
Diffstat (limited to 'crypto/authenc.c')
-rw-r--r-- | crypto/authenc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/authenc.c b/crypto/authenc.c index 82e03ffa6245..6c9104ebf2f4 100644 --- a/crypto/authenc.c +++ b/crypto/authenc.c | |||
@@ -200,7 +200,7 @@ auth_unlock: | |||
200 | 200 | ||
201 | authsize = crypto_aead_authsize(authenc); | 201 | authsize = crypto_aead_authsize(authenc); |
202 | scatterwalk_map_and_copy(ihash, src, cryptlen, authsize, 0); | 202 | scatterwalk_map_and_copy(ihash, src, cryptlen, authsize, 0); |
203 | return memcmp(ihash, ohash, authsize) ? -EINVAL : 0; | 203 | return memcmp(ihash, ohash, authsize) ? -EBADMSG: 0; |
204 | } | 204 | } |
205 | 205 | ||
206 | static void crypto_authenc_decrypt_done(struct crypto_async_request *req, | 206 | static void crypto_authenc_decrypt_done(struct crypto_async_request *req, |