commit | 2e90306a7501fb73c7f94d0a248ae1c65495118e | [log] [tgz] |
---|---|---|
author | David Drysdale <drysdale@google.com> | Mon Jun 20 09:14:09 2022 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Mon Jun 20 09:14:09 2022 +0000 |
tree | eb357681960e36d9b9b962fe3b8d84eb6606c51f | |
parent | 159803f44791c07e92a61df27b7357133f6980ba [diff] | |
parent | 64e07e315f5b9d6fadf9ba3ef803b01798b58b59 [diff] |
Merge "Types for wire messages HAL <-> TA"
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 |