commit | e5fffd83fe117450745601fb37f528ddaae85656 | [log] [tgz] |
---|---|---|
author | Pierre-Clément Tosi <ptosi@google.com> | Mon Nov 18 13:19:55 2024 +0000 |
committer | Pierre-Clément Tosi <ptosi@google.com> | Tue Nov 19 09:23:30 2024 +0000 |
tree | dcea62a68720478d51aba5456348af0d64388023 | |
parent | b4c3e5372fcb5dee631f2410788304a354647ac3 [diff] |
tests: Use libopen_dice_clear_memory Stop re-implementing DiceClearMemory() wherever needed and use the standalone implementation provided by upstream open-dice in our tests. Note that the following tests: - libservice_vm_requests.test - libdiced_open_dice_nostd.integration_test ues libdiced_open_dice_nostd but don't seem to require a definition of DiceClearMemory(), which _could_ mean that one of their dependencies is providing it e.g. libopen_dice_cbor or libopen_dice_cbor_p384. Bug: 357008987 Test: m libpvmfw.dice.test Test: m libdiced_sample_inputs_nostd.integration_test Change-Id: I4b4ef61705ced42747fe5ddf3ebad13d91122554
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: