RSA_Decrypt_In
#include <tpm2.h>
Public Attributes
| Name | |
|---|---|
| TPMI_DH_OBJECT | keyHandle |
| TPM2B_PUBLIC_KEY_RSA | cipherText |
| TPMT_RSA_DECRYPT | inScheme |
| TPM2B_DATA | label |
Public Attributes Documentation
variable keyHandle
TPMI_DH_OBJECT keyHandle;
variable cipherText
TPM2B_PUBLIC_KEY_RSA cipherText;
variable inScheme
TPMT_RSA_DECRYPT inScheme;
variable label
TPM2B_DATA label;
Updated on 2026-07-21 at 16:43:25 +0000