aboutsummaryrefslogtreecommitdiff
path: root/newlib/libc/stdlib/arc4random.c
AgeCommit message (Expand)AuthorFilesLines
2025-03-03Silence -Woverflow warning in arc4random.cJan Dubiec1-3/+3
2022-09-10upstream OpenBSD: arc4random: fix indenttb1-2/+2
2022-09-10upstream OpenBSD: arc4random: Randomise the rekey interval a little.djm1-3/+14
2022-09-10upstream OpenBSD: arc4random: Remove unused ivbits argument from chacha_keysetupdtucker1-2/+2
2022-09-10upstream OpenBSD: arc4random: replace abort() with _exit()deraadt1-2/+2
2022-09-10upstream OpenBSD: arc4random: bump file versionsCorinna Vinschen1-1/+1
2022-09-10upstream OpenBSD: arc4random: Add support for building arc4random with MSVC.bcook1-7/+8
2022-08-31Fix some Coverity Scan errors.Jeff Johnston1-0/+2
2020-09-03Fix warnings when building for msp430-elfJozef Lawrynowicz1-1/+2
2018-09-06stdlib/arc4random.c: Fix reseed count for 16-bit targets.Jon Beniston1-1/+1
2017-02-13Only define static locks in multithreaded modeThomas Preud'homme1-0/+8
2016-03-21Move arc4random Cygwin only code to CygwinSebastian Huber1-15/+0
2016-03-18Only export arc4random_stir and arc4random_addrandom on CygwinCorinna Vinschen1-8/+5
2016-03-18Add arc4random_stir and arc4random_addrandom for OpenBSD compatibilityCorinna Vinschen1-0/+18
2016-03-18Add arc4random() etc. from OpenBSD 5.8Sebastian Huber1-0/+195