public Tpm2ZGen2PhaseRequest ( TpmHandle the_keyA, EccPoint the_inQsB, EccPoint the_inQeB, TpmAlgId the_inScheme, ushort the_counter ) : System |
the_keyA |
TpmHandle |
handle of an unrestricted decryption key ECC The private key referenced by this handle is used as dS,A Auth Index: 1 Auth Role: USER |
the_inQsB |
EccPoint |
other partys static public key (Qs,B = (Xs,B, Ys,B)) |
the_inQeB |
EccPoint |
other party's ephemeral public key (Qe,B = (Xe,B, Ye,B)) |
the_inScheme |
TpmAlgId |
the key exchange scheme |
the_counter |
ushort |
value returned by TPM2_EC_Ephemeral() |
리턴 |
System |
|