commit | 36307b12f34e52eeb5c07314ffb81deda3c86cde | [log] [tgz] |
---|---|---|
author | Sami Tolvanen <[email protected]> | Thu Apr 25 17:01:38 2024 +0000 |
committer | Sami Tolvanen <[email protected]> | Thu Apr 25 22:58:20 2024 +0000 |
tree | 77e06e6e1133c83f650228425dd0ef09cedeb740 | |
parent | 55d6dcb908d33321ede2d59674817c58a967f810 [diff] |
crypto: Implement Hmac and AesCmac Implement Hmac and AesCmac using the GP API. Note that to pass KeyMint VTS, OP-TEE must be built with CFG_HMAC_64_1024_RANGE=y. Test: make ta + unit tests Change-Id: Ibc891848005b83ad9f157b8861fa814c8ffff390
This repository holds a reference Rust KeyMint implementation for OP-TEE using the Apache Teaclave TrustZone SDK.