On Thu, 6 Nov 2014 23:17:14 +0800
Herbert Xu [off-list ref] wrote:
On Thu, Oct 30, 2014 at 06:55:07PM +0200, Tudor Ambarus wrote:
quoted
Add AES-GMAC as an IPSec ESP mechanism to provide
data origin authentication, but not confidentiality.
This method is referred as ENCR_NULL_AUTH_AES_GMAC.
Signed-off-by: Tudor Ambarus <redacted>
Applied.
this commit gets this when running the tcrypt module:
caam_jr ffe302000.jr: 2000221a: CCB: desc idx 34: AES: ICV check failed.
caam_jr ffe302000.jr: 2000221a: CCB: desc idx 34: AES: ICV check failed.
caam_jr ffe302000.jr: 2000221a: CCB: desc idx 34: AES: ICV check failed.
Briefly looking at testmgr's aes_gcm_rfc4543_dec_tv_template, there
are only two decryption vectors, and, according to the comment, only
the latter should fail?
Thanks,
Kim