blob: 67351e2e5b0a4091c674bc27c783877463fbc439 [file] [log] [blame]
Vadim Bendeburyb6ce88a2015-05-29 23:04:30 -07001/*
2 * Copyright 2015 The Chromium OS Authors. All rights reserved.
3 * Use of this source code is governed by a BSD-style license that can be
4 * found in the LICENSE file.
5 */
6
7#ifndef __TPM2_HIERARCHYCHANGEAUTH_FP_H
8#define __TPM2_HIERARCHYCHANGEAUTH_FP_H
9
10typedef struct {
Vadim Bendeburyf788ffb2015-06-05 12:57:27 -070011 TPM_RH authHandle;
12 TPM2B_AUTH newAuth;
Vadim Bendeburyb6ce88a2015-05-29 23:04:30 -070013} HierarchyChangeAuth_In;
14
15TPM_RC TPM2_HierarchyChangeAuth(
Vadim Bendeburyf788ffb2015-06-05 12:57:27 -070016 HierarchyChangeAuth_In *in // IN: input parameter list
17 );
Vadim Bendeburyb6ce88a2015-05-29 23:04:30 -070018
Vadim Bendeburyf788ffb2015-06-05 12:57:27 -070019#endif // __TPM2_HIERARCHYCHANGEAUTH_FP_H