summaryrefslogtreecommitdiffstats
path: root/src/lib/crypto/prng.c
Commit message (Expand)AuthorAgeFilesLines
* Crypto modularity proj: Separate files under crypto directory based on their ...Zhanna Tsitkov2009-08-031-215/+0
* Fix a few incompatible-pointer warnings that aren't just about signednessKen Raeburn2008-06-021-2/+2
* Set close-on-exec flag in most places where file descriptors areKen Raeburn2007-10-221-6/+5
* read_entropy_from_device on partial read will not fill bufferEzra Peisach2007-08-201-4/+6
* * prng.c (init_error): Unused variable deletedKen Raeburn2006-11-021-1/+0
* * prng.c (krb5int_prng_init): Incorporate do_yarrow_init body. Don't checkKen Raeburn2005-01-141-28/+10
* * prng.c (read_entropy_from_device): Use ssize_t, not size_t, soTom Yu2005-01-131-1/+1
* * prng.c (do_yarrow_init): Move mutex initialization here.Ken Raeburn2004-11-171-1/+7
* push yarrow locking down into the yarrow code to reduce contentionKen Raeburn2004-10-301-16/+7
* * prng.c (init_once): Variable deleted.Ken Raeburn2004-06-021-9/+7
* * prng.c (krb5int_prng_cleanup): Destroy the mutexKen Raeburn2004-05-011-0/+1
* Add a mutex for the shared static storage used by YarrowKen Raeburn2004-05-011-22/+55
* * prng.c (krb5int_prng_cleanup): Renamed from prng_cleanup.Ken Raeburn2004-03-181-1/+1
* protoizeKen Raeburn2004-02-191-2/+1
* * prng.c: use Unix randomness sources on Mac OS XAlexandra Ellwood2003-03-061-4/+3
* Implement code to get random data from /dev/{random,urandom}. ForSam Hartman2002-01-081-1/+91
* * Link Yarrow into the buildSam Hartman2001-11-161-120/+74
* Danilo says we can get rid of the DLLIMP stuff nowKen Raeburn2001-10-041-2/+2
* more casting cleanupKen Raeburn2001-04-101-4/+5
* Use krb5int_ prefix for internal "provider" structuresKen Raeburn2001-03-091-1/+1
* prng.c: use des3 nowKen Raeburn2001-03-061-14/+14
* * nfold.c (krb5_nfold): inbots and outbits are now unsigned intEzra Peisach2000-10-171-1/+1
* prng.c (prng_cleanup): Ensure memory allocated before calling freeEzra Peisach2000-06-291-1/+1
* pullup from 1.2 branchKen Raeburn2000-06-271-1/+1
* Moved krb5, gss, and crypto library initialization/cleanup code into new dedi...Miro Jurisic2000-01-221-0/+6
* Various changes to:Ken Raeburn2000-01-221-2/+2
* * prng.c (enc): Now static and const, and points to constKen Raeburn2000-01-221-1/+1
* Added KRB5_DLLIMP and KRB5_CALLCONV so that these files buildTheodore Tso1998-12-051-2/+2
* pull up 3des implementation from the marc-3des branchMarc Horowitz1998-10-301-0/+155