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()
91 SendCommandResponse tpm_response_proto; in SendCommandAndWait() local94 &tpm_response_proto)) { in SendCommandAndWait()95 return tpm_response_proto.response(); in SendCommandAndWait()