rsa.h 792 B

12345678910111213141516171819
  1. #ifndef __RSA
  2. #define __RSA
  3. #include <default.h>
  4. /* Begin Auto-Generated Part */
  5. typedef struct{unsigned char Len;unsigned char Data[];}BN;
  6. typedef struct{unsigned long state[4];unsigned long count[2];unsigned char buffer[64];}MD5_CTX;
  7. #define BN_power17Mod _rom_call(void,(BN*,const BN*,const BN*),122)
  8. #define BN_powerMod _rom_call(void,(BN*,const BN*,const BN*,const BN*),123)
  9. #define BN_prodMod _rom_call(void,(BN*,const BN*,const BN*),124)
  10. #define cdecrypt _rom_call(void,(BN*,char*,long,BN*),127)
  11. #define MD5Done _rom_call(void,(BN*,MD5_CTX*),257)
  12. #define MD5Final _rom_call(void,(unsigned char*,MD5_CTX*),256)
  13. #define MD5Init _rom_call(void,(MD5_CTX*),254)
  14. #define MD5Update _rom_call(void,(MD5_CTX*,unsigned char*,long),255)
  15. /* End Auto-Generated Part */
  16. #endif