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.

47 lines
614 B

  1. /*++
  2. Copyright (c) 1994-1998 Microsoft Corporation
  3. Module Name:
  4. global.h
  5. Abstract:
  6. Global data definitions for tshare security.
  7. Author:
  8. Madan Appiah (madana) 24-Jan-1998
  9. Environment:
  10. User Mode - Win32
  11. Revision History:
  12. --*/
  13. #ifndef _GLOBAL_H_
  14. #define _GLOBAL_H_
  15. //
  16. // global data definitions.
  17. //
  18. extern const BYTE g_abPad1[40];
  19. extern const BYTE g_abPad2[48];
  20. extern LPBSAFE_PUB_KEY g_pPublicKey;
  21. extern BYTE g_abPublicKeyModulus[92];
  22. extern BYTE g_abServerCertificate[184];
  23. extern BYTE g_abServerPrivateKey[380];
  24. extern BOOL g_128bitEncryptionEnabled;
  25. #endif // _GLOBAL_H_