Develop and Download Open Source Software

Browse Subversion Repository

Diff of /branches/ssh_chacha20poly1305/ttssh2/ttxssh/crypt.c

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

revision 4601 by maya, Sun Aug 28 14:23:32 2011 UTC revision 5545 by yutakapon, Mon Mar 17 16:06:58 2014 UTC
# Line 1422  void cipher_init_SSH2(EVP_CIPHER_CTX *ev Line 1422  void cipher_init_SSH2(EVP_CIPHER_CTX *ev
1422          }          }
1423  }  }
1424    
1425    //
1426    // SSH2用アルゴリズムの破棄
1427    //
1428    void cipher_cleanup_SSH2(EVP_CIPHER_CTX *evp)
1429    {
1430            EVP_CIPHER_CTX_cleanup(evp);
1431    }
1432    
1433    
1434  BOOL CRYPT_start_encryption(PTInstVar pvar, int sender_flag, int receiver_flag)  BOOL CRYPT_start_encryption(PTInstVar pvar, int sender_flag, int receiver_flag)
1435  {  {

Legend:
Removed from v.4601  
changed lines
  Added in v.5545

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