commit | 3d3a70a04aae0e4d2362514d9843f997c8143cdd | [log] [tgz] |
---|---|---|
author | Shikha Panwar <shikhapanwar@google.com> | Mon Aug 21 20:02:08 2023 +0000 |
committer | Shikha Panwar <shikhapanwar@google.com> | Fri Sep 08 15:28:41 2023 +0000 |
tree | c048ad41b1d9ea4920971a4f7bbe5e67fd6e5b1f | |
parent | 95084dfd8587992bb384759544678fd0ab5cef8b [diff] |
Move per api sealing derivations to vm_secret. To ensure we use fixed but different salts in context of different API, we add the method for each api (currently payload's secret derivation & for encryptedstore key) moving the corresponding randomly generated bytes to one place. TRUNK_STABLE_FlAG: This is just refactoring & not part of feature. Bug: 241541860 Test: Microdroid tests Change-Id: Icab9f17dbc4c707216e3b0552fe8c3101c04bace
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:
How-Tos: