blob: 8b11a821df2606e9046d75000c27840109b88df4 [file] [log] [blame]
Jocelyn Bohra4ed3aa2015-07-30 10:44:16 -07001// Copyright 2015 The Chromium OS Authors. All rights reserved.
2// Use of this source code is governed by a BSD-style license that can be
3// found in the LICENSE file.
Vadim Bendeburyea467262015-05-29 23:00:43 -07004
Jocelyn Bohra4ed3aa2015-07-30 10:44:16 -07005// THIS CODE IS GENERATED - DO NOT MODIFY!
6
Vadim Bendebury776e2362015-09-04 16:14:53 -07007#ifndef TPM2_GETTESTRESULT_FP_H_
8#define TPM2_GETTESTRESULT_FP_H_
Jocelyn Bohra4ed3aa2015-07-30 10:44:16 -07009
10#include "tpm_generated.h"
Vadim Bendeburyea467262015-05-29 23:00:43 -070011
12typedef struct {
Vadim Bendeburyf788ffb2015-06-05 12:57:27 -070013 TPM2B_MAX_BUFFER outData;
Jocelyn Bohra4ed3aa2015-07-30 10:44:16 -070014 TPM_RC testResult;
Vadim Bendeburyea467262015-05-29 23:00:43 -070015} GetTestResult_Out;
16
Jocelyn Bohra4ed3aa2015-07-30 10:44:16 -070017// Executes GetTestResult and computes response handles and parameters
18// to |out|.
19TPM_RC TPM2_GetTestResult(GetTestResult_Out* out);
Vadim Bendeburyea467262015-05-29 23:00:43 -070020
Vadim Bendebury776e2362015-09-04 16:14:53 -070021// Unmarshals any request parameters starting at |request_parameter_buffer|.
Jocelyn Bohra4ed3aa2015-07-30 10:44:16 -070022// Executes command. Marshals any response handles and parameters to the
Vadim Bendebury776e2362015-09-04 16:14:53 -070023// global response buffer and computes |*response_handle_buffer_size| and
24// |*response_parameter_buffer_size|. If |tag| == TPM_ST_SESSIONS, marshals
Jocelyn Bohra4ed3aa2015-07-30 10:44:16 -070025// parameter_size indicating the size of the parameter area. parameter_size
26// field is located between the handle area and parameter area.
27TPM_RC Exec_GetTestResult(TPMI_ST_COMMAND_TAG tag,
Vadim Bendebury776e2362015-09-04 16:14:53 -070028 BYTE** request_parameter_buffer,
29 INT32* request_parameter_buffer_size,
30 TPM_HANDLE request_handles[],
31 UINT32* response_handle_buffer_size,
32 UINT32* response_parameter_buffer_size);
Jocelyn Bohra4ed3aa2015-07-30 10:44:16 -070033
34#endif // TPM2_GETTESTRESULT_FP_H