comparison dbrandom.h @ 1369:ddfcadca3c4c fuzz

fuzzer-pubkey
author Matt Johnston <matt@ucc.asn.au>
date Tue, 23 May 2017 22:43:34 +0800
parents 17104db7928c
children 5916af64acd4
comparison
equal deleted inserted replaced
1368:10df23099071 1369:ddfcadca3c4c
29 29
30 void seedrandom(void); 30 void seedrandom(void);
31 void genrandom(unsigned char* buf, unsigned int len); 31 void genrandom(unsigned char* buf, unsigned int len);
32 void addrandom(unsigned char * buf, unsigned int len); 32 void addrandom(unsigned char * buf, unsigned int len);
33 void gen_random_mpint(mp_int *max, mp_int *rand); 33 void gen_random_mpint(mp_int *max, mp_int *rand);
34 #ifdef DROPBEAR_FUZZ
35 void seedfuzz(void);
36 #endif
37 34
38 #endif /* DROPBEAR_RANDOM_H_ */ 35 #endif /* DROPBEAR_RANDOM_H_ */