Develop and Download Open Source Software
Login
Create Account
Help
MY OSDN
Find Software
Magazine
Develop
Pastebin
Software
People
PersonalForge
Magazine
Wiki
OSDN
>
Find Software
>
Tera Term
Tera Term
Summary
Project Summary
Developer Dashboard
Project Reviews
Web Page
Developers
List of RSS Feeds
Statistics
History
Image Gallery
Search Keywords
News
Listed News
Help
Downloads
List of Releases
Help
Source Code
Guide
Browse CVS
Browse SVN
Help
Wiki
FrontPage
Title index
Recent changes
Wiki Search
Help
Docs
List Docs
Help
Forums
List of Forums
Open Discussion (173)
Help (428)
Help
Mailing Lists
list of ML
ttssh2-commit
ttssh2-dev
ttssh2-users
Help
Ticket
Ticket List
Milestone List
Type List
Component List
List of frequently used tickets/RSS
Submit New Ticket
Help
Browse Subversion Repository
/
[ttssh2]
/
branches
/
ssh_chacha20poly1305
/
ttssh2
/
ttxssh
/
key.h
Diff of /branches/ssh_chacha20poly1305/ttssh2/ttxssh/key.h
Parent Directory
|
Revision Log
|
Patch
revision
6147
by
maya
, Tue Nov 17 09:31:03 2015 UTC
revision
6817
by
maya
, Fri Jun 23 14:58:54 2017 UTC
#
Line 50
const char *ssh_key_type(ssh_keytype typ
Line 50
const char *ssh_key_type(ssh_keytype typ
50
char *get_sshname_from_key(Key *key);
char *get_sshname_from_key(Key *key);
51
enum hostkey_type get_keytype_from_name(char *name);
enum hostkey_type get_keytype_from_name(char *name);
52
char *curve_keytype_to_name(ssh_keytype type);
char *curve_keytype_to_name(ssh_keytype type);
53
ssh_keytype key_curve_name_to_keytype(char *name);
54
55
Key *key_new_private(int type);
Key *key_new_private(int type);
56
Key *key_new(int type);
Key *key_new(int type);
#
Line 68
ssh_keytype nid_to_keytype(int nid);
Line 69
ssh_keytype nid_to_keytype(int nid);
69
void key_private_serialize(Key *key, buffer_t *b);
void key_private_serialize(Key *key, buffer_t *b);
70
Key *key_private_deserialize(buffer_t *blob);
Key *key_private_deserialize(buffer_t *blob);
71
72
int key_ec_validate_private(EC_KEY *key);
73
int key_ec_validate_public(const EC_GROUP *group, const EC_POINT *public);
74
75
int update_client_input_hostkeys(PTInstVar pvar, char *dataptr, int datalen);
int update_client_input_hostkeys(PTInstVar pvar, char *dataptr, int datalen);
76
77
#endif
#endif
Colored Diff
Long Colored Diff
Full Colored Diff
Unidiff
Context Diff
Side by Side
Legend:
Removed from v.6147
changed lines
Added in v.6817
Back to OSDN
">
Back to OSDN
ViewVC Help
Powered by
ViewVC 1.1.26