css-auth.h
资源名称:8202s.rar [点击查看]
上传用户:poi891205
上传日期:2013-07-15
资源大小:9745k
文件大小:0k
源码类别:
DVD
开发平台:
C/C++
- #ifndef __CSSAUTH_H_
- #define __CSSAUTH_H_
- #include "types.h"
- struct block {
- UINT8 b[5];
- };
- extern void CryptKey1(int varient, UINT8 const *challenge, struct block *key);
- extern void CryptKey2(int varient, UINT8 const *challenge, struct block *key);
- extern void CryptBusKey(int varient, UINT8 const *challenge, struct block *key);
- #endif