Browse Subversion Repository
Diff of /branches/ssh_chacha20poly1305/ttssh2/ttxssh/ssh.h
Parent Directory
| Revision Log
| Patch
| 507 |
|
|
| 508 |
void SSH2_send_kexinit(PTInstVar pvar); |
void SSH2_send_kexinit(PTInstVar pvar); |
| 509 |
BOOL do_SSH2_userauth(PTInstVar pvar); |
BOOL do_SSH2_userauth(PTInstVar pvar); |
| 510 |
|
BOOL do_SSH2_authrequest(PTInstVar pvar); |
| 511 |
void debug_print(int no, char *msg, int len); |
void debug_print(int no, char *msg, int len); |
| 512 |
int get_cipher_block_size(SSHCipher cipher); |
int get_cipher_block_size(SSHCipher cipher); |
| 513 |
int get_cipher_key_len(SSHCipher cipher); |
int get_cipher_key_len(SSHCipher cipher); |
|
|
Legend:
| Removed from v.3137 |
|
| changed lines |
| |
Added in v.3151 |
|
|
|