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 | 84e01c8 | 2015-06-01 15:29:14 -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_POLICYNAMEHASH_FP_H_ |
| 8 | #define TPM2_POLICYNAMEHASH_FP_H_ |
Jocelyn Bohr | a4ed3aa | 2015-07-30 10:44:16 -0700 | [diff] [blame] | 9 | |
| 10 | #include "tpm_generated.h" |
Vadim Bendebury | 84e01c8 | 2015-06-01 15:29:14 -0700 | [diff] [blame] | 11 | |
| 12 | typedef struct { |
Jocelyn Bohr | a4ed3aa | 2015-07-30 10:44:16 -0700 | [diff] [blame] | 13 | TPMI_SH_POLICY policySession; |
Vadim Bendebury | f788ffb | 2015-06-05 12:57:27 -0700 | [diff] [blame] | 14 | TPM2B_DIGEST nameHash; |
Vadim Bendebury | 84e01c8 | 2015-06-01 15:29:14 -0700 | [diff] [blame] | 15 | } PolicyNameHash_In; |
| 16 | |
Jocelyn Bohr | a4ed3aa | 2015-07-30 10:44:16 -0700 | [diff] [blame] | 17 | // Executes PolicyNameHash with request handles and parameters from |in|. |
| 18 | TPM_RC TPM2_PolicyNameHash(PolicyNameHash_In* in); |
Vadim Bendebury | 84e01c8 | 2015-06-01 15:29:14 -0700 | [diff] [blame] | 19 | |
Vadim Bendebury | 776e236 | 2015-09-04 16:14:53 -0700 | [diff] [blame] | 20 | // Initializes handle fields in |target| from |request_handles|. Unmarshals |
Jocelyn Bohr | a4ed3aa | 2015-07-30 10:44:16 -0700 | [diff] [blame] | 21 | // parameter fields in |target| from |buffer|. |
| 22 | TPM_RC PolicyNameHash_In_Unmarshal(PolicyNameHash_In* target, |
Vadim Bendebury | 776e236 | 2015-09-04 16:14:53 -0700 | [diff] [blame] | 23 | TPM_HANDLE request_handles[], |
Jocelyn Bohr | a4ed3aa | 2015-07-30 10:44:16 -0700 | [diff] [blame] | 24 | BYTE** buffer, |
| 25 | INT32* size); |
| 26 | |
Vadim Bendebury | 776e236 | 2015-09-04 16:14:53 -0700 | [diff] [blame] | 27 | // Unmarshals any request parameters starting at |request_parameter_buffer|. |
Jocelyn Bohr | a4ed3aa | 2015-07-30 10:44:16 -0700 | [diff] [blame] | 28 | // Executes command. Marshals any response handles and parameters to the |
Vadim Bendebury | 776e236 | 2015-09-04 16:14:53 -0700 | [diff] [blame] | 29 | // global response buffer and computes |*response_handle_buffer_size| and |
| 30 | // |*response_parameter_buffer_size|. If |tag| == TPM_ST_SESSIONS, marshals |
Jocelyn Bohr | a4ed3aa | 2015-07-30 10:44:16 -0700 | [diff] [blame] | 31 | // parameter_size indicating the size of the parameter area. parameter_size |
| 32 | // field is located between the handle area and parameter area. |
| 33 | TPM_RC Exec_PolicyNameHash(TPMI_ST_COMMAND_TAG tag, |
Vadim Bendebury | 776e236 | 2015-09-04 16:14:53 -0700 | [diff] [blame] | 34 | BYTE** request_parameter_buffer, |
| 35 | INT32* request_parameter_buffer_size, |
| 36 | TPM_HANDLE request_handles[], |
| 37 | UINT32* response_handle_buffer_size, |
| 38 | UINT32* response_parameter_buffer_size); |
Jocelyn Bohr | a4ed3aa | 2015-07-30 10:44:16 -0700 | [diff] [blame] | 39 | |
| 40 | #endif // TPM2_POLICYNAMEHASH_FP_H |