public Tpm2EncryptDecryptRequest ( TpmHandle the_keyHandle, byte the_decrypt, TpmAlgId the_mode, byte the_ivIn, byte the_inData ) : System |
the_keyHandle |
TpmHandle |
the symmetric key used for the operation Auth Index: 1 Auth Role: USER |
the_decrypt |
byte |
if YES, then the operation is decryption; if NO, the operation is encryption |
the_mode |
TpmAlgId |
symmetric mode this field shall match the default mode of the key or be TPM_ALG_NULL. |
the_ivIn |
byte |
an initial value as required by the algorithm |
the_inData |
byte |
the data to be encrypted/decrypted |
return |
System |
|