[CRYPTO] aead: Return EBADMSG for ICV mismatch
authorHerbert Xu <herbert@gondor.apana.org.au>
Tue, 4 Dec 2007 09:07:27 +0000 (20:07 +1100)
committerHerbert Xu <herbert@gondor.apana.org.au>
Thu, 10 Jan 2008 21:16:32 +0000 (08:16 +1100)
This patch changes gcm/authenc to return EBADMSG instead of EINVAL for
ICV mismatches.  This convention has already been adopted by IPsec.

Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>

No differences found