Home
last modified time | relevance | path

Searched defs:gbb (Results 1 – 24 of 24) sorted by relevance

/aosp_15_r20/external/vboot_reference/firmware/2lib/
H A D2misc.c59 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 D2gbb.c57 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 D2firmware.c20 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 D2ec_sync.c259 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 D2auxfw_sync.c21 struct vb2_gbb_header *gbb = vb2_get_gbb(ctx); in auxfw_sync_allowed() local
/aosp_15_r20/external/vboot_reference/futility/
H A Dmisc.c70 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 Dupdater_manifest.c102 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 Dcmd_gbb_utility.c199 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 Dcmd_gscvd.c190 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 Dupdater.c600 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 Dupdater_quirks.c53 const struct vb2_gbb_header *gbb; in is_ec_software_sync_enabled() local
H A Dfile_type_bios.c39 struct vb2_gbb_header *gbb = (struct vb2_gbb_header *)buf; in show_gbb_buf() local
H A Dupdater_utils.c668 const struct vb2_gbb_header *gbb = NULL; in get_firmware_rootkey_hash() local
/aosp_15_r20/external/vboot_reference/tests/
H A Dvb2_misc2_tests.c20 static struct vb2_gbb_header gbb; variable
H A Dvb2_secdata_fwmp_tests.c17 static struct vb2_gbb_header gbb; variable
H A Dvb2_auxfw_sync_tests.c25 static struct vb2_gbb_header gbb; variable
H A Dvb2_keyblock_fuzzer.c19 } gbb; variable
H A Dvb2_gbb_tests.c14 static struct vb2_gbb_header *gbb = (struct vb2_gbb_header *)gbb_data; variable
H A Dvb2_ec_sync_tests.c46 static struct vb2_gbb_header gbb; variable
H A Dvb2_misc_tests.c24 static struct vb2_gbb_header gbb; variable
H A Dvb2_firmware_tests.c24 static struct vb2_gbb_header gbb; variable
H A Dvb2_load_kernel_tests.c43 static struct vb2_gbb_header gbb; variable
H A Dvb2_api_tests.c25 static struct vb2_gbb_header gbb; variable
/aosp_15_r20/external/vboot_reference/utility/
H A Dload_kernel_test.c95 struct vb2_gbb_header* gbb; in main() local