mirror of https://github.com/acidanthera/audk.git
Correct AuthHandle definition for Tpm2SetPrimaryPolicy.
Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: "Yao, Jiewen" <jiewen.yao@intel.com> Reviewed-by: "Long, Qin" <qin.long@intel.com> git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@16549 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
a50e58f48b
commit
9093fb92d5
|
@ -23,7 +23,7 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
|
||||||
|
|
||||||
typedef struct {
|
typedef struct {
|
||||||
TPM2_COMMAND_HEADER Header;
|
TPM2_COMMAND_HEADER Header;
|
||||||
TPMI_RH_HIERARCHY AuthHandle;
|
TPMI_RH_HIERARCHY_AUTH AuthHandle;
|
||||||
UINT32 AuthSessionSize;
|
UINT32 AuthSessionSize;
|
||||||
TPMS_AUTH_COMMAND AuthSession;
|
TPMS_AUTH_COMMAND AuthSession;
|
||||||
TPM2B_DIGEST AuthPolicy;
|
TPM2B_DIGEST AuthPolicy;
|
||||||
|
|
Loading…
Reference in New Issue