Searched refs:rollback_index_location (Results 1 - 4 of 4) sorted by relevance

/u-boot/lib/libavb/
H A Davb_chain_partition_descriptor.c24 dest->rollback_index_location = avb_be32toh(dest->rollback_index_location);
28 if (dest->rollback_index_location < 1) {
H A Davb_chain_partition_descriptor.h34 uint32_t rollback_index_location; member in struct:AvbChainPartitionDescriptor
H A Davb_ops.h188 * |rollback_index_location|. The value is returned in
193 * one or four) so may error out if |rollback_index_location| exceeds
197 size_t rollback_index_location,
201 * |rollback_index_location| to |rollback_index|. Returns
206 * one or four) so may error out if |rollback_index_location| exceeds
210 size_t rollback_index_location,
H A Davb_slot_verify.c547 int rollback_index_location,
579 * rollback_index_location to determine whether we're the main
583 if (rollback_index_location == 0) {
701 0 /* rollback_index_location */,
776 uint32_t rollback_index_location_to_use = rollback_index_location;
985 if (chain_desc.rollback_index_location == 0) {
988 "rollback_index_location field.\n",
1005 chain_desc.rollback_index_location,
1191 if (rollback_index_location < 0 ||
1192 rollback_index_location >
540 load_and_verify_vbmeta( AvbOps* ops, const char* const* requested_partitions, const char* ab_suffix, AvbSlotVerifyFlags flags, bool allow_verification_error, AvbVBMetaImageFlags toplevel_vbmeta_flags, int rollback_index_location, const char* partition_name, size_t partition_name_len, const uint8_t* expected_public_key, size_t expected_public_key_length, AvbSlotVerifyData* slot_data, AvbAlgorithmType* out_algorithm_type, AvbCmdlineSubstList* out_additional_cmdline_subst) argument
[all...]

Completed in 47 milliseconds