commit | 7aacbfcb331ceff3ac43096d563a1f93ed46e35e | [log] [tgz] |
---|---|---|
author | Robert Baronescu <robert.baronescu@nxp.com> | Tue Oct 10 13:22:00 2017 +0300 |
committer | Herbert Xu <herbert@gondor.apana.org.au> | Fri Nov 03 21:50:47 2017 +0800 |
tree | e9f361deefc50f460b2119afaf055ed74562eb7d | |
parent | 59517226a35a4041e41d114d085846ac94ebfbf2 [diff] |
crypto: tcrypt - fix buffer lengths in test_aead_speed() 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 <robert.baronescu@nxp.com> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>