blob: e5b44924ec54f99f4190654117c9045d3b9c96d9 [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 Bendeburyf86a6fd2015-06-01 14:35:56 -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_POLICYDUPLICATIONSELECT_FP_H_
8#define TPM2_POLICYDUPLICATIONSELECT_FP_H_
Jocelyn Bohra4ed3aa2015-07-30 10:44:16 -07009
10#include "tpm_generated.h"
Vadim Bendeburyf86a6fd2015-06-01 14:35:56 -070011
12typedef struct {
Jocelyn Bohra4ed3aa2015-07-30 10:44:16 -070013 TPMI_SH_POLICY policySession;
Vadim Bendeburyf788ffb2015-06-05 12:57:27 -070014 TPM2B_NAME objectName;
15 TPM2B_NAME newParentName;
16 TPMI_YES_NO includeObject;
Vadim Bendeburyf86a6fd2015-06-01 14:35:56 -070017} PolicyDuplicationSelect_In;
18
Jocelyn Bohra4ed3aa2015-07-30 10:44:16 -070019// Executes PolicyDuplicationSelect with request handles and parameters from
20// |in|.
21TPM_RC TPM2_PolicyDuplicationSelect(PolicyDuplicationSelect_In* in);
Vadim Bendeburyf86a6fd2015-06-01 14:35:56 -070022
Vadim Bendebury776e2362015-09-04 16:14:53 -070023// Initializes handle fields in |target| from |request_handles|. Unmarshals
Jocelyn Bohra4ed3aa2015-07-30 10:44:16 -070024// parameter fields in |target| from |buffer|.
25TPM_RC PolicyDuplicationSelect_In_Unmarshal(PolicyDuplicationSelect_In* target,
Vadim Bendebury776e2362015-09-04 16:14:53 -070026 TPM_HANDLE request_handles[],
Jocelyn Bohra4ed3aa2015-07-30 10:44:16 -070027 BYTE** buffer,
28 INT32* size);
29
Vadim Bendebury776e2362015-09-04 16:14:53 -070030// Unmarshals any request parameters starting at |request_parameter_buffer|.
Jocelyn Bohra4ed3aa2015-07-30 10:44:16 -070031// Executes command. Marshals any response handles and parameters to the
Vadim Bendebury776e2362015-09-04 16:14:53 -070032// global response buffer and computes |*response_handle_buffer_size| and
33// |*response_parameter_buffer_size|. If |tag| == TPM_ST_SESSIONS, marshals
Jocelyn Bohra4ed3aa2015-07-30 10:44:16 -070034// parameter_size indicating the size of the parameter area. parameter_size
35// field is located between the handle area and parameter area.
36TPM_RC Exec_PolicyDuplicationSelect(TPMI_ST_COMMAND_TAG tag,
Vadim Bendebury776e2362015-09-04 16:14:53 -070037 BYTE** request_parameter_buffer,
38 INT32* request_parameter_buffer_size,
39 TPM_HANDLE request_handles[],
40 UINT32* response_handle_buffer_size,
41 UINT32* response_parameter_buffer_size);
Jocelyn Bohra4ed3aa2015-07-30 10:44:16 -070042
43#endif // TPM2_POLICYDUPLICATIONSELECT_FP_H