[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.99 and 1.100

version 1.99, 2019/01/21 10:20:12 version 1.100, 2019/01/21 10:24:09
Line 195 
Line 195 
 int      kex_kem_client(struct ssh *);  int      kex_kem_client(struct ssh *);
 int      kex_kem_server(struct ssh *);  int      kex_kem_server(struct ssh *);
   
   int      kex_c25519_keypair(struct kex *);
   int      kex_c25519_enc(struct kex *, const u_char *, size_t, struct sshbuf **,
       struct sshbuf **);
   int      kex_c25519_dec(struct kex *, const u_char *, size_t, struct sshbuf **);
   
 int      kex_kem_sntrup4591761x25519_keypair(struct kex *);  int      kex_kem_sntrup4591761x25519_keypair(struct kex *);
 int      kex_kem_sntrup4591761x25519_enc(struct kex *, const u_char *, size_t,  int      kex_kem_sntrup4591761x25519_enc(struct kex *, const u_char *, size_t,
     struct sshbuf **, struct sshbuf **);      struct sshbuf **, struct sshbuf **);

Legend:
Removed from v.1.99  
changed lines
  Added in v.1.100