Browse Subversion Repository
Diff of /branches/ssh_chacha20poly1305/ttssh2/ttxssh/crypt.c
Parent Directory
| Revision Log
| Patch
| 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 |
|
|
|