Browse Subversion Repository
Diff of /branches/ssh_chacha20poly1305/ttssh2/ttxssh/ssh.h
Parent Directory
| Revision Log
| Patch
| 499 |
void debug_print(int no, char *msg, int len); |
void debug_print(int no, char *msg, int len); |
| 500 |
int get_cipher_block_size(SSHCipher cipher); |
int get_cipher_block_size(SSHCipher cipher); |
| 501 |
int get_cipher_key_len(SSHCipher cipher); |
int get_cipher_key_len(SSHCipher cipher); |
| 502 |
const EVP_CIPHER * (*get_cipher_EVP_CIPHER(SSHCipher cipher))(void); |
const EVP_CIPHER* get_cipher_EVP_CIPHER(SSHCipher cipher); |
| 503 |
void ssh_heartbeat_lock_initialize(void); |
void ssh_heartbeat_lock_initialize(void); |
| 504 |
void ssh_heartbeat_lock_finalize(void); |
void ssh_heartbeat_lock_finalize(void); |
| 505 |
void ssh_heartbeat_lock(void); |
void ssh_heartbeat_lock(void); |
|
|
Legend:
| Removed from v.3091 |
|
| changed lines |
| |
Added in v.3093 |
|
|
|