Develop and Download Open Source Software

Browse Subversion Repository

Diff of /branches/ssh_chacha20poly1305/ttssh2/ttxssh/cipher.h

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

revision 9208 by nmaya, Sat Apr 17 06:15:51 2021 UTC revision 9209 by nmaya, Sat Apr 17 06:32:42 2021 UTC
# Line 89  int     cipher_get_keycontext(const CipherC Line 89  int     cipher_get_keycontext(const CipherC
89  void     cipher_set_keycontext(CipherContext *, u_char *);  void     cipher_set_keycontext(CipherContext *, u_char *);
90    
91  void cipher_init_SSH2(  void cipher_init_SSH2(
92                  EVP_CIPHER_CTX *evp,          EVP_CIPHER_CTX *evp,
93                  const u_char *key, u_int keylen,          const u_char *key, u_int keylen,
94                  const u_char *iv, u_int ivlen,          const u_char *iv, u_int ivlen,
95                  int encrypt,          int encrypt,
96                  const EVP_CIPHER *type,          const EVP_CIPHER *type,
97                  int discard_len,          int discard_len,
98                  unsigned int authlen,          unsigned int authlen,
99                  PTInstVar pvar          PTInstVar pvar
100  );  );
101    
102  void cipher_cleanup_SSH2(EVP_CIPHER_CTX *evp);  void cipher_free_SSH2(EVP_CIPHER_CTX *evp);
103    
104  #endif                          /* CIPHER_H */  #endif                          /* CIPHER_H */

Legend:
Removed from v.9208  
changed lines
  Added in v.9209

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