Skip to content

TpmCryptoDevCtx

#include <tpm2_wrap.h>

Public Attributes

Name
WOLFTPM2_DEV * dev
WOLFTPM2_KEY * rsaKey
WOLFTPM2_KEYBLOB * rsaKeyGen
WOLFTPM2_KEY * eccKey
WOLFTPM2_KEYBLOB * ecdsaKey
WOLFTPM2_KEY * ecdhKey
WOLFTPM2_KEY * storageKey
unsigned short useSymmetricOnTPM
unsigned short useFIPSMode

Public Attributes Documentation

variable dev

WOLFTPM2_DEV * dev;

variable rsaKey

WOLFTPM2_KEY * rsaKey;

variable rsaKeyGen

WOLFTPM2_KEYBLOB * rsaKeyGen;

variable eccKey

WOLFTPM2_KEY * eccKey;

variable ecdsaKey

WOLFTPM2_KEYBLOB * ecdsaKey;

variable ecdhKey

WOLFTPM2_KEY * ecdhKey;

variable storageKey

WOLFTPM2_KEY * storageKey;

variable useSymmetricOnTPM

unsigned short useSymmetricOnTPM;

variable useFIPSMode

unsigned short useFIPSMode;

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