Develop and Download Open Source Software

Browse Subversion Repository

Diff of /branches/ssh_chacha20poly1305/ttssh2/ttxssh/key.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 4321 by maya, Sat Feb 19 07:41:41 2011 UTC revision 4325 by maya, Sat Feb 19 15:37:07 2011 UTC
# Line 41  const char *key_type(const Key *k); Line 41  const char *key_type(const Key *k);
41  char *get_sshname_from_keytype(enum ssh_keytype type);  char *get_sshname_from_keytype(enum ssh_keytype type);
42  char *get_sshname_from_key(Key *key);  char *get_sshname_from_key(Key *key);
43  enum hostkey_type get_keytype_from_name(char *name);  enum hostkey_type get_keytype_from_name(char *name);
44    char *curve_keytype_to_name(enum ssh_keytype type);
45    
46  void key_free(Key *key);  void key_free(Key *key);
47  int key_to_blob(Key *key, char **blobp, int *lenp);  int key_to_blob(Key *key, char **blobp, int *lenp);

Legend:
Removed from v.4321  
changed lines
  Added in v.4325

Back to OSDN">Back to OSDN
ViewVC Help
Powered by ViewVC 1.1.26