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.

28 lines
1.4 KiB

  1. /******************************************************************************\
  2. * *
  3. * TC6807af.h - Hardware abstraction level library. *
  4. * *
  5. * Copyright (c) C-Cube Microsystems 1996 *
  6. * All Rights Reserved. *
  7. * *
  8. * Use of C-Cube Microsystems code is governed by terms and conditions *
  9. * stated in the accompanying licensing statement. *
  10. * *
  11. \******************************************************************************/
  12. //
  13. // TC6807AF.H Digital Copy-Protection for DVD
  14. //
  15. /////////////////////////////////////////////////////////////////////
  16. #define TC6807AF_GET_CHALLENGE 1
  17. #define TC6807AF_SEND_CHALLENGE 2
  18. #define TC6807AF_GET_RESPONSE 3
  19. #define TC6807AF_SEND_RESPONSE 4
  20. #define TC6807AF_SEND_DISK_KEY 5
  21. #define TC6807AF_SEND_TITLE_KEY 6
  22. #define TC6807AF_SET_DECRYPTION_MODE 7
  23. BOOL TC6807AF_Initialize( DWORD dwBaseAddress );
  24. BOOL TC6807AF_Reset();
  25. BOOL TC6807AF_Authenticate( WORD wFunction, BYTE * pbyDATA );