commit | 3d70a974322d86978027dfe5addc85636d4d2b3c | [log] [tgz] |
---|---|---|
author | Igor Opaniuk <igor.opaniuk@linaro.org> | Tue Jun 19 09:16:01 2018 +0300 |
committer | Jérôme Forissier <jerome@forissier.org> | Fri Mar 10 19:22:01 2023 +0100 |
tree | 84647127c72d045ca3674958d4cfab2df58cb433 | |
parent | 200eb7bd88d1baad5f7201839b918317c20ce8e2 [diff] |
core: crypto: change supported HMAC key size ranges Change supported HMAC key size range from 64 to 1024 when CFG_HMAC_64_1024_RANGE config is enabled, This is required to successfully pass AOSP Keymaster VTS tests. From TEE Internal Core API specificaion: "Table 5-9, support for other sizes or algorithms is implementation-defined." Signed-off-by: Igor Opaniuk <igor.opaniuk@linaro.org> Signed-off-by: Safae Ouajih <souajih@baylibre.com> Reviewed-by: Jerome Forissier <jerome.forissier@linaro.org> Acked-by: Jens Wiklander <jens.wiklander@linaro.org>
This git contains source code for the secure side implementation of OP-TEE project.
All official OP-TEE documentation has moved to http://optee.readthedocs.io.
// OP-TEE core maintainers