commit | d8002e9d16b17fa622792318f09f93844d913576 | [log] [tgz] |
---|---|---|
author | David Drysdale <drysdale@google.com> | Thu Sep 01 13:04:40 2022 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Thu Sep 01 13:04:40 2022 +0000 |
tree | 5d749f56150c39b8abefa851e471414477829c42 | |
parent | f06c9ddf1da64a70c577788ddc565012afc6cb04 [diff] | |
parent | d5a63832fbc891f705530452916cddbdcf474523 [diff] |
Merge "USAGE_COUNT_LIMIT checked by Keystore and KeyMint"
This repo holds work in progress for a Rust implementation of Android's KeyMint HAL.
The codebase is divided as follows. Only the crates in bold are expected to be used in Android; the remainder are conveniences to allow development outside of Android.
Subdir | Crate Name | std ? | Description |
---|---|---|---|
derive | kmr-derive | Yes (build-only) | Proc macros for deriving the AsCborValue trait |
common | kmr-common | No | Common code used throughout KeyMint/Rust |
hal | kmr-hal | Yes | HAL service implementation |
boringssl | kmr-boringssl | Yes | Boring/OpenSSL-based implementations of crypto traits |
tests | kmr-tests | Tests and test infrastructure | |
ta | kmr-ta | No | TA implementation |
ta-main | kmr-ta | Yes | TA implementation using TCP |