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.

78 lines
1.2 KiB

  1. extern ULONG IPSecNumResets;
  2. #if DBG
  3. extern ULONG NumAddSA;
  4. extern ULONG NumAddSU;
  5. extern ULONG NumAddFA;
  6. extern ULONG NumDelSA;
  7. extern ULONG NumDelSU;
  8. extern ULONG NumDelFA;
  9. extern ULONG NumReset;
  10. #endif
  11. //
  12. // Max timeout value (in seconds) for each class.
  13. //
  14. extern ULONG IPSecMaxTimerValue[];
  15. //
  16. // Size of each timer wheel.
  17. //
  18. extern ULONG IPSecTimerListSize[];
  19. //
  20. // Interval between ticks, in seconds, for each class.
  21. //
  22. extern ULONG IPSecTimerPeriod[];
  23. #if GPC
  24. extern ULONG DebugGPC;
  25. #endif
  26. extern AUTH_ALGO auth_algorithms[];
  27. extern CONFID_ALGO conf_algorithms[];
  28. #if DBG
  29. extern ULONG IPSecDebug;
  30. #endif
  31. extern UCHAR DefaultPad[];
  32. #if DBG
  33. extern IPAddr DebugSrc;
  34. extern IPAddr DebugDst;
  35. extern UCHAR DebugPro;
  36. extern ULONG DebugPkt;
  37. extern ULONG DebugOff;
  38. extern ULONG DebugQry;
  39. #endif
  40. extern RC4_KEYSTRUCT IPSecRngKey;
  41. extern WORK_QUEUE_ITEM IPSecRngQueueItem;
  42. extern ULONG IPSecRngBytes;
  43. #if DBG
  44. extern ULONG IPSecRngInRekey;
  45. #endif
  46. extern unsigned char weak_keys[][DES_BLOCKLEN];
  47. extern PDEVICE_OBJECT IPSecDevice;
  48. extern ULONG IPSecInitFlag;
  49. extern IPSEC_GLOBAL g_ipsec;
  50. extern LARGE_INTEGER IPSecDelayInterval;
  51. extern DWORD gdwInitEsp;
  52. extern DWORD gdwInitAh;