StartAuthSession_In
#include <tpm2.h>
Public Attributes
| Name | |
|---|---|
| TPMI_DH_OBJECT | tpmKey |
| TPMI_DH_ENTITY | bind |
| TPM2B_NONCE | nonceCaller |
| TPM2B_ENCRYPTED_SECRET | encryptedSalt |
| TPM_SE | sessionType |
| TPMT_SYM_DEF | symmetric |
| TPMI_ALG_HASH | authHash |
Public Attributes Documentation
variable tpmKey
TPMI_DH_OBJECT tpmKey;
variable bind
TPMI_DH_ENTITY bind;
variable nonceCaller
TPM2B_NONCE nonceCaller;
variable encryptedSalt
TPM2B_ENCRYPTED_SECRET encryptedSalt;
variable sessionType
TPM_SE sessionType;
variable symmetric
TPMT_SYM_DEF symmetric;
variable authHash
TPMI_ALG_HASH authHash;
Updated on 2026-07-21 at 16:43:25 +0000