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

DVD

开发平台:

C/C++

  1. #ifndef __css_descramble_h_
  2. #define __css_descramble_h_
  3. #include "types.h"
  4. struct playkey {
  5. int offset;
  6. UINT8 key[5];
  7. };
  8. extern int css_decrypttitlekey(UINT8 *tkey, UINT8 *dkey, struct playkey **pkey);
  9. extern void css_descramble(UINT8 *sec,UINT8 *key);
  10. #endif