HomeSort by relevance Sort by last modified time
    Searched refs:rollback_index_location (Results 1 - 15 of 15) sorted by null

  /external/avb/libavb/
avb_chain_partition_descriptor.c 43 dest->rollback_index_location = avb_be32toh(dest->rollback_index_location);
47 if (dest->rollback_index_location < 1) {
avb_chain_partition_descriptor.h 53 uint32_t rollback_index_location; member in struct:AvbChainPartitionDescriptor
avb_ops.h 202 * |rollback_index_location|. The value is returned in
207 * one or four) so may error out if |rollback_index_location| exceeds
211 size_t rollback_index_location,
215 * |rollback_index_location| to |rollback_index|. Returns
220 * one or four) so may error out if |rollback_index_location| exceeds
224 size_t rollback_index_location,
avb_slot_verify.c 465 int rollback_index_location,
497 * rollback_index_location to determine whether we're the main
500 is_main_vbmeta = (rollback_index_location == 0);
602 0 /* rollback_index_location */,
731 ops, rollback_index_location, &stored_rollback_index);
864 if (chain_desc.rollback_index_location == 0) {
867 "rollback_index_location field.\n",
    [all...]
  /external/avb/libavb_atx/
avb_atx_ops.h 67 size_t rollback_index_location,
  /external/avb/examples/things/
avb_atx_slot_verify.c 61 size_t rollback_index_location,
66 context->key_version_location[offset] = rollback_index_location;
182 size_t rollback_index_location = local
188 atx_ops->ops, rollback_index_location, rollback_index_value);
  /external/avb/test/
fake_avb_ops.cc 254 size_t rollback_index_location,
256 if (stored_rollback_indexes_.count(rollback_index_location) == 0) {
259 rollback_index_location,
263 *out_rollback_index = stored_rollback_indexes_[rollback_index_location];
268 size_t rollback_index_location,
270 if (stored_rollback_indexes_.count(rollback_index_location) == 0) {
273 rollback_index_location,
277 stored_rollback_indexes_[rollback_index_location] = rollback_index;
360 void FakeAvbOps::set_key_version(size_t rollback_index_location,
362 verified_rollback_indexes_[rollback_index_location] = key_version
    [all...]
fake_avb_ops.h 104 virtual void set_key_version(size_t rollback_index_location,
215 size_t rollback_index_location,
219 size_t rollback_index_location,
249 void set_key_version(size_t rollback_index_location,
376 void set_key_version(size_t rollback_index_location,
378 ops_.set_key_version(rollback_index_location, key_version);
avb_atx_slot_verify_unittest.cc 90 void set_key_version(size_t rollback_index_location,
93 return ops_.set_key_version(rollback_index_location, key_version);
avb_util_unittest.cc 296 h.rollback_index_location = htobe32(42);
304 EXPECT_EQ(42UL, s.rollback_index_location);
315 bad.rollback_index_location = htobe32(0);
  /external/avb/libavb_user/
avb_ops_user.cpp 238 size_t rollback_index_location,
247 size_t rollback_index_location,
  /system/core/fs_mgr/
fs_mgr_avb_ops.cpp 50 size_t rollback_index_location ATTRIBUTE_UNUSED,
  /external/avb/
avbtool     [all...]
  /build/make/tools/releasetools/
add_img_to_target_files 360 rollback_index_location = OPTIONS.info_dict[
363 partition, rollback_index_location, public_key_path)])
add_img_to_target_files.py 360 rollback_index_location = OPTIONS.info_dict[
363 partition, rollback_index_location, public_key_path)])

Completed in 484 milliseconds