Searched defs:requested_partitions (Results 1 - 6 of 6) sorted by relevance

/external/avb/examples/uefi/
H A Dmain.c39 const char* requested_partitions[] = {"boot", NULL}; local
70 requested_partitions,
/external/avb/test/
H A Davb_atx_validate_unittest.cc631 const char* requested_partitions[] = {"boot", NULL}; local
634 requested_partitions,
H A Davb_ab_flow_unittest.cc317 const char* requested_partitions[] = {"boot", NULL}; local
334 requested_partitions,
365 requested_partitions,
383 const char* requested_partitions[] = {"boot", NULL}; local
400 requested_partitions,
416 const char* requested_partitions[] = {"boot", NULL}; local
434 requested_partitions,
452 requested_partitions,
470 requested_partitions,
489 requested_partitions,
505 const char* requested_partitions[] = {"boot", NULL}; local
576 const char* requested_partitions[] = {"boot", NULL}; local
611 const char* requested_partitions[] = {"boot", NULL}; local
707 const char* requested_partitions[] = {"boot", NULL}; local
803 const char* requested_partitions[] = {"boot", NULL}; local
870 const char* requested_partitions[] = {"boot", NULL}; local
1159 const char* requested_partitions[] = {"boot", NULL}; local
1238 const char* requested_partitions[] = {"boot", NULL}; local
[all...]
H A Davb_slot_verify_unittest.cc65 const char* requested_partitions[] = {"boot", NULL}; local
68 requested_partitions,
98 const char* requested_partitions[] = {"boot", NULL}; local
101 requested_partitions,
134 const char* requested_partitions[] = {"boot", NULL}; local
137 requested_partitions,
168 const char* requested_partitions[] = {"boot", NULL}; local
171 requested_partitions,
191 const char* requested_partitions[] = {"boot", NULL}; local
194 requested_partitions,
211 const char* requested_partitions[] = {"boot", NULL}; local
232 const char* requested_partitions[] = {"boot", NULL}; local
252 const char* requested_partitions[] = {"boot", NULL}; local
291 const char* requested_partitions[] = {"boot", NULL}; local
332 const char* requested_partitions[] = {"boot", NULL}; local
354 const char* requested_partitions[] = {"boot", NULL}; local
440 const char* requested_partitions[] = {"boot", NULL}; local
529 const char* requested_partitions[] = {"boot", NULL}; local
625 const char* requested_partitions[] = {"boot", NULL}; local
662 const char* requested_partitions[] = {"boot", NULL}; local
735 const char* requested_partitions[] = {"boot", NULL}; local
907 const char* requested_partitions[] = {"boot", NULL}; local
982 const char* requested_partitions[] = {"boot", NULL}; local
1043 const char* requested_partitions[] = {"boot", NULL}; local
1131 const char* requested_partitions[] = {"boot", NULL}; local
1310 const char* requested_partitions[] = {"foo", "bar", NULL}; local
1422 const char* requested_partitions[] = {"foo", NULL}; local
1462 const char* requested_partitions[] = {"boot", NULL}; local
1563 const char* requested_partitions[] = {"boot", NULL}; local
1739 const char* requested_partitions[] = {"boot", NULL}; local
1907 const char* requested_partitions[] = {"boot", "dtbo", NULL}; local
2112 const char* requested_partitions[] = {"boot", NULL}; local
2146 const char* requested_partitions[] = {"boot", NULL}; local
2200 const char* requested_partitions[] = {"boot", NULL}; local
2279 const char* requested_partitions[] = {"boot", NULL}; local
2582 const char* requested_partitions[] = {"factory", NULL}; local
[all...]
/external/avb/libavb_ab/
H A Davb_ab_flow.c206 const char* const* requested_partitions,
235 requested_partitions,
205 avb_ab_flow(AvbABOps* ab_ops, const char* const* requested_partitions, AvbSlotVerifyFlags flags, AvbHashtreeErrorMode hashtree_error_mode, AvbSlotVerifyData** out_data) argument
/external/avb/libavb/
H A Davb_slot_verify.c179 const char* const* requested_partitions,
221 found = avb_strv_find_str(requested_partitions,
379 const char* const* requested_partitions,
393 for (n = 0; requested_partitions[n] != NULL; n++) {
401 requested_partitions[n],
402 avb_strlen(requested_partitions[n]),
435 loaded_partition->partition_name = avb_strdup(requested_partitions[n]);
461 const char* const* requested_partitions,
598 requested_partitions,
792 ops, requested_partitions, ab_suffi
177 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
377 load_requested_partitions( AvbOps* ops, const char* const* requested_partitions, const char* ab_suffix, AvbSlotVerifyData* slot_data) argument
459 load_and_verify_vbmeta( AvbOps* ops, const char* const* requested_partitions, const char* ab_suffix, 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
1094 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...]

Completed in 331 milliseconds