openssl/crypto/rand
Pauli 505d44c623 rand: avoid using the derivation function for the public and private DRBGs
There is no point using it becuase they are getting full quality entropy from
the primary DRBG (which remains using the d.f.).

Also cleaned up the parameter passing to the DRBGs to not pass parameters that
are unknown.

Fixes #16117

Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/16156)
2021-09-03 10:23:21 +10:00
..
build.info
prov_seed.c
rand_deprecated.c
rand_egd.c
rand_err.c err: remove the derivation function is mandatory for FIPS error message since it's no longer used and newly introduced 2021-07-20 18:34:07 +10:00
rand_lib.c rand: avoid using the derivation function for the public and private DRBGs 2021-09-03 10:23:21 +10:00
rand_local.h
rand_meth.c
rand_pool.c
randfile.c