• Home
  • Raw
  • Download

Lines Matching refs:AVB

5 Verified Boot 2.0. Usually AVB is used to refer to this codebase.
36 and doesn't have any known security flaws. AVB is one implementation
41 The central data structure used in AVB is the VBMeta struct. This data
47 ![AVB with boot, system, and vendor](docs/avb-integrity-data-in-vbmeta.png)
64 ![AVB with a chained partition](docs/avb-chained-partition.png)
89 AVB includes Rollback Protection which is used to protect against
93 ![AVB rollback indexes](docs/avb-rollback-indexes.png)
100 ![AVB stored rollback indexes](docs/avb-stored-rollback-indexes.png)
114 AVB has been designed to work with A/B by requiring that the A/B
118 ![AVB with A/B partitions](docs/avb-ab-partitions.png)
126 included in AVB.
179 and AVB examples.
200 AVB at runtime in Android.
240 AVB uses a version number with three fields - the major, minor, and
274 added after AVB version 1.0.
457 `foobar` uses rollback index 8 and that the public key in AVB format
483 In Android, AVB is enabled by the `BOARD_AVB_ENABLE` variable
548 for previous version of Verified Boot in Android are not used in AVB.
578 AVB has been designed to support the notion of the device being either
581 In the context of AVB, the LOCKED state means that verification errors
642 straightforward - just update it to what's in the AVB metadata for the
694 AVB's experimental A/B stack `libavb_ab`, see the `avb_ab_flow()`
700 The recommended boot flow for a device using AVB is as follows:
702 ![Recommended AVB boot flow](docs/avb-recommended-boot-flow.png)
749 not the bootloader. AVB provides a way to specify how the error should