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.

22 lines
393 B

  1. #ifndef __AWGLOBAL_H__
  2. #define __AWGLOBAL_H__ 1
  3. #ifdef __cplusplus
  4. extern "C" {
  5. #endif
  6. #include "rsa.h"
  7. BYTE TransByte(BYTE in);
  8. BYTE UnTransByte(BYTE in);
  9. WORD Conv11to5(BYTE FAR *src, BYTE FAR *dest, WORD group);
  10. void Conv5to11(BYTE FAR *src, BYTE FAR *dest, WORD group);
  11. void RestoreKeyFromData (BSAFE_KEY BSAFE_PTR, LPWORD);
  12. DWORD RandDWord(void);
  13. #ifdef __cplusplus
  14. }
  15. #endif
  16. #endif