Re: [PATCH 2/2] crypto: tcrypt - fix buffer lengths in test_aead_speed()

2017-11-03 Thread Herbert Xu
On Tue, Oct 10, 2017 at 01:22:00PM +0300, Robert Baronescu wrote: > Fix the way the length of the buffers used for > encryption / decryption are computed. > For e.g. in case of encryption, input buffer does not contain > an authentication tag. > > Signed-off-by: Robert Baronescu

[PATCH 2/2] crypto: tcrypt - fix buffer lengths in test_aead_speed()

2017-10-10 Thread Robert Baronescu
Fix the way the length of the buffers used for encryption / decryption are computed. For e.g. in case of encryption, input buffer does not contain an authentication tag. Signed-off-by: Robert Baronescu --- crypto/tcrypt.c | 6 -- 1 file changed, 4 insertions(+), 2