HomeSort by relevance Sort by last modified time
    Searched refs:avb_slot_verify (Results 1 - 7 of 7) sorted by null

  /external/avb/test/
avb_slot_verify_unittest.cc 67 avb_slot_verify(ops_.avb_ops(),
100 avb_slot_verify(ops_.avb_ops(),
136 avb_slot_verify(ops_.avb_ops(),
169 avb_slot_verify(ops_.avb_ops(),
189 avb_slot_verify(ops_.avb_ops(),
197 avb_slot_verify(ops_.avb_ops(),
211 avb_slot_verify(ops_.avb_ops(),
230 avb_slot_verify(ops_.avb_ops(),
238 avb_slot_verify(ops_.avb_ops(),
269 avb_slot_verify(ops_.avb_ops()
    [all...]
avb_atx_validate_unittest.cc 534 // A fixture for testing avb_slot_verify() with ATX.
660 avb_slot_verify(ops_.avb_ops(),
  /external/avb/libavb/
avb_slot_verify.h 39 /* Return codes used in avb_slot_verify(), see that function for
81 /* Flags that influence how avb_slot_verify() works.
84 * avb_slot_verify() will bail out as soon as an error is encountered
89 * avb_slot_verify() will continue verification efforts and |out_data|
115 * avb_slot_verify(). The |partition_name| field contains the name of
130 * using avb_slot_verify(). The |partition_name| field contains the
137 * avb_slot_verify() returns AVB_SLOT_VERIFY_RESULT_OK.
150 * and is returned by avb_slot_verify() if partitions in a slot are
158 * passed to avb_slot_verify(). It is the A/B suffix of the slot. This
178 * |rollback_indexes| field. Note that avb_slot_verify() will NEVE
    [all...]
avb_slot_verify.c 25 #include "avb_slot_verify.h"
40 /* Maximum number of partitions that can be loaded with avb_slot_verify(). */
43 /* Maximum number of vbmeta images that can be loaded with avb_slot_verify(). */
51 * comments for the avb_slot_verify() function for more information.
1233 AvbSlotVerifyResult avb_slot_verify(AvbOps* ops, function
    [all...]
  /external/avb/examples/uefi/
Makefile 54 $(AVB)/libavb/avb_slot_verify.c \
  /system/core/fs_mgr/
fs_mgr_avb_ops.cpp 67 // of all vbmeta images after invoking avb_slot_verify().
103 // operation since that's all what is being used by the avb_slot_verify().
190 // Invokes avb_slot_verify() to load and verify all vbmeta images.
197 return avb_slot_verify(&avb_ops_, requested_partitions, ab_suffix.c_str(), flags,
  /external/avb/libavb_ab/
avb_ab_flow.c 234 verify_result = avb_slot_verify(ops,

Completed in 434 milliseconds