commit | 18ad38f9d075654050e5cea35e675c2b81ce3e60 | [log] [tgz] |
---|---|---|
author | David Drysdale <drysdale@google.com> | Tue Aug 23 09:25:35 2022 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Tue Aug 23 09:25:35 2022 +0000 |
tree | e2c92269c5af0abe0af95bf3b242eb8f061e6ef2 | |
parent | e1dd1544abd5ab4aadb91bbeb2ef5e0c9843b6e3 [diff] | |
parent | 0cf92d274b0dd876589cdeeae24200a7fbf90667 [diff] |
Merge "Add utilities for working with keyblobs"
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 |