TPMS_RSA_PARMS
#include <tpm2.h>
Public Attributes
| Name | |
|---|---|
| TPMT_SYM_DEF_OBJECT | symmetric |
| TPMT_RSA_SCHEME | scheme |
| TPMI_RSA_KEY_BITS | keyBits |
| UINT32 | exponent |
Public Attributes Documentation
variable symmetric
TPMT_SYM_DEF_OBJECT symmetric;
variable scheme
TPMT_RSA_SCHEME scheme;
variable keyBits
TPMI_RSA_KEY_BITS keyBits;
variable exponent
UINT32 exponent;
Updated on 2026-07-21 at 16:43:25 +0000