Searched refs:requested_partitions (Results 1 - 3 of 3) sorted by relevance

/u-boot/lib/libavb/
H A Davb_slot_verify.h105 * vbmeta structs in |requested_partitions| are loaded and processed and the
189 * the same order as in the passed-in |requested_partitions| array.
261 * |requested_partitions| are loaded and the |cmdline| field is set to
303 * the NULL-terminated string array |requested_partitions| (each
309 * Typically the |requested_partitions| array only contains a single
371 const char* const* requested_partitions,
H A Davb_slot_verify.c263 const char* const* requested_partitions,
305 found = avb_strv_find_str(requested_partitions,
466 const char* const* requested_partitions,
474 for (n = 0; requested_partitions[n] != NULL; n++) {
482 requested_partitions[n],
483 avb_strlen(requested_partitions[n]),
516 loaded_partition->partition_name = avb_strdup(requested_partitions[n]);
542 const char* const* requested_partitions,
696 requested_partitions,
913 ops, requested_partitions, ab_suffi
261 load_and_verify_hash_partition( AvbOps* ops, const char* const* requested_partitions, const char* ab_suffix, bool allow_verification_error, const AvbDescriptor* descriptor, AvbSlotVerifyData* slot_data) argument
464 load_requested_partitions( AvbOps* ops, const char* const* requested_partitions, const char* ab_suffix, AvbSlotVerifyData* slot_data) argument
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
1345 avb_slot_verify(AvbOps* ops, const char* const* requested_partitions, const char* ab_suffix, AvbSlotVerifyFlags flags, AvbHashtreeErrorMode hashtree_error_mode, AvbSlotVerifyData** out_data) argument
[all...]
/u-boot/cmd/
H A Davb.c250 const char * const requested_partitions[] = {"boot", NULL}; local
285 requested_partitions,

Completed in 97 milliseconds