commit | 4c9485ff8405d64ccbb56bbcc6fb781b6e3b9c10 | [log] [tgz] |
---|---|---|
author | Ruchika Gupta <ruchika.gupta@linaro.org> | Tue Feb 16 11:57:47 2021 +0530 |
committer | Jérôme Forissier <jerome@forissier.org> | Fri Feb 26 08:37:22 2021 +0100 |
tree | 05766cbe409ae2c05914459e4807f3e1298ba783 | |
parent | 406bca032278f57e3a1714851a083643072a0735 [diff] |
xtest: pkcs11: Fix size of Generic Secret Key Earlier it was wrongly assumed that size (CKA_VALUE_LENGTH) of CKK_GENERIC_SECRET object has to be in bits. This is not correct as CKA_VALUE_LENGTH is the key size in bytes. Reviewed-by: Etienne Carriere <etienne.carriere@linaro.org> Reviewed-by: Vesa Jääskeläinen <vesa.jaaskelainen@vaisala.com> Signed-off-by: Ruchika Gupta <ruchika.gupta@linaro.org>
This git contains source code for the test suite (xtest) used to test the OP-TEE project.
All official OP-TEE documentation has moved to http://optee.readthedocs.io. The information that used to be here in this git can be found under optee_test.
// OP-TEE core maintainers