Skip to content

WOLFTPM2_CAPS

#include <tpm2_wrap.h>

Public Attributes

Name
WOLFTPM2_MFG mfg
char[4+1] mfgStr
char[(4 *4)+1] vendorStr
word32 tpmType
word16 fwVerMajor
word16 fwVerMinor
word32 fwVerVendor
word32 keyGroupId
word16 fwCounter
word16 fwCounterSame
byte opMode
word16 fips140_2
word16 cc_eal4
word16 req_wait_state
word16 fips140_3
word32 acHandleCount
TPM_HANDLE[MAX_AC_HANDLES] acHandles

Public Attributes Documentation

variable mfg

WOLFTPM2_MFG mfg;

variable mfgStr

char[4+1] mfgStr;

variable vendorStr

char[(4 *4)+1] vendorStr;

variable tpmType

word32 tpmType;

variable fwVerMajor

word16 fwVerMajor;

variable fwVerMinor

word16 fwVerMinor;

variable fwVerVendor

word32 fwVerVendor;

variable keyGroupId

word32 keyGroupId;

variable fwCounter

word16 fwCounter;

variable fwCounterSame

word16 fwCounterSame;

variable opMode

byte opMode;

variable fips140_2

word16 fips140_2;

variable cc_eal4

word16 cc_eal4;

variable req_wait_state

word16 req_wait_state;

variable fips140_3

word16 fips140_3;

variable acHandleCount

word32 acHandleCount;

variable acHandles

TPM_HANDLE[MAX_AC_HANDLES] acHandles;

Updated on 2026-07-17 at 01:13:32 +0000