[BACK]Return to kex.h CVS log [TXT][DIR] Up to [local] / src / usr.bin / ssh

Diff for /src/usr.bin/ssh/kex.h between version 1.95 and 1.96

version 1.95, 2019/01/21 10:00:23 version 1.96, 2019/01/21 10:03:37
Line 187 
Line 187 
 int      kexc25519_server(struct ssh *);  int      kexc25519_server(struct ssh *);
   
 int      kex_dh_keygen(struct kex *);  int      kex_dh_keygen(struct kex *);
   int      kex_dh_compute_key(struct kex *, BIGNUM *, struct sshbuf *);
 int      kex_dh_hash(int, const struct sshbuf *, const struct sshbuf *,  int      kex_dh_hash(int, const struct sshbuf *, const struct sshbuf *,
     const u_char *, size_t, const u_char *, size_t, const u_char *, size_t,      const u_char *, size_t, const u_char *, size_t, const u_char *, size_t,
     const BIGNUM *, const BIGNUM *, const BIGNUM *, u_char *, size_t *);      const BIGNUM *, const BIGNUM *, const u_char *, size_t, u_char *, size_t *);
   
 int      kexgex_hash(int, const struct sshbuf *, const struct sshbuf *,  int      kexgex_hash(int, const struct sshbuf *, const struct sshbuf *,
     const u_char *, size_t, const u_char *, size_t, const u_char *, size_t,      const u_char *, size_t, const u_char *, size_t, const u_char *, size_t,
     int, int, int,      int, int, int,
     const BIGNUM *, const BIGNUM *, const BIGNUM *,      const BIGNUM *, const BIGNUM *, const BIGNUM *,
     const BIGNUM *, const BIGNUM *,      const BIGNUM *, const u_char *, size_t,
     u_char *, size_t *);      u_char *, size_t *);
   
 int kex_ecdh_hash(int, const EC_GROUP *,  int kex_ecdh_hash(int, const EC_GROUP *,

Legend:
Removed from v.1.95  
changed lines
  Added in v.1.96