Source code of Windows XP (NT5)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

11 lines
191 B

  1. // nt_mphase.h
  2. // exported multiphase functions.
  3. BOOL GenerateKeyXPacket(PNTAGUserList pUser,
  4. NTStdHeader *pHeader,
  5. NTAGKeyList *pKey,
  6. NTAGKeyList *pPubKey,
  7. BYTE *pbPackOut);