~ubuntu-branches/ubuntu/vivid/libssh2/vivid-proposed

« back to all changes in this revision

Viewing changes to src/libgcrypt.h

  • Committer: Bazaar Package Importer
  • Author(s): Mikhail Gusarov
  • Date: 2009-09-28 19:10:36 UTC
  • mfrom: (1.2.5 upstream)
  • mto: This revision was merged to the branch mainline in revision 6.
  • Revision ID: james.westby@ubuntu.com-20090928191036-9i9bg6ujqgtipmd7
ImportĀ upstreamĀ versionĀ 1.2.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
112
112
                     const unsigned char *coeffdata, unsigned long coefflen);
113
113
int _libssh2_rsa_new_private(libssh2_rsa_ctx ** rsa,
114
114
                             LIBSSH2_SESSION * session,
115
 
                             FILE * fp, unsigned const char *passphrase);
 
115
                             const char *filename,
 
116
                             unsigned const char *passphrase);
116
117
int _libssh2_rsa_sha1_verify(libssh2_rsa_ctx * rsa,
117
118
                             const unsigned char *sig,
118
119
                             unsigned long sig_len,
140
141
                     const unsigned char *x, unsigned long x_len);
141
142
int _libssh2_dsa_new_private(libssh2_dsa_ctx ** dsa,
142
143
                             LIBSSH2_SESSION * session,
143
 
                             FILE * fp, unsigned const char *passphrase);
 
144
                             const char *filename,
 
145
                             unsigned const char *passphrase);
144
146
int _libssh2_dsa_sha1_verify(libssh2_dsa_ctx * dsa,
145
147
                             const unsigned char *sig,
146
148
                             const unsigned char *m, unsigned long m_len);