comparison dbrandom.h @ 1364:17104db7928c fuzz

seed_fuzz() prototype
author Matt Johnston <matt@ucc.asn.au>
date Sun, 21 May 2017 18:53:44 +0800
parents 9169e4e7cbee
children ddfcadca3c4c
comparison
equal deleted inserted replaced
1363:b2f295125ed6 1364:17104db7928c
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
34 37
35 #endif /* DROPBEAR_RANDOM_H_ */ 38 #endif /* DROPBEAR_RANDOM_H_ */