OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:vb2_write_object
(Results
1 - 5
of
5
) sorted by null
/external/vboot_reference/host/lib/include/
host_misc.h
77
int
vb2_write_object
(const char *filename, const void *buf);
/external/vboot_reference/tests/
vb21_host_misc_tests.c
61
TEST_SUCC(
vb2_write_object
(testfile, c), "
vb2_write_object
() good");
vb21_host_key_tests.c
237
TEST_SUCC(
vb2_write_object
(testfile, pkey), "Write packed key");
245
TEST_SUCC(
vb2_write_object
(testfile, pkey), "Write bad packed key");
/external/vboot_reference/host/lib21/
host_misc.c
82
int
vb2_write_object
(const char *filename, const void *buf)
function
host_key.c
280
rv =
vb2_write_object
(filename, buf);
574
ret =
vb2_write_object
(filename, pkey);
Completed in 176 milliseconds