commit | 39ef08517082a424b5b65c3dbaa6c0fa9d3303b9 | [log] [tgz] |
---|---|---|
author | Lei He <helei.sig11@bytedance.com> | Fri Oct 22 20:44:43 2021 +0800 |
committer | Herbert Xu <herbert@gondor.apana.org.au> | Fri Oct 29 21:04:04 2021 +0800 |
tree | 0aa06f703da1d267500e6951d77222773cb04deb | |
parent | 68b6dea802cea0dbdd8bd7ccc60716b5a32a5d8a [diff] |
crypto: testmgr - fix wrong key length for pkcs1pad Fix wrong test data at testmgr.h, it seems to be caused by ignoring the last '\0' when calling sizeof. Signed-off-by: Lei He <helei.sig11@bytedance.com> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>