Home
last modified time | relevance | path

Searched refs:handle_blob (Results 1 – 2 of 2) sorted by relevance

/system/tpm/trunks/
Dresource_manager.cc721 std::string handle_blob; in ProcessFlushContext() local
722 Serialize_TPM_HANDLE(actual_handle, &handle_blob); in ProcessFlushContext()
724 handle_blob; in ProcessFlushContext()
Dresource_manager_test.cc166 std::string handle_blob = StripHeader(actual_response); in LoadHandle() local
168 CHECK_EQ(TPM_RC_SUCCESS, Parse_TPM_HANDLE(&handle_blob, &virtual_handle, in LoadHandle()