Searched refs:handle_blob (Results 1 – 2 of 2) sorted by relevance
721 std::string handle_blob; in ProcessFlushContext() local722 Serialize_TPM_HANDLE(actual_handle, &handle_blob); in ProcessFlushContext()724 handle_blob; in ProcessFlushContext()
166 std::string handle_blob = StripHeader(actual_response); in LoadHandle() local168 CHECK_EQ(TPM_RC_SUCCESS, Parse_TPM_HANDLE(&handle_blob, &virtual_handle, in LoadHandle()