crypto: Implement MonotonicClock

Implement the MonotonicClock trait using TEE_GetSystemTime.

Test: make ta + unit test
Change-Id: I3673636142bfaa77985f14aa685b152841be0525
4 files changed
tree: 63a853affc2c788da9f5c42f35bc6d35499055f2
  1. .cargo/
  2. src/
  3. Cargo.toml
  4. LICENSE
  5. Makefile
  6. OWNERS
  7. PREUPLOAD.cfg
  8. README.md
  9. rustfmt.toml
README.md

KeyMint reference implementation for OP-TEE

This repository holds a reference Rust KeyMint implementation for OP-TEE using the Apache Teaclave TrustZone SDK.