Displaying 1 result from an estimated 1 matches for "dhpublickeyc".
Did you mean:
  dhpublickeys
  
2009 May 23
0
RMTPE specification
...FP" key
   12:1531    Random Data, 128-bit Diffie-Hellmann key and "Genuine FP" key.
   1532:1535  Obfuscated pointer to 128-bit Diffie-Hellmann key
Calculate location of Diffie Hellmann Public Key and create it:
   dhpkl = GetClientDHoffset(clientsig[1532:1535])
   DHPrivateKeyC, DHPublicKeyC = DHKeyGenerate(128) /* 128-bit */
   clientsig[dhpkl:dhpkl+127] = DHPublicKeyC
Calculate location of Client Digest and create it:
   /* Note: the SHA digest message is calculated from the bytes of
     the message, excluding the 32-bytes where the digest itself goes.
   */
   cdl = GetClientGen...