Mercurial > dropbear
comparison kex.h @ 640:76097ec1a29a dropbear-tfm
- Bring in original tomsfastmath patch against 0.52 from Peter Turczak
in 2008
author | Matt Johnston <matt@ucc.asn.au> |
---|---|
date | Mon, 21 Nov 2011 19:19:57 +0800 |
parents | d58c478bd399 |
children | 2b1bb792cd4d |
comparison
equal
deleted
inserted
replaced
518:ce104c8b0be1 | 640:76097ec1a29a |
---|---|
31 void send_msg_kexinit(); | 31 void send_msg_kexinit(); |
32 void recv_msg_kexinit(); | 32 void recv_msg_kexinit(); |
33 void send_msg_newkeys(); | 33 void send_msg_newkeys(); |
34 void recv_msg_newkeys(); | 34 void recv_msg_newkeys(); |
35 void kexfirstinitialise(); | 35 void kexfirstinitialise(); |
36 void gen_kexdh_vals(mp_int *dh_pub, mp_int *dh_priv); | 36 void gen_kexdh_vals(fp_int *dh_pub, fp_int *dh_priv); |
37 void kexdh_comb_key(mp_int *dh_pub_us, mp_int *dh_priv, mp_int *dh_pub_them, | 37 void kexdh_comb_key(fp_int *dh_pub_us, fp_int *dh_priv, fp_int *dh_pub_them, |
38 sign_key *hostkey); | 38 sign_key *hostkey); |
39 | 39 |
40 #ifndef DISABLE_ZLIB | 40 #ifndef DISABLE_ZLIB |
41 int is_compress_trans(); | 41 int is_compress_trans(); |
42 int is_compress_recv(); | 42 int is_compress_recv(); |