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 5545 by yutakapon, Mon Mar 17 16:06:58 2014 UTC revision 5550 by maya, Wed Mar 19 13:19:25 2014 UTC
# Line 45  unsigned char *duplicate_ED25519_PK(unsi Line 45  unsigned char *duplicate_ED25519_PK(unsi
45  char *key_fingerprint_raw(Key *k, enum fp_type dgst_type, int *dgst_raw_length);  char *key_fingerprint_raw(Key *k, enum fp_type dgst_type, int *dgst_raw_length);
46  char *key_fingerprint(Key *key, enum fp_rep dgst_rep);  char *key_fingerprint(Key *key, enum fp_rep dgst_rep);
47    
48  const char *ssh_key_type(const Key *k);  const char *ssh_key_type(ssh_keytype type);
49  char *get_sshname_from_key(Key *key);  char *get_sshname_from_key(Key *key);
50  enum hostkey_type get_keytype_from_name(char *name);  enum hostkey_type get_keytype_from_name(char *name);
51  char *curve_keytype_to_name(ssh_keytype type);  char *curve_keytype_to_name(ssh_keytype type);

Legend:
Removed from v.5545  
changed lines
  Added in v.5550

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