commit | f06c9ddf1da64a70c577788ddc565012afc6cb04 | [log] [tgz] |
---|---|---|
author | David Drysdale <drysdale@google.com> | Thu Sep 01 07:41:59 2022 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Thu Sep 01 07:41:59 2022 +0000 |
tree | 22b66aad0ddc83be643b57fec42b53d62fe6d65f | |
parent | 84c7105395c7344ee7ec1ee7fd08ac2536daf03b [diff] | |
parent | ed33ed1af48e3c3131a4bf96db6d8897d76644e0 [diff] |
Merge "Changes from testing and review"
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 |