TPMS_ALGORITHM_DETAIL_ECC
#include <tpm2.h>
Public Attributes
Public Attributes Documentation
variable curveID
TPM_ECC_CURVE curveID;
variable keySize
UINT16 keySize;
variable kdf
TPMT_KDF_SCHEME kdf;
variable sign
TPMT_ECC_SCHEME sign;
variable p
TPM2B_ECC_PARAMETER p;
variable a
TPM2B_ECC_PARAMETER a;
variable b
TPM2B_ECC_PARAMETER b;
variable gX
TPM2B_ECC_PARAMETER gX;
variable gY
TPM2B_ECC_PARAMETER gY;
variable n
TPM2B_ECC_PARAMETER n;
variable h
TPM2B_ECC_PARAMETER h;
Updated on 2026-07-21 at 16:43:25 +0000