Home
last modified time | relevance | path

Searched refs:TlclPCRRead (Results 1 – 5 of 5) sorted by relevance

/external/vboot_reference/tests/
Dtlcl_tests.c276 TEST_EQ(TlclPCRRead(1, buf, kPcrDigestLength), 0, "PCRRead"); in PcrTest()
280 TEST_EQ(TlclPCRRead(1, buf, kPcrDigestLength - 1), TPM_E_IOERROR, in PcrTest()
/external/vboot_reference/firmware/include/
Dtlcl.h99 uint32_t TlclPCRRead(uint32_t index, void *data, uint32_t length);
/external/vboot_reference/firmware/lib/tpm_lite/
Dmocked_tlcl.c54 uint32_t TlclPCRRead(uint32_t index, void* data, uint32_t length) { in TlclPCRRead() function
Dtlcl.c233 uint32_t TlclPCRRead(uint32_t index, void* data, uint32_t length) { in TlclPCRRead() function
/external/vboot_reference/utility/
Dtpmc.c180 result = TlclPCRRead(index, value, sizeof(value)); in HandlerPCRRead()