Develop and Download Open Source Software

Browse Subversion Repository

Diff of /trunk/ttssh2/ttxssh/crypt.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 6985 by doda, Sat Nov 25 15:26:45 2017 UTC revision 7774 by maya, Sun Jun 16 03:40:20 2019 UTC
# Line 81  typedef union { Line 81  typedef union {
81    CipherBlowfishState cBlowfish;    CipherBlowfishState cBlowfish;
82  } CRYPTCipherState;  } CRYPTCipherState;
83    
84  typedef void (* CRYPTCryptFun)(PTInstVar pvar, unsigned char *buf, int bytes);  typedef void (* CRYPTCryptFun)(PTInstVar pvar, unsigned char *buf, unsigned int bytes);
85    
86  typedef struct {  typedef struct {
87    CRYPTDetectAttack detect_attack_statics;    CRYPTDetectAttack detect_attack_statics;
# Line 109  void CRYPT_init(PTInstVar pvar); Line 109  void CRYPT_init(PTInstVar pvar);
109     from the server. Therefore we have some time available to do some     from the server. Therefore we have some time available to do some
110     moderately expensive computations. */     moderately expensive computations. */
111  void CRYPT_initialize_random_numbers(PTInstVar pvar);  void CRYPT_initialize_random_numbers(PTInstVar pvar);
112  void CRYPT_set_random_data(PTInstVar pvar, unsigned char *buf, int bytes);  void CRYPT_set_random_data(PTInstVar pvar, unsigned char *buf, unsigned int bytes);
113  void CRYPT_end(PTInstVar pvar);  void CRYPT_end(PTInstVar pvar);
114    
115  void CRYPT_get_cipher_info(PTInstVar pvar, char *dest, int len);  void CRYPT_get_cipher_info(PTInstVar pvar, char *dest, int len);

Legend:
Removed from v.6985  
changed lines
  Added in v.7774

Back to OSDN">Back to OSDN
ViewVC Help
Powered by ViewVC 1.1.26