HomeSort by relevance Sort by last modified time
    Searched refs:vb2_context (Results 1 - 24 of 24) sorted by null

  /external/vboot_reference/firmware/2lib/include/
2misc.h 5 * Misc functions which need access to vb2_context but are not public APIs
22 static __inline struct vb2_shared_data *vb2_get_sd(struct vb2_context *ctx) {
42 void vb2_workbuf_from_ctx(struct vb2_context *ctx, struct vb2_workbuf *wb);
51 int vb2_read_gbb_header(struct vb2_context *ctx, struct vb2_gbb_header *gbb);
65 void vb2_fail(struct vb2_context *ctx, uint8_t reason, uint8_t subcode);
77 int vb2_init_context(struct vb2_context *ctx);
90 void vb2_check_recovery(struct vb2_context *ctx);
98 int vb2_fw_parse_gbb(struct vb2_context *ctx);
106 int vb2_check_dev_switch(struct vb2_context *ctx);
114 int vb2_check_tpm_clear(struct vb2_context *ctx)
    [all...]
2tpm_bootmode.h 19 const uint8_t *vb2_get_boot_state_digest(struct vb2_context *ctx);
2api.h 48 /* 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 *ctx)
    [all...]
2secdata.h 69 int vb2_secdata_check_crc(const struct vb2_context *ctx);
81 int vb2_secdata_create(struct vb2_context *ctx);
91 int vb2_secdata_init(struct vb2_context *ctx);
101 int vb2_secdata_get(struct vb2_context *ctx,
113 int vb2_secdata_set(struct vb2_context *ctx,
2nvstorage.h 109 int vb2_nv_check_crc(const struct vb2_context *ctx);
116 void vb2_nv_init(struct vb2_context *ctx);
126 uint32_t vb2_nv_get(struct vb2_context *ctx, enum vb2_nv_param param);
137 void vb2_nv_set(struct vb2_context *ctx,
  /external/vboot_reference/firmware/2lib/
2api.c 19 int vb2api_secdata_check(const struct vb2_context *ctx)
24 int vb2api_secdata_create(struct vb2_context *ctx)
29 void vb2api_fail(struct vb2_context *ctx, uint8_t reason, uint8_t subcode)
37 int vb2api_fw_phase1(struct vb2_context *ctx)
79 int vb2api_fw_phase2(struct vb2_context *ctx)
104 int vb2api_extend_hash(struct vb2_context *ctx,
128 int vb2api_get_pcr_digest(struct vb2_context *ctx,
2secdata.c 14 int vb2_secdata_check_crc(const struct vb2_context *ctx)
26 int vb2_secdata_create(struct vb2_context *ctx)
42 int vb2_secdata_init(struct vb2_context *ctx)
64 int vb2_secdata_get(struct vb2_context *ctx,
87 int vb2_secdata_set(struct vb2_context *ctx,
2stub.c 25 int vb2ex_tpm_clear_owner(struct vb2_context *ctx)
31 int vb2ex_read_resource(struct vb2_context *ctx,
2misc.c 5 * Misc functions which need access to vb2_context but are not public APIs
28 void vb2_workbuf_from_ctx(struct vb2_context *ctx, struct vb2_workbuf *wb)
34 int vb2_read_gbb_header(struct vb2_context *ctx, struct vb2_gbb_header *gbb)
66 void vb2_fail(struct vb2_context *ctx, uint8_t reason, uint8_t subcode)
115 int vb2_init_context(struct vb2_context *ctx)
139 void vb2_check_recovery(struct vb2_context *ctx)
177 int vb2_fw_parse_gbb(struct vb2_context *ctx)
204 int vb2_check_dev_switch(struct vb2_context *ctx)
287 int vb2_check_tpm_clear(struct vb2_context *ctx)
315 int vb2_select_fw_slot(struct vb2_context *ctx
    [all...]
2nvstorage.c 15 static void vb2_nv_regen_crc(struct vb2_context *ctx)
32 int vb2_nv_check_crc(const struct vb2_context *ctx)
48 void vb2_nv_init(struct vb2_context *ctx)
75 uint32_t vb2_nv_get(struct vb2_context *ctx, enum vb2_nv_param param)
167 void vb2_nv_set(struct vb2_context *ctx,
2tpm_bootmode.c 48 const uint8_t *vb2_get_boot_state_digest(struct vb2_context *ctx)
  /external/vboot_reference/tests/
vb20_verify_fw.c 23 int vb2ex_read_resource(struct vb2_context *ctx,
63 int vb2ex_tpm_clear_owner(struct vb2_context *ctx)
72 static void save_if_needed(struct vb2_context *ctx)
89 static int hash_body(struct vb2_context *ctx)
141 struct vb2_context ctx;
vb2_api_tests.c 22 static struct vb2_context cc;
75 int vb2_fw_parse_gbb(struct vb2_context *ctx)
80 int vb2_check_dev_switch(struct vb2_context *ctx)
85 int vb2_check_tpm_clear(struct vb2_context *ctx)
90 int vb2_select_fw_slot(struct vb2_context *ctx)
vb2_secdata_tests.c 21 static void test_changed(struct vb2_context *ctx, int changed, const char *why)
35 struct vb2_context c = {
vb20_api_tests.c 22 static struct vb2_context cc;
105 int vb2_load_fw_keyblock(struct vb2_context *ctx)
110 int vb2_load_fw_preamble(struct vb2_context *ctx)
vb21_api_tests.c 28 static struct vb2_context ctx;
127 int vb2_load_fw_keyblock(struct vb2_context *ctx)
132 int vb2_load_fw_preamble(struct vb2_context *ctx)
vb2_misc_tests.c 20 static struct vb2_context cc;
53 int vb2ex_read_resource(struct vb2_context *ctx,
69 int vb2ex_tpm_clear_owner(struct vb2_context *ctx)
81 struct vb2_context c = {
vb2_nvstorage_tests.c 54 static void test_changed(struct vb2_context *ctx, int changed, const char *why)
68 struct vb2_context c = {
vb20_misc_tests.c 22 static struct vb2_context cc;
116 int vb2ex_read_resource(struct vb2_context *ctx,
vb21_misc_tests.c 24 static struct vb2_context ctx;
122 int vb2ex_read_resource(struct vb2_context *ctx,
  /external/vboot_reference/firmware/lib20/
api.c 18 int vb2api_fw_phase3(struct vb2_context *ctx)
39 int vb2api_init_hash(struct vb2_context *ctx, uint32_t tag, uint32_t *size)
124 int vb2api_check_hash(struct vb2_context *ctx)
misc.c 5 * Misc functions which need access to vb2_context but are not public APIs
17 int vb2_load_fw_keyblock(struct vb2_context *ctx)
130 int vb2_load_fw_preamble(struct vb2_context *ctx)
  /external/vboot_reference/firmware/lib21/
api.c 19 int vb2api_fw_phase3(struct vb2_context *ctx)
40 int vb2api_init_hash2(struct vb2_context *ctx,
116 int vb2api_check_hash(struct vb2_context *ctx)
misc.c 5 * Misc functions which need access to vb2_context but are not public APIs
31 int vb2_read_resource_object(struct vb2_context *ctx,
65 int vb2_load_fw_keyblock(struct vb2_context *ctx)
153 int vb2_load_fw_preamble(struct vb2_context *ctx)

Completed in 759 milliseconds