Searched defs:vb2_context (Results 1 - 1 of 1) sorted by relevance

/external/vboot_reference/firmware/2lib/include/
H A D2api.h48 /* Flags for vb2_context.
97 struct vb2_context { struct
179 * call, examine vb2_context.flags to determine whether nvdata or secdata
183 * vb2api_fail(). Then check vb2_context.flags to see what data needs to be
229 * At this point, firmware verification is done, and vb2_context contains the
246 int vb2api_secdata_check(const struct vb2_context *ctx);
261 int vb2api_secdata_create(struct vb2_context *ctx);
275 void vb2api_fail(struct vb2_context *ctx, uint8_t reason, uint8_t subcode);
286 int vb2api_fw_phase1(struct vb2_context *ctx);
297 int vb2api_fw_phase2(struct vb2_context *ct
[all...]

Completed in 103 milliseconds