/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 | 203 * |rollback_index_location|. The value is returned in 208 * one or four) so may error out if |rollback_index_location| exceeds 212 size_t rollback_index_location, 216 * |rollback_index_location| to |rollback_index|. Returns 221 * one or four) so may error out if |rollback_index_location| exceeds 225 size_t rollback_index_location,
|
avb_slot_verify.c | 555 int rollback_index_location, 587 * rollback_index_location to determine whether we're the main 590 is_main_vbmeta = (rollback_index_location == 0); 696 0 /* rollback_index_location */, 825 ops, rollback_index_location, &stored_rollback_index); [all...] |
/external/u-boot/lib/libavb/ |
avb_chain_partition_descriptor.c | 24 dest->rollback_index_location = avb_be32toh(dest->rollback_index_location); 28 if (dest->rollback_index_location < 1) {
|
avb_chain_partition_descriptor.h | 34 uint32_t rollback_index_location; member in struct:AvbChainPartitionDescriptor
|
avb_ops.h | 183 * |rollback_index_location|. The value is returned in 188 * one or four) so may error out if |rollback_index_location| exceeds 192 size_t rollback_index_location, 196 * |rollback_index_location| to |rollback_index|. Returns 201 * one or four) so may error out if |rollback_index_location| exceeds 205 size_t rollback_index_location,
|
avb_slot_verify.c | 446 int rollback_index_location, 478 * rollback_index_location to determine whether we're the main 481 is_main_vbmeta = (rollback_index_location == 0); 583 0 /* rollback_index_location */, 712 ops, rollback_index_location, &stored_rollback_index); 845 if (chain_desc.rollback_index_location == 0) { 848 "rollback_index_location field.\n", 864 chain_desc.rollback_index_location, [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; 176 size_t rollback_index_location = local 182 atx_ops->ops, rollback_index_location, rollback_index_value);
|
/external/avb/test/ |
fake_avb_ops.cc | 266 size_t rollback_index_location, 268 if (stored_rollback_indexes_.count(rollback_index_location) == 0) { 271 rollback_index_location, 275 *out_rollback_index = stored_rollback_indexes_[rollback_index_location]; 280 size_t rollback_index_location, 282 if (stored_rollback_indexes_.count(rollback_index_location) == 0) { 285 rollback_index_location, 289 stored_rollback_indexes_[rollback_index_location] = rollback_index; 378 void FakeAvbOps::set_key_version(size_t rollback_index_location, 380 verified_rollback_indexes_[rollback_index_location] = key_version [all...] |
fake_avb_ops.h | 104 virtual void set_key_version(size_t rollback_index_location, 223 size_t rollback_index_location, 227 size_t rollback_index_location, 257 void set_key_version(size_t rollback_index_location, 387 void set_key_version(size_t rollback_index_location, 389 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 | 297 h.rollback_index_location = htobe32(42); 305 EXPECT_EQ(42UL, s.rollback_index_location); 316 bad.rollback_index_location = htobe32(0);
|
avb_atx_validate_unittest.cc | 211 void set_key_version(size_t rollback_index_location, 213 ops_.set_key_version(rollback_index_location, key_version); [all...] |
/external/avb/libavb_user/ |
avb_ops_user.cpp | 247 size_t rollback_index_location, 256 size_t rollback_index_location,
|
/external/avb/ |
avbtool | [all...] |
/build/make/tools/releasetools/ |
common.py | 558 A string of form "partition:rollback_index_location:key" that can be used to 564 rollback_index_location = info_dict[ 566 return "{}:{}:{}".format(partition, rollback_index_location, pubkey_path) [all...] |