From: Stephan Mueller Date: Mon, 5 Jan 2015 11:21:45 +0000 (+0100) Subject: crypto: aead - add check for presence of auth tag X-Git-Tag: fixes-v4.0-rc1~106^2~35 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=15acabfd02e35e270360fbe0def898e48754b3d6;p=pandora-kernel.git crypto: aead - add check for presence of auth tag 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 Signed-off-by: Herbert Xu --- Reading git-diff-tree failed