Re: [PATCH v2] crypto: AEAD: add check for presence of auth tag

2015-01-08 Thread Herbert Xu
On Mon, Jan 05, 2015 at 12:21:45PM +0100, Stephan Mueller wrote: > The AEAD decryption operation requires the authentication tag to be > present as part of the cipher text buffer. The added check verifies that > the caller provides a cipher text with at least the authentication tag. > > Signed-off

[PATCH v2] crypto: AEAD: add check for presence of auth tag

2015-01-05 Thread Stephan Mueller
The AEAD decryption operation requires the authentication tag to be present as part of the cipher text buffer. The added check verifies that the caller provides a cipher text with at least the authentication tag. Signed-off-by: Stephan Mueller --- include/linux/crypto.h | 3 +++ 1 file changed,