summaryrefslogtreecommitdiffstats
path: root/sys/crypto/idgen.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* idgen32(9): use time_uptime(9) for rekey timestamps, not time_second(9)cheloha2020-04-151-2/+2
* Remove some includes include-what-you-use claims don'tjsg2015-03-141-2/+0
* fix a bug that caused time-based rekeys to happen too frequently.djm2013-06-051-26/+26
* sizeof(ptr) -> sizeof(*ptr) as intended; ok djm@ millert@miod2009-08-171-1/+1
* implement automatic time-based rekeying (every 10 minutes); ok deraadt@djm2008-06-251-14/+16
* Introduce a facility to generate unpredictable 32 bit numbers withdjm2008-06-091-0/+137