OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:VbExEcHashRW
(Results
1 - 4
of
4
) sorted by null
/external/vboot_reference/firmware/stub/
vboot_api_stub.c
118
VbError_t
VbExEcHashRW
(int devidx, const uint8_t **hash, int *hash_size)
/external/vboot_reference/firmware/include/
vboot_api.h
[
all
...]
/external/vboot_reference/tests/
vboot_api_kernel3_tests.c
143
VbError_t
VbExEcHashRW
(int devidx, const uint8_t **hash, int *hash_size)
/external/vboot_reference/firmware/lib/
vboot_api_kernel.c
715
rv =
VbExEcHashRW
(devidx, &ec_hash, &ec_hash_size);
718
"
VbExEcHashRW
() returned %d\n", rv));
724
"
VbExEcHashRW
() says size %d, not %d\n",
[
all
...]
Completed in 886 milliseconds