RE: [EXT] [PATCH] test/crypto: fix output buffer length

2021-11-15 Thread Akhil Goyal
> Input buffer length is getting appended with > padding length when the test case is encrypted > digest, but output buffer length is appended > with padding length for all the cases. > > This patch fixes the output buffer length > by appending the padding length only when the > test case is of en

[PATCH] test/crypto: fix output buffer length

2021-11-11 Thread Gagandeep Singh
Input buffer length is getting appended with padding length when the test case is encrypted digest, but output buffer length is appended with padding length for all the cases. This patch fixes the output buffer length by appending the padding length only when the test case is of encrypted digest t