Re: [PATCH 1/1] crypto: tcrypt: fix keysize argument of test_aead_speed for gcm(aes)

2015-11-23 Thread Herbert Xu
On Tue, Nov 17, 2015 at 01:37:10PM +0100, Cyrille Pitchen wrote: > The key sizes used by AES in GCM mode should be 128, 192 or 256 bits (16, > 24 or 32 bytes). > There is no additional 4byte nonce as for RFC 4106. > > Signed-off-by: Cyrille Pitchen Patch applied.

[PATCH 1/1] crypto: tcrypt: fix keysize argument of test_aead_speed for gcm(aes)

2015-11-17 Thread Cyrille Pitchen
The key sizes used by AES in GCM mode should be 128, 192 or 256 bits (16, 24 or 32 bytes). There is no additional 4byte nonce as for RFC 4106. Signed-off-by: Cyrille Pitchen --- crypto/tcrypt.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git