openssl/crypto/rand
Richard Levitte c0366d89f6 3 changes:
- Make sure PCURSORINFO is defined even on systems that do not provide it.
- Change the reference to Peter Gutmann's paper.
- Make sure we don't walk the whole heap lists for performance reasons.
  Jeffrey Altman suggests following Peter Gutmann's advice to keep it
  to 50 heap entries per heap list.
2000-09-13 07:17:35 +00:00
..
.cvsignore Ignore Makefile.save 1999-04-29 16:04:54 +00:00
Makefile.ssl 'make update' 2000-09-07 08:46:51 +00:00
md_rand.c Make sure that 'initialized' is zeroed as well when cleaning up. 2000-08-08 15:06:44 +00:00
rand.h Fix warnings. 2000-07-26 01:39:23 +00:00
rand_egd.c Undo the changes I just made. I'm not sure what I was thinking of. 2000-06-28 16:47:45 +00:00
rand_err.c Preserve reason strings in automatically build tables. 2000-03-05 00:19:36 +00:00
rand_lcl.h Move RNG initialization to RAND_poll(), and shared definitions to 2000-07-19 21:43:23 +00:00
rand_lib.c Use RAND_METHOD for implementing RAND_status. 2000-03-02 14:34:58 +00:00
rand_win.c 3 changes: 2000-09-13 07:17:35 +00:00
randfile.c Don't include e_os.h before the system headers 2000-09-11 16:37:36 +00:00
randtest.c New function RAND_pseudo_bytes() generated pseudorandom numbers that 2000-01-16 15:58:17 +00:00