css-auth.h
上传用户:poi891205
上传日期:2013-07-15
资源大小:9745k
文件大小:0k
源码类别:

DVD

开发平台:

C/C++

  1. #ifndef __CSSAUTH_H_
  2. #define __CSSAUTH_H_
  3. #include "types.h"
  4. struct block {
  5. UINT8 b[5];
  6. };
  7. extern void CryptKey1(int varient, UINT8 const *challenge, struct block *key);
  8. extern void CryptKey2(int varient, UINT8 const *challenge, struct block *key);
  9. extern void CryptBusKey(int varient, UINT8 const *challenge, struct block *key);
  10. #endif