]> git.baikalelectronics.ru Git - kernel.git/commit
crypto: testmgr - fix wrong key length for pkcs1pad
authorLei He <helei.sig11@bytedance.com>
Fri, 22 Oct 2021 12:44:43 +0000 (20:44 +0800)
committerHerbert Xu <herbert@gondor.apana.org.au>
Fri, 29 Oct 2021 13:04:04 +0000 (21:04 +0800)
commit6782df22961ead911785a48ba349b5217df61a5a
tree0aa06f703da1d267500e6951d77222773cb04deb
parentaa65747030be10a457415ffd4fa388e902163895
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>
crypto/testmgr.h