OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:vb2_private_key_read
(Results
1 - 3
of
3
) sorted by null
/external/vboot_reference/host/lib21/include/
host_key2.h
80
int
vb2_private_key_read
(struct vb2_private_key **key_ptr,
/external/vboot_reference/tests/
vb21_host_key_tests.c
79
TEST_EQ(
vb2_private_key_read
(&k2, testfile),
85
TEST_SUCC(
vb2_private_key_read
(&k2, testfile), "Read key good");
164
TEST_SUCC(
vb2_private_key_read
(&key, testfile), "Read hash key");
/external/vboot_reference/host/lib21/
host_key.c
162
int
vb2_private_key_read
(struct vb2_private_key **key_ptr,
function
Completed in 90 milliseconds