Home
last modified time | relevance | path

Searched refs:vb2_shared_data (Results 1 – 17 of 17) sorted by relevance

/external/vboot_reference/firmware/2lib/
D2misc.c68 struct vb2_shared_data *sd = vb2_get_sd(ctx); in vb2_fail()
117 struct vb2_shared_data *sd = vb2_get_sd(ctx); in vb2_init_context()
141 struct vb2_shared_data *sd = vb2_get_sd(ctx); in vb2_check_recovery()
179 struct vb2_shared_data *sd = vb2_get_sd(ctx); in vb2_fw_parse_gbb()
206 struct vb2_shared_data *sd = vb2_get_sd(ctx); in vb2_check_dev_switch()
317 struct vb2_shared_data *sd = vb2_get_sd(ctx); in vb2_select_fw_slot()
D2secdata.c44 struct vb2_shared_data *sd = vb2_get_sd(ctx); in vb2_secdata_init()
D2api.c108 struct vb2_shared_data *sd = vb2_get_sd(ctx); in vb2api_extend_hash()
D2nvstorage.c50 struct vb2_shared_data *sd = vb2_get_sd(ctx); in vb2_nv_init()
/external/vboot_reference/firmware/2lib/include/
D2misc.h22 static __inline struct vb2_shared_data *vb2_get_sd(struct vb2_context *ctx) { in vb2_get_sd()
23 return (struct vb2_shared_data *)ctx->workbuf; in vb2_get_sd()
D2struct.h61 struct vb2_shared_data { struct
/external/vboot_reference/firmware/lib20/
Dapi.c41 struct vb2_shared_data *sd = vb2_get_sd(ctx); in vb2api_init_hash()
126 struct vb2_shared_data *sd = vb2_get_sd(ctx); in vb2api_check_hash()
Dmisc.c19 struct vb2_shared_data *sd = vb2_get_sd(ctx); in vb2_load_fw_keyblock()
132 struct vb2_shared_data *sd = vb2_get_sd(ctx); in vb2_load_fw_preamble()
/external/vboot_reference/firmware/lib21/
Dapi.c44 struct vb2_shared_data *sd = vb2_get_sd(ctx); in vb2api_init_hash2()
118 struct vb2_shared_data *sd = vb2_get_sd(ctx); in vb2api_check_hash()
Dmisc.c67 struct vb2_shared_data *sd = vb2_get_sd(ctx); in vb2_load_fw_keyblock()
155 struct vb2_shared_data *sd = vb2_get_sd(ctx); in vb2_load_fw_preamble()
/external/vboot_reference/tests/
Dvb2_misc_tests.c21 static struct vb2_shared_data *sd;
89 TEST_EQ(c.workbuf_used, sizeof(struct vb2_shared_data), in init_context_tests()
99 c.workbuf_size = sizeof(struct vb2_shared_data) - 1; in init_context_tests()
Dvb2_api_tests.c23 static struct vb2_shared_data *sd;
Dvb2_nvstorage_tests.c73 struct vb2_shared_data *sd = vb2_get_sd(&c); in nv_storage_test()
Dvb21_api_tests.c29 static struct vb2_shared_data *sd;
Dvb20_misc_tests.c23 static struct vb2_shared_data *sd;
Dvb21_misc_tests.c25 static struct vb2_shared_data *sd;
Dvb20_api_tests.c23 static struct vb2_shared_data *sd;