commit | 0cf92d274b0dd876589cdeeae24200a7fbf90667 | [log] [tgz] |
---|---|---|
author | David Drysdale <drysdale@google.com> | Fri Jun 10 15:56:42 2022 +0100 |
committer | David Drysdale <drysdale@google.com> | Mon Aug 22 16:14:14 2022 +0100 |
tree | e2c92269c5af0abe0af95bf3b242eb8f061e6ef2 | |
parent | 9f27bc94a9446313d3b5fe8ac92a57c3c9d876ca [diff] |
Add utilities for working with keyblobs Bug: 195310053 Test: build Change-Id: Ibcb8de16b0710865ffa7518324a28c63c3a0f1ea
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 |