public Tpm2DuplicateResponse ( byte the_encryptionKeyOut, TpmPrivate the_duplicate, byte the_outSymSeed ) : System |
the_encryptionKeyOut |
byte |
If the caller provided an encryption key or if symmetricAlg was TPM_ALG_NULL, then this will be the Empty Buffer; otherwise, it shall contain the TPM-generated, symmetric encryption key for the inner wrapper. |
the_duplicate |
TpmPrivate |
private area that may be encrypted by encryptionKeyIn; and may be doubly encrypted |
the_outSymSeed |
byte |
seed protected by the asymmetric algorithms of new parent (NP) |
return |
System |
|