openssl/providers/implementations/rands
Pauli eaf0879439 Coverity 1545174: calling risky function
Remove the call to rand() and replace with an xor-shift RNG.
There are no security implications to worry about here.  This RNG is
used during testing only.

Reviewed-by: Tomas Mraz <tomas@openssl.org>
Reviewed-by: Tom Cosgrove <tom.cosgrove@arm.com>
(Merged from https://github.com/openssl/openssl/pull/22211)
2023-10-02 19:18:21 +11:00
..
seeding "foo * bar" should be "foo *bar" 2023-09-11 10:15:30 +02:00
build.info
crngt.c
drbg_ctr.c Fix new typos found by codespell 2023-09-18 09:04:22 +10:00
drbg_hash.c Fix new typos found by codespell 2023-09-18 09:04:22 +10:00
drbg_hmac.c Fix new typos found by codespell 2023-09-18 09:04:22 +10:00
drbg_local.h Fix new typos found by codespell 2023-09-18 09:04:22 +10:00
drbg.c fix indentation 2023-09-27 17:22:54 +01:00
seed_src.c
test_rng.c Coverity 1545174: calling risky function 2023-10-02 19:18:21 +11:00