openssl/providers/implementations/rands
Pauli edd53e9135 rand: add a note about a potentially misleading code analyzer warning.
When seeding from a parent DRBG, the pointer to the child is used as
additional data.  This triggers static code analysers.  Rearrange and
expand the comments to make this more obvious.

Reviewed-by: Matthias St. Pierre <Matthias.St.Pierre@ncp-e.com>
(Merged from https://github.com/openssl/openssl/pull/12724)
2020-08-28 08:43:07 +10:00
..
seeding rand: detect if FIPS approved randomness sources are being used. 2020-07-17 22:16:11 +10:00
build.info CTR, HASH and HMAC DRBGs in provider 2020-06-24 20:05:42 +10:00
crngt.c Update copyright year 2020-06-25 14:13:12 +01:00
drbg_ctr.c provider: add the unused paramater tag to the gettable and settable functions 2020-08-12 08:43:37 +10:00
drbg_hash.c provider: add the unused paramater tag to the gettable and settable functions 2020-08-12 08:43:37 +10:00
drbg_hmac.c provider: add the unused paramater tag to the gettable and settable functions 2020-08-12 08:43:37 +10:00
drbg_local.h rand: fix typo in parameter name 2020-08-08 23:50:41 +02:00
drbg.c rand: add a note about a potentially misleading code analyzer warning. 2020-08-28 08:43:07 +10:00
rand_pool.c share rand_pool between libcrypto and providers 2020-06-24 20:05:41 +10:00
test_rng.c provider: add the unused paramater tag to the gettable and settable functions 2020-08-12 08:43:37 +10:00