commit | 5c6ac1d4f8fbdbed65dbeb8cf149d736409d16a1 | [log] [tgz] |
---|---|---|
author | Robert Baronescu <robert.baronescu@nxp.com> | Tue Oct 10 13:21:59 2017 +0300 |
committer | Herbert Xu <herbert@gondor.apana.org.au> | Wed Nov 29 16:43:40 2017 +1100 |
tree | 14c3241778601982a09695c7473bcabba10aefbf | |
parent | ecaaab5649781c5a0effdaf298a925063020500e [diff] |
crypto: tcrypt - fix S/G table for test_aead_speed() In case buffer length is a multiple of PAGE_SIZE, the S/G table is incorrectly generated. Fix this by handling buflen = k * PAGE_SIZE separately. Signed-off-by: Robert Baronescu <robert.baronescu@nxp.com> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>