Mercurial > dropbear
comparison ecc.h @ 1286:7d02b83c61fd coverity
merge
author | Matt Johnston <matt@ucc.asn.au> |
---|---|
date | Fri, 18 Mar 2016 22:47:33 +0800 |
parents | 9169e4e7cbee |
children | 750ec4ec4cbe |
comparison
equal
deleted
inserted
replaced
1261:770e14154da3 | 1286:7d02b83c61fd |
---|---|
18 extern struct dropbear_ecc_curve ecc_curve_nistp256; | 18 extern struct dropbear_ecc_curve ecc_curve_nistp256; |
19 extern struct dropbear_ecc_curve ecc_curve_nistp384; | 19 extern struct dropbear_ecc_curve ecc_curve_nistp384; |
20 extern struct dropbear_ecc_curve ecc_curve_nistp521; | 20 extern struct dropbear_ecc_curve ecc_curve_nistp521; |
21 extern struct dropbear_ecc_curve *dropbear_ecc_curves[]; | 21 extern struct dropbear_ecc_curve *dropbear_ecc_curves[]; |
22 | 22 |
23 void dropbear_ecc_fill_dp(); | 23 void dropbear_ecc_fill_dp(void); |
24 struct dropbear_ecc_curve* curve_for_dp(const ltc_ecc_set_type *dp); | 24 struct dropbear_ecc_curve* curve_for_dp(const ltc_ecc_set_type *dp); |
25 | 25 |
26 /* "pubkey" refers to a point, but LTC uses ecc_key structure for both public | 26 /* "pubkey" refers to a point, but LTC uses ecc_key structure for both public |
27 and private keys */ | 27 and private keys */ |
28 void buf_put_ecc_raw_pubkey_string(buffer *buf, ecc_key *key); | 28 void buf_put_ecc_raw_pubkey_string(buffer *buf, ecc_key *key); |