Skip to content

TPM2_AUTH_SESSION

#include <tpm2.h>

Public Attributes

Name
TPMI_SH_AUTH_SESSION sessionHandle
TPM2B_NONCE nonceCaller
TPMA_SESSION sessionAttributes
TPM2B_AUTH hmac
TPM2B_NONCE nonceTPM
TPMT_SYM_DEF symmetric
TPMI_ALG_HASH authHash
TPM2B_NAME name
TPM2B_AUTH auth
TPM2B_AUTH * bind
TPM2B_NAME bindName
unsigned int policyAuth
unsigned int policyPass

Public Attributes Documentation

variable sessionHandle

TPMI_SH_AUTH_SESSION sessionHandle;

variable nonceCaller

TPM2B_NONCE nonceCaller;

variable sessionAttributes

TPMA_SESSION sessionAttributes;

variable hmac

TPM2B_AUTH hmac;

variable nonceTPM

TPM2B_NONCE nonceTPM;

variable symmetric

TPMT_SYM_DEF symmetric;

variable authHash

TPMI_ALG_HASH authHash;

variable name

TPM2B_NAME name;

variable auth

TPM2B_AUTH auth;

variable bind

TPM2B_AUTH * bind;

variable bindName

TPM2B_NAME bindName;

variable policyAuth

unsigned int policyAuth;

variable policyPass

unsigned int policyPass;

Updated on 2026-07-21 at 16:43:25 +0000