commit | ab553aaff7fae31a3218ee634f4e8a72ccd9c99d | [log] [tgz] |
---|---|---|
author | Ruchika Gupta <ruchika.gupta@linaro.org> | Tue Nov 03 15:39:49 2020 +0530 |
committer | Jérôme Forissier <jerome@forissier.org> | Tue Nov 24 08:52:23 2020 +0100 |
tree | d74d262f1038d58a5b95a8a36adccd4884d65259 | |
parent | 454b0b6642b7207b99c0c17c807112644146b230 [diff] |
xtest: pkcs11: add hmac tests Adds 1008 and 1009 testing hmac algorithms via - C_SignInit() - C_Sign() - C_SignUpdate() - C_SignFinal() - C_VerifyInit() - C_Verify() - C_VerifyUpdate() - C_VerifyFinal() Co-developed-by: Etienne Carriere <etienne.carriere@linaro.org> Signed-off-by: Etienne Carriere <etienne.carriere@linaro.org> Signed-off-by: Ruchika Gupta <ruchika.gupta@linaro.org> Reviewed-by: Ricardo Salveti <ricardo@foundries.io>
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