Searched refs:tpm_response_proto (Results 1 – 2 of 2) sorted by relevance
57 SendCommandResponse tpm_response_proto; in HandleSendCommand() local58 tpm_response_proto.set_response(response_from_tpm); in HandleSendCommand()59 response->Return(tpm_response_proto); in HandleSendCommand()
100 SendCommandResponse tpm_response_proto; in SendCommandAndWait() local102 dbus_response.get(), &error, &tpm_response_proto)) { in SendCommandAndWait()103 return tpm_response_proto.response(); in SendCommandAndWait()