Use rdrand as additional entropy source.
If available rdrand is used as an additional entropy source for the PRNG and for additional input in FIPS mode.
This commit is contained in:
@@ -154,5 +154,6 @@
|
||||
#define MD(a,b,c) EVP_Digest(a,b,c,NULL,EVP_md2(), NULL)
|
||||
#endif
|
||||
|
||||
void rand_hw_xor(unsigned char *buf, size_t num);
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user