blob: 391453214150edf49e116cc9cb326cac4d84b09c [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 Bendebury06146752015-05-29 20:57:35 -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_DICTIONARYATTACKPARAMETERS_FP_H_
8#define TPM2_DICTIONARYATTACKPARAMETERS_FP_H_
Jocelyn Bohra4ed3aa2015-07-30 10:44:16 -07009
10#include "tpm_generated.h"
Vadim Bendebury06146752015-05-29 20:57:35 -070011
12typedef struct {
Jocelyn Bohra4ed3aa2015-07-30 10:44:16 -070013 TPMI_RH_LOCKOUT lockHandle;
14 UINT32 newMaxTries;
15 UINT32 newRecoveryTime;
16 UINT32 lockoutRecovery;
Vadim Bendebury06146752015-05-29 20:57:35 -070017} DictionaryAttackParameters_In;
18
Jocelyn Bohra4ed3aa2015-07-30 10:44:16 -070019// Executes DictionaryAttackParameters with request handles and parameters from
20// |in|.
21TPM_RC TPM2_DictionaryAttackParameters(DictionaryAttackParameters_In* in);
Vadim Bendebury06146752015-05-29 20:57:35 -070022
Vadim Bendebury776e2362015-09-04 16:14:53 -070023// Unmarshals any request parameters starting at |request_parameter_buffer|.
Jocelyn Bohra4ed3aa2015-07-30 10:44:16 -070024// Executes command. Marshals any response handles and parameters to the
Vadim Bendebury776e2362015-09-04 16:14:53 -070025// global response buffer and computes |*response_handle_buffer_size| and
26// |*response_parameter_buffer_size|. If |tag| == TPM_ST_SESSIONS, marshals
Jocelyn Bohra4ed3aa2015-07-30 10:44:16 -070027// parameter_size indicating the size of the parameter area. parameter_size
28// field is located between the handle area and parameter area.
29TPM_RC Exec_DictionaryAttackParameters(TPMI_ST_COMMAND_TAG tag,
Vadim Bendebury776e2362015-09-04 16:14:53 -070030 BYTE** request_parameter_buffer,
31 INT32* request_parameter_buffer_size,
32 TPM_HANDLE request_handles[],
33 UINT32* response_handle_buffer_size,
34 UINT32* response_parameter_buffer_size);
Jocelyn Bohra4ed3aa2015-07-30 10:44:16 -070035
36#endif // TPM2_DICTIONARYATTACKPARAMETERS_FP_H