comparison dbrandom.h @ 1511:5916af64acd4 fuzz

merge from main
author Matt Johnston <matt@ucc.asn.au>
date Sat, 17 Feb 2018 19:29:51 +0800
parents ddfcadca3c4c 06d52bcb8094
children
comparison
equal deleted inserted replaced
1457:32f990cc96b1 1511:5916af64acd4
27 27
28 #include "includes.h" 28 #include "includes.h"
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(const 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 34
35 #endif /* DROPBEAR_RANDOM_H_ */ 35 #endif /* DROPBEAR_RANDOM_H_ */