Provide side RNG functions renamed to have an ossl_ prefix.
authorPauli <paul.dale@oracle.com>
Mon, 16 Nov 2020 02:04:56 +0000 (12:04 +1000)
committerPauli <paul.dale@oracle.com>
Wed, 18 Nov 2020 21:39:12 +0000 (07:39 +1000)
commit1dc188ba0e7bd00e206d0190b2128e96287838df
tree728b864ab84eeea5b578015566a33cacf0414602
parent893d3df9728aedece5aa9fc6eef9db4f1a215c25
Provide side RNG functions renamed to have an ossl_ prefix.

These are: prov_crngt_cleanup_entropy(), prov_crngt_get_entropy(),
prov_pool_acquire_entropy(), prov_pool_add_nonce_data(),
prov_rand_drbg_free() and prov_rand_drbg_new().

Reviewed-by: Tim Hudson <tjh@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/13417)
13 files changed:
crypto/rand/rand_lib.c
providers/implementations/include/prov/seeding.h
providers/implementations/rands/crngt.c
providers/implementations/rands/drbg.c
providers/implementations/rands/drbg_ctr.c
providers/implementations/rands/drbg_hash.c
providers/implementations/rands/drbg_hmac.c
providers/implementations/rands/drbg_local.h
providers/implementations/rands/seeding/rand_unix.c
providers/implementations/rands/seeding/rand_vms.c
providers/implementations/rands/seeding/rand_vxworks.c
providers/implementations/rands/seeding/rand_win.c
providers/implementations/rands/test_rng.c