commit | 5f7717ab5857e44add955f0ba0895ae82fe52a7b | [log] [tgz] |
---|---|---|
author | Ruchika Gupta <ruchika.gupta@linaro.org> | Wed Feb 17 13:34:24 2021 +0530 |
committer | Jérôme Forissier <jerome@forissier.org> | Mon Mar 08 16:30:21 2021 +0100 |
tree | 2c672f4a395880462368f896b515d484263d91cf | |
parent | 4c9485ff8405d64ccbb56bbcc6fb781b6e3b9c10 [diff] |
xtest: pkcs11: Add test case for key derivation Add test case 1017 for testing C_DeriveKey() with mechanisms : CKM_AES_ECB_ENCRYPT_DATA CKM_AES_CBC_ENCRYPT_DATA Reviewed-by: Vesa Jääskeläinen <vesa.jaaskelainen@vaisala.com> Reviewed-by: Etienne Carriere <etienne.carriere@linaro.org> 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