commit | 1da99de17df887e3aa850473f2138651155f228b | [log] [tgz] |
---|---|---|
author | Shikha Panwar <shikhapanwar@google.com> | Mon Oct 09 19:26:00 2023 +0000 |
committer | Shikha Panwar <shikhapanwar@google.com> | Mon Nov 20 16:58:25 2023 +0000 |
tree | c725b1d20f3006bc7ebdbce6a7bad4beb650e402 | |
parent | b2cd9053016835e993a02db2974b9f8f87115a2b [diff] |
secretkeeper_comm library: for Sk & client impl The purpose of the library is to serve as helper library for Secretkeeper HAL implementation as well as the client stub. In this patch we implement (subset of) data structures specified by SecretManagement subset of the HAL. In particular, we implement GetVersionRequest, GetVersionResponse and SecretkeeperError data types. Also included are the units tests for serialization/deserialization. Test: atest libsecretkeeper_comm.test Bug: 291228655 Change-Id: I33229867817eb45611c4db9b2e3005bc75670be0
Android Virtualization Framework (AVF) provides secure and private execution environments for executing code. AVF is ideal for security-oriented use cases that require stronger isolation assurances over those offered by Android’s app sandbox.
Visit our public doc site to learn more about what AVF is, what it is for, and how it is structured. This repository contains source code for userspace components of AVF.
If you want a quick start, see the getting started guideline and follow the steps there.
For in-depth explanations about individual topics and components, visit the following links.
AVF components:
AVF APIs:
How-Tos: