Home
last modified time | relevance | path

Searched refs:VbExEcHashRW (Results 1 – 4 of 4) sorted by relevance

/external/vboot_reference/firmware/stub/
Dvboot_api_stub.c118 VbError_t VbExEcHashRW(int devidx, const uint8_t **hash, int *hash_size) in VbExEcHashRW() function
/external/vboot_reference/tests/
Dvboot_api_kernel3_tests.c143 VbError_t VbExEcHashRW(int devidx, const uint8_t **hash, int *hash_size) in VbExEcHashRW() function
/external/vboot_reference/firmware/include/
Dvboot_api.h879 VbError_t VbExEcHashRW(int devidx, const uint8_t **hash, int *hash_size);
/external/vboot_reference/firmware/lib/
Dvboot_api_kernel.c715 rv = VbExEcHashRW(devidx, &ec_hash, &ec_hash_size); in VbEcSoftwareSync()