css-auth.h
上传用户:aoeyumen
上传日期:2007-01-06
资源大小:3329k
文件大小:0k
源码类别:

DVD

开发平台:

Unix_Linux

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