12 lines
191 B
C
12 lines
191 B
C
|
// nt_mphase.h
|
||
|
|
||
|
// exported multiphase functions.
|
||
|
|
||
|
BOOL GenerateKeyXPacket(PNTAGUserList pUser,
|
||
|
NTStdHeader *pHeader,
|
||
|
NTAGKeyList *pKey,
|
||
|
NTAGKeyList *pPubKey,
|
||
|
BYTE *pbPackOut);
|
||
|
|
||
|
|