Home
last modified time | relevance | path

Searched refs:stored_rollback_index (Results 1 – 2 of 2) sorted by relevance

/external/avb/
DREADME.md120 and these are referred to as `stored_rollback_index[n]`.
123 `rollback_index[n]` >= `stored_rollback_index[n]` for all `n`, and
124 having the device increase `stored_rollback_index[n]` over
789 spaces). Additionally all `stored_rollback_index[n]` locations must be
791 `userdata`, NVRAM spaces, and `stored_rollback_index[n]` locations)
897 updated OS version is found to not work, `stored_rollback_index[n]`
911 `stored_rollback_index[n]` should be set to the largest possible value
941 `stored_rollback_index[n]` on the device (for all `n`) and the
942 `stored_rollback_index[n]` array is expected to be updated as
954 rollback `stored_rollback_index[n]` on the device. Because of this
/external/avb/libavb/
Davb_slot_verify.c583 uint64_t stored_rollback_index; in load_and_verify_vbmeta() local
870 ops, rollback_index_location_to_use, &stored_rollback_index); in load_and_verify_vbmeta()
881 if (vbmeta_header.rollback_index < stored_rollback_index) { in load_and_verify_vbmeta()