#ifndef __ENCRYPT__H #define __ENCRYPT__H extern void CheckCodeCal(unsigned char *InputData, unsigned char *Key, unsigned char *OutputData); #endif