Jocelyn Bohr | a4ed3aa | 2015-07-30 10:44:16 -0700 | [diff] [blame] | 1 | // 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 Bendebury | deb59d2 | 2015-06-01 16:37:29 -0700 | [diff] [blame] | 4 | |
Jocelyn Bohr | a4ed3aa | 2015-07-30 10:44:16 -0700 | [diff] [blame] | 5 | // THIS CODE IS GENERATED - DO NOT MODIFY! |
| 6 | |
Vadim Bendebury | 776e236 | 2015-09-04 16:14:53 -0700 | [diff] [blame] | 7 | #ifndef TPM2_POLICYSIGNED_FP_H_ |
| 8 | #define TPM2_POLICYSIGNED_FP_H_ |
Jocelyn Bohr | a4ed3aa | 2015-07-30 10:44:16 -0700 | [diff] [blame] | 9 | |
| 10 | #include "tpm_generated.h" |
Vadim Bendebury | deb59d2 | 2015-06-01 16:37:29 -0700 | [diff] [blame] | 11 | |
| 12 | typedef struct { |
Vadim Bendebury | f788ffb | 2015-06-05 12:57:27 -0700 | [diff] [blame] | 13 | TPMI_DH_OBJECT authObject; |
Jocelyn Bohr | a4ed3aa | 2015-07-30 10:44:16 -0700 | [diff] [blame] | 14 | TPMI_SH_POLICY policySession; |
Vadim Bendebury | f788ffb | 2015-06-05 12:57:27 -0700 | [diff] [blame] | 15 | TPM2B_NONCE nonceTPM; |
Jocelyn Bohr | a4ed3aa | 2015-07-30 10:44:16 -0700 | [diff] [blame] | 16 | TPM2B_DIGEST cpHashA; |
| 17 | TPM2B_NONCE policyRef; |
| 18 | INT32 expiration; |
Vadim Bendebury | f788ffb | 2015-06-05 12:57:27 -0700 | [diff] [blame] | 19 | TPMT_SIGNATURE auth; |
Vadim Bendebury | deb59d2 | 2015-06-01 16:37:29 -0700 | [diff] [blame] | 20 | } PolicySigned_In; |
| 21 | |
| 22 | typedef struct { |
Jocelyn Bohr | a4ed3aa | 2015-07-30 10:44:16 -0700 | [diff] [blame] | 23 | TPM2B_TIMEOUT timeout; |
Vadim Bendebury | f788ffb | 2015-06-05 12:57:27 -0700 | [diff] [blame] | 24 | TPMT_TK_AUTH policyTicket; |
Vadim Bendebury | deb59d2 | 2015-06-01 16:37:29 -0700 | [diff] [blame] | 25 | } PolicySigned_Out; |
| 26 | |
Jocelyn Bohr | a4ed3aa | 2015-07-30 10:44:16 -0700 | [diff] [blame] | 27 | // Executes PolicySigned with request handles and parameters from |
| 28 | // |in| and computes response handles and parameters to |out|. |
| 29 | TPM_RC TPM2_PolicySigned(PolicySigned_In* in, PolicySigned_Out* out); |
Vadim Bendebury | deb59d2 | 2015-06-01 16:37:29 -0700 | [diff] [blame] | 30 | |
Vadim Bendebury | 776e236 | 2015-09-04 16:14:53 -0700 | [diff] [blame] | 31 | // Unmarshals any request parameters starting at |request_parameter_buffer|. |
Jocelyn Bohr | a4ed3aa | 2015-07-30 10:44:16 -0700 | [diff] [blame] | 32 | // Executes command. Marshals any response handles and parameters to the |
Vadim Bendebury | 776e236 | 2015-09-04 16:14:53 -0700 | [diff] [blame] | 33 | // global response buffer and computes |*response_handle_buffer_size| and |
| 34 | // |*response_parameter_buffer_size|. If |tag| == TPM_ST_SESSIONS, marshals |
Jocelyn Bohr | a4ed3aa | 2015-07-30 10:44:16 -0700 | [diff] [blame] | 35 | // parameter_size indicating the size of the parameter area. parameter_size |
| 36 | // field is located between the handle area and parameter area. |
| 37 | TPM_RC Exec_PolicySigned(TPMI_ST_COMMAND_TAG tag, |
Vadim Bendebury | 776e236 | 2015-09-04 16:14:53 -0700 | [diff] [blame] | 38 | BYTE** request_parameter_buffer, |
| 39 | INT32* request_parameter_buffer_size, |
| 40 | TPM_HANDLE request_handles[], |
| 41 | UINT32* response_handle_buffer_size, |
| 42 | UINT32* response_parameter_buffer_size); |
Jocelyn Bohr | a4ed3aa | 2015-07-30 10:44:16 -0700 | [diff] [blame] | 43 | |
| 44 | #endif // TPM2_POLICYSIGNED_FP_H |