openssl/crypto/rand
Lutz Jänicke 1fcfa22222 Initialize "buf" to 0 to make valgrind happy :-)
Note: the RAND_bytes() manual page says:
 RAND_bytes() puts num cryptographically strong pseudo-random bytes into buf.
It does not talk about using the previous contents of buf so we are working
as documented.
2007-03-02 17:54:51 +00:00
..
.cvsignore
Makefile
md_rand.c
rand_egd.c
rand_err.c
rand_lcl.h
rand_lib.c Initialize "buf" to 0 to make valgrind happy :-) 2007-03-02 17:54:51 +00:00
rand_nw.c
rand_os2.c
rand_unix.c
rand_vms.c
rand_win.c
rand.h
randfile.c Do not use uninitialized memory to seed the PRNG as it may confuse 2007-03-02 17:46:25 +00:00
randtest.c