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 6145 by maya, Tue Nov 17 04:37:00 2015 UTC revision 6147 by maya, Tue Nov 17 09:31:03 2015 UTC
# Line 54  char *curve_keytype_to_name(ssh_keytype Line 54  char *curve_keytype_to_name(ssh_keytype
54  Key *key_new_private(int type);  Key *key_new_private(int type);
55  Key *key_new(int type);  Key *key_new(int type);
56  void key_free(Key *key);  void key_free(Key *key);
57    void key_init(Key *key);
58  int key_to_blob(Key *key, char **blobp, int *lenp);  int key_to_blob(Key *key, char **blobp, int *lenp);
59  Key *key_from_blob(char *data, int blen);  Key *key_from_blob(char *data, int blen);
60  BOOL get_SSH2_publickey_blob(PTInstVar pvar, buffer_t **blobptr, int *bloblen);  BOOL get_SSH2_publickey_blob(PTInstVar pvar, buffer_t **blobptr, int *bloblen);

Legend:
Removed from v.6145  
changed lines
  Added in v.6147

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