TPM2_CTX
#include <tpm2.h>
Public Attributes
| Name | |
|---|---|
| TPM2HalIoCb | ioCb |
| void * | userCtx |
| struct wolfTPM_tcpContext | tcpCtx |
| struct wolfTPM_winContext | winCtx |
| WC_RNG | rng |
| int | locality |
| word32 | caps |
| word32 | did_vid |
| TPM2_AUTH_SESSION * | session |
| byte[XFER_MAX_SIZE] | cmdBuf |
| byte | rid |
| unsigned int | rngInit |
| int | fd |
| void * | spdmCtx |
| unsigned int | spdmOnlyDetected |
| int | retries |
Public Attributes Documentation
variable ioCb
TPM2HalIoCb ioCb;
variable userCtx
void * userCtx;
variable tcpCtx
struct wolfTPM_tcpContext tcpCtx;
variable winCtx
struct wolfTPM_winContext winCtx;
variable rng
WC_RNG rng;
variable locality
int locality;
variable caps
word32 caps;
variable did_vid
word32 did_vid;
variable session
TPM2_AUTH_SESSION * session;
variable cmdBuf
byte[XFER_MAX_SIZE] cmdBuf;
variable rid
byte rid;
variable rngInit
unsigned int rngInit;
variable fd
int fd;
variable spdmCtx
void * spdmCtx;
variable spdmOnlyDetected
unsigned int spdmOnlyDetected;
variable retries
int retries;
Updated on 2026-07-21 at 16:43:25 +0000