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/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/test/
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_atx_validate_unittest.cc658 const char* requested_partitions[] = {"boot", NULL}; local
661 requested_partitions,
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,
167 const char* requested_partitions[] = {"boot", NULL}; local
170 requested_partitions,
187 const char* requested_partitions[] = {"boot", NULL}; local
190 requested_partitions,
208 const char* requested_partitions[] = {"boot", NULL}; local
228 const char* requested_partitions[] = {"boot", NULL}; local
267 const char* requested_partitions[] = {"boot", NULL}; local
308 const char* requested_partitions[] = {"boot", NULL}; local
330 const char* requested_partitions[] = {"boot", NULL}; local
416 const char* requested_partitions[] = {"boot", NULL}; local
504 const char* requested_partitions[] = {"boot", NULL}; local
559 const char* requested_partitions[] = {"boot", NULL}; local
632 const char* requested_partitions[] = {"boot", NULL}; local
803 const char* requested_partitions[] = {"boot", NULL}; local
878 const char* requested_partitions[] = {"boot", NULL}; local
939 const char* requested_partitions[] = {"boot", NULL}; local
1027 const char* requested_partitions[] = {"boot", NULL}; local
1204 const char* requested_partitions[] = {"foo", "bar", NULL}; local
1314 const char* requested_partitions[] = {"foo", NULL}; local
1354 const char* requested_partitions[] = {"boot", NULL}; local
1455 const char* requested_partitions[] = {"boot", NULL}; local
1630 const char* requested_partitions[] = {"boot", NULL}; local
1792 const char* requested_partitions[] = {"boot", "dtbo", NULL}; local
1982 const char* requested_partitions[] = {"boot", NULL}; local
2016 const char* requested_partitions[] = {"boot", NULL}; local
2070 const char* requested_partitions[] = {"boot", NULL}; local
2149 const char* requested_partitions[] = {"boot", NULL}; local
[all...]
/external/avb/libavb/
H A Davb_slot_verify.c74 const char* const* requested_partitions,
113 found = avb_strv_find_str(requested_partitions,
249 const char* const* requested_partitions,
262 for (n = 0; requested_partitions[n] != NULL; n++) {
271 requested_partitions[n],
272 avb_strlen(requested_partitions[n]),
321 loaded_partition->partition_name = avb_strdup(requested_partitions[n]);
342 const char* const* requested_partitions,
478 requested_partitions,
671 ops, requested_partitions, ab_suffi
72 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
247 load_requested_partitions( AvbOps* ops, const char* const* requested_partitions, const char* ab_suffix, AvbSlotVerifyData* slot_data) argument
340 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) argument
1233 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 113 milliseconds