openssl/providers/implementations/rands
Pauli 8ff861dcee drbg: add handling for cases where TSAN isn't available
Most of the DRGB code is run under lock from the EVP layer.  This is relied
on to make the majority of TSAN operations safe.  However, it is still necessary
to enable locking for all DRBGs created.

Reviewed-by: Bernd Edlinger <bernd.edlinger@hotmail.de>
(Merged from https://github.com/openssl/openssl/pull/17479)
2022-01-13 21:46:34 +11:00
..
seeding Add support for RNDRRS Provider 2021-12-16 12:38:09 +01:00
build.info
crngt.c
drbg_ctr.c drbg: allow the ctr derivation function to be disabled in FIPS mode 2021-07-20 18:34:07 +10:00
drbg_hash.c fix some code with obvious wrong coding style 2021-10-28 13:10:46 +10:00
drbg_hmac.c
drbg_local.h
drbg.c drbg: add handling for cases where TSAN isn't available 2022-01-13 21:46:34 +11:00
seed_src.c Avoid double-free on unsuccessful getting PRNG seeding 2021-09-21 18:37:14 +02:00
test_rng.c test-rand: return failure on not enough data, allow parent 2021-10-26 20:02:55 +10:00