/aosp_15_r20/external/vboot_reference/firmware/2lib/ |
H A D | 2misc.c | 59 struct vb2_gbb_header *gbb) in vb2_read_gbb_header() 214 struct vb2_gbb_header *gbb; in vb2_fw_init_gbb() local 241 struct vb2_gbb_header *gbb = vb2_get_gbb(ctx); in vb2_check_dev_switch() local 591 struct vb2_gbb_header *gbb = vb2_get_gbb(ctx); in vb2_fill_dev_boot_flags() local 612 struct vb2_gbb_header *gbb = vb2_get_gbb(ctx); in vb2api_use_short_dev_screen_delay() local 649 struct vb2_gbb_header *gbb = NULL; in vb2api_get_debug_info() local
|
H A D | 2gbb.c | 57 struct vb2_gbb_header *gbb = vb2_get_gbb(ctx); in vb2_gbb_read_root_key() local 71 struct vb2_gbb_header *gbb = vb2_get_gbb(ctx); in vb2_gbb_read_recovery_key() local 83 struct vb2_gbb_header *gbb = vb2_get_gbb(ctx); in vb2api_gbb_read_hwid() local 117 struct vb2_gbb_header *gbb = vb2_get_gbb(ctx); in vb2api_gbb_get_flags() local
|
H A D | 2firmware.c | 20 struct vb2_gbb_header *gbb = vb2_get_gbb(ctx); in vb2_load_fw_keyblock() local 131 struct vb2_gbb_header *gbb = vb2_get_gbb(ctx); in vb2_load_fw_preamble() local
|
H A D | 2ec_sync.c | 259 struct vb2_gbb_header *gbb = vb2_get_gbb(ctx); in ec_sync_phase1() local 309 struct vb2_gbb_header *gbb = vb2_get_gbb(ctx); in ec_sync_allowed() local
|
H A D | 2auxfw_sync.c | 21 struct vb2_gbb_header *gbb = vb2_get_gbb(ctx); in auxfw_sync_allowed() local
|
/aosp_15_r20/external/vboot_reference/futility/ |
H A D | misc.c | 70 struct vb2_gbb_header *gbb = (struct vb2_gbb_header *)buf; in ft_recognize_gbb() local 83 int futil_valid_gbb_header(struct vb2_gbb_header *gbb, uint32_t len, in futil_valid_gbb_header() 141 int print_hwid_digest(struct vb2_gbb_header *gbb, const char *banner) in print_hwid_digest() 179 void update_hwid_digest(struct vb2_gbb_header *gbb) in update_hwid_digest() 195 int futil_set_gbb_hwid(struct vb2_gbb_header *gbb, const char *hwid) in futil_set_gbb_hwid()
|
H A D | updater_manifest.c | 102 const struct vb2_gbb_header *gbb = find_gbb(image); in change_gbb_rootkey() local 719 static const char *get_gbb_key_hash(const struct vb2_gbb_header *gbb, in get_gbb_key_hash() 739 const struct vb2_gbb_header *gbb = NULL; in print_json_image() local
|
H A D | cmd_gbb_utility.c | 199 struct vb2_gbb_header *gbb = (struct vb2_gbb_header *) buf; in create_gbb() local 543 struct vb2_gbb_header *gbb = FindGbbHeader(inbuf, filesize); in do_gbb() local
|
H A D | cmd_gscvd.c | 190 struct vb2_gbb_header *gbb; in load_ap_firmware() local 422 const struct vb2_gbb_header *gbb = (void *)(file->data + in add_gbb() local
|
H A D | updater.c | 600 const struct vb2_gbb_header *gbb) in get_rootkey() 724 const struct vb2_gbb_header *gbb = find_gbb(ro_image); in check_compatible_root_key() local
|
H A D | updater_quirks.c | 53 const struct vb2_gbb_header *gbb; in is_ec_software_sync_enabled() local
|
H A D | file_type_bios.c | 39 struct vb2_gbb_header *gbb = (struct vb2_gbb_header *)buf; in show_gbb_buf() local
|
H A D | updater_utils.c | 668 const struct vb2_gbb_header *gbb = NULL; in get_firmware_rootkey_hash() local
|
/aosp_15_r20/external/vboot_reference/tests/ |
H A D | vb2_misc2_tests.c | 20 static struct vb2_gbb_header gbb; variable
|
H A D | vb2_secdata_fwmp_tests.c | 17 static struct vb2_gbb_header gbb; variable
|
H A D | vb2_auxfw_sync_tests.c | 25 static struct vb2_gbb_header gbb; variable
|
H A D | vb2_keyblock_fuzzer.c | 19 } gbb; variable
|
H A D | vb2_gbb_tests.c | 14 static struct vb2_gbb_header *gbb = (struct vb2_gbb_header *)gbb_data; variable
|
H A D | vb2_ec_sync_tests.c | 46 static struct vb2_gbb_header gbb; variable
|
H A D | vb2_misc_tests.c | 24 static struct vb2_gbb_header gbb; variable
|
H A D | vb2_firmware_tests.c | 24 static struct vb2_gbb_header gbb; variable
|
H A D | vb2_load_kernel_tests.c | 43 static struct vb2_gbb_header gbb; variable
|
H A D | vb2_api_tests.c | 25 static struct vb2_gbb_header gbb; variable
|
/aosp_15_r20/external/vboot_reference/utility/ |
H A D | load_kernel_test.c | 95 struct vb2_gbb_header* gbb; in main() local
|