OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:vb2api_fw_phase2
(Results
1 - 4
of
4
) sorted by null
/external/vboot_reference/firmware/2lib/include/
2api.h
204
* Call
vb2api_fw_phase2
(). At present, this nominally decides which
297
int
vb2api_fw_phase2
(struct vb2_context *ctx);
/external/vboot_reference/tests/
vb2_api_tests.c
157
TEST_SUCC(
vb2api_fw_phase2
(&cc), "phase2 good");
162
TEST_SUCC(
vb2api_fw_phase2
(&cc), "phase1 dev");
167
TEST_EQ(
vb2api_fw_phase2
(&cc), VB2_ERROR_MOCK, "phase2 tpm clear");
173
TEST_EQ(
vb2api_fw_phase2
(&cc), VB2_ERROR_MOCK, "phase2 slot");
vb20_verify_fw.c
181
rv =
vb2api_fw_phase2
(&ctx);
/external/vboot_reference/firmware/2lib/
2api.c
79
int
vb2api_fw_phase2
(struct vb2_context *ctx)
function
Completed in 64 milliseconds