Home
last modified time | relevance | path

Searched refs:AVB_IO_RESULT_OK (Results 1 – 5 of 5) sorted by relevance

/u-boot/cmd/
A Davb.c62 AVB_IO_RESULT_OK) { in do_avb_read_part()
100 &bytes_read) == AVB_IO_RESULT_OK) { in do_avb_read_part_hex()
140 AVB_IO_RESULT_OK) { in do_avb_write_part()
167 AVB_IO_RESULT_OK) { in do_avb_read_rb()
195 AVB_IO_RESULT_OK) in do_avb_write_rb()
221 AVB_IO_RESULT_OK) { in do_avb_get_uuid()
259 AVB_IO_RESULT_OK) { in do_avb_verify_part()
341 AVB_IO_RESULT_OK) { in do_avb_is_unlocked()
378 &bytes_read) == AVB_IO_RESULT_OK) { in do_avb_read_pvalue()
411 AVB_IO_RESULT_OK) { in do_avb_write_pvalue()
/u-boot/lib/libavb/
A Davb_slot_verify.c85 } else if (io_ret != AVB_IO_RESULT_OK) { in load_full_partition()
149 AvbIOResult io_ret = AVB_IO_RESULT_OK; in read_persistent_digest()
197 } else if (io_ret != AVB_IO_RESULT_OK) { in read_persistent_digest()
216 AvbIOResult io_ret = AVB_IO_RESULT_OK; in initialize_persistent_digest()
1248 if (io_ret != AVB_IO_RESULT_OK) { in avb_manage_hashtree_error_mode()
1253 io_ret = AVB_IO_RESULT_OK; in avb_manage_hashtree_error_mode()
1268 io_ret = AVB_IO_RESULT_OK; in avb_manage_hashtree_error_mode()
1293 io_ret = AVB_IO_RESULT_OK; in avb_manage_hashtree_error_mode()
1303 if (io_ret != AVB_IO_RESULT_OK) { in avb_manage_hashtree_error_mode()
1308 io_ret = AVB_IO_RESULT_OK; in avb_manage_hashtree_error_mode()
[all …]
A Davb_ops.h50 AVB_IO_RESULT_OK, enumerator
A Davb_cmdline.c66 } else if (io_ret != AVB_IO_RESULT_OK) { in avb_sub_cmdline()
256 } else if (io_ret != AVB_IO_RESULT_OK) { in avb_append_options()
/u-boot/common/
A Davb_verify.c504 return AVB_IO_RESULT_OK; in mmc_byte_io()
602 return AVB_IO_RESULT_OK; in validate_vbmeta_public_key()
647 return AVB_IO_RESULT_OK; in invoke_func()
690 return AVB_IO_RESULT_OK; in read_rollback_index()
710 return AVB_IO_RESULT_OK; in read_rollback_index()
733 return AVB_IO_RESULT_OK; in write_rollback_index()
772 return AVB_IO_RESULT_OK; in read_is_device_unlocked()
781 return AVB_IO_RESULT_OK; in read_is_device_unlocked()
820 return AVB_IO_RESULT_OK; in get_unique_guid_for_partition()
851 return AVB_IO_RESULT_OK; in get_size_of_partition()

Completed in 12 milliseconds