commit | ee07f72eae5a1d8ad245efc0ce98f442064c69a3 | [log] [tgz] |
---|---|---|
author | Alice Wang <aliceywang@google.com> | Tue Oct 03 15:20:17 2023 +0000 |
committer | Alice Wang <aliceywang@google.com> | Mon Dec 11 16:03:19 2023 +0000 |
tree | 6a33852e94f0db9402eb2a0a0c4e836a93de45bc | |
parent | a422a6a8b914697119b224df1627c084f6daea5c [diff] |
[pvmfw] Use AEAD wrapper from libbssl_avf This cl replaces the AEAD bssl wrappers in pvmfw with the ones in libbssl_avf. The wrappers in libbssl_avf have undergone thorough testing, and the context is cleaned and freed when it is dropped. This cl decreases the size of pvmfw.bin from 532512 bytes to 511648 bytes. Bug: 302286887 Test: atest MicrodroidHostTests Change-Id: Iba12469410dd1069fb9c48b666010ff158cc1327
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: