Mercurial > dropbear
comparison bignum.h @ 1439:8d24733026c5 coverity
merge
author | Matt Johnston <matt@ucc.asn.au> |
---|---|
date | Sat, 24 Jun 2017 23:33:16 +0800 |
parents | c721e8c42d2a |
children |
comparison
equal
deleted
inserted
replaced
1400:238a439670f5 | 1439:8d24733026c5 |
---|---|
28 #include "dbhelpers.h" | 28 #include "dbhelpers.h" |
29 | 29 |
30 void m_mp_init(mp_int *mp); | 30 void m_mp_init(mp_int *mp); |
31 void m_mp_init_multi(mp_int *mp, ...) ATTRIB_SENTINEL; | 31 void m_mp_init_multi(mp_int *mp, ...) ATTRIB_SENTINEL; |
32 void m_mp_alloc_init_multi(mp_int **mp, ...) ATTRIB_SENTINEL; | 32 void m_mp_alloc_init_multi(mp_int **mp, ...) ATTRIB_SENTINEL; |
33 void m_mp_free_multi(mp_int **mp, ...) ATTRIB_SENTINEL; | |
33 void bytes_to_mp(mp_int *mp, const unsigned char* bytes, unsigned int len); | 34 void bytes_to_mp(mp_int *mp, const unsigned char* bytes, unsigned int len); |
34 void hash_process_mp(const struct ltc_hash_descriptor *hash_desc, | 35 void hash_process_mp(const struct ltc_hash_descriptor *hash_desc, |
35 hash_state *hs, mp_int *mp); | 36 hash_state *hs, mp_int *mp); |
36 | 37 |
37 #endif /* DROPBEAR_BIGNUM_H_ */ | 38 #endif /* DROPBEAR_BIGNUM_H_ */ |