Browse Subversion Repository
Diff of /branches/ssh_chacha20poly1305/ttssh2/ttxssh/ttxssh.c
Parent Directory
| Revision Log
| Patch
| 4128 |
// based on OpenSSH 6.5:key_save_private(), key_private_to_blob2() |
// based on OpenSSH 6.5:key_save_private(), key_private_to_blob2() |
| 4129 |
static void save_bcrypt_private_key(char *passphrase, char *filename, char *comment, HWND dlg, PTInstVar pvar, int rounds) |
static void save_bcrypt_private_key(char *passphrase, char *filename, char *comment, HWND dlg, PTInstVar pvar, int rounds) |
| 4130 |
{ |
{ |
| 4131 |
ssh2_cipher_t *cipher = NULL; |
SSH2Cipher *cipher = NULL; |
| 4132 |
char *ciphername = DEFAULT_CIPHERNAME; |
char *ciphername = DEFAULT_CIPHERNAME; |
| 4133 |
buffer_t *b = NULL; |
buffer_t *b = NULL; |
| 4134 |
buffer_t *kdf = NULL; |
buffer_t *kdf = NULL; |
|
|
Legend:
| Removed from v.7002 |
|
| changed lines |
| |
Added in v.7004 |
|
|
| |