Searched refs:verify_result (Results 1 – 5 of 5) sorted by relevance
617 AvbSlotVerifyResult verify_result; in android_image_verify_resource() local665 verify_result = in android_image_verify_resource()672 if (verify_result != AVB_SLOT_VERIFY_RESULT_OK && in android_image_verify_resource()673 verify_result != AVB_SLOT_VERIFY_RESULT_ERROR_PUBLIC_KEY_REJECTED) { in android_image_verify_resource()682 if (verify_result != AVB_SLOT_VERIFY_RESULT_OK || !slot_data) { in android_image_verify_resource()684 return verify_result; in android_image_verify_resource()764 AvbSlotVerifyResult verify_result; in android_slot_verify() local855 verify_result = in android_slot_verify()862 if (verify_result != AVB_SLOT_VERIFY_RESULT_OK && in android_slot_verify()863 verify_result != AVB_SLOT_VERIFY_RESULT_ERROR_PUBLIC_KEY_REJECTED) { in android_slot_verify()[all …]
232 AvbSlotVerifyResult verify_result; in avb_ab_flow() local235 verify_result = avb_slot_verify(ops, in avb_ab_flow()241 switch (verify_result) { in avb_ab_flow()271 avb_slot_verify_result_to_string(verify_result), in avb_ab_flow()292 avb_slot_verify_result_to_string(verify_result), in avb_ab_flow()
181 AvbVBMetaVerifyResult verify_result; member
554 AvbSlotVerifyResult verify_result; in do_avb_verify_partition() local564 verify_result = in do_avb_verify_partition()571 if (verify_result != 0) in do_avb_verify_partition()
924 vbmeta_image_data->verify_result = vbmeta_ret; in load_and_verify_vbmeta()