openssl/crypto/rand
Dr. Matthias St. Pierre 30a9d5d1a7 RAND_DRBG: add a callback data for entropy and nonce callbacks
The callback data allows passing context specific data from the
application of the DRBG to to the entropy callbacks.
This a rather specialized feature which is useful for implementing
known answer tests (KATs) or deterministic signatures (RFC6979),
which require passing a specified entropy and nonce for instantiating
the DRBG.

Reviewed-by: Shane Lontis <shane.lontis@oracle.com>
(Merged from https://github.com/openssl/openssl/pull/10950)
2020-02-07 11:38:02 +01:00
..
build.info
drbg_ctr.c
drbg_hash.c
drbg_hmac.c Deprecate the low level HMAC functions 2020-01-29 19:49:23 +10:00
drbg_lib.c RAND_DRBG: add a callback data for entropy and nonce callbacks 2020-02-07 11:38:02 +01:00
rand_crng_test.c
rand_egd.c
rand_err.c
rand_lib.c Fix misspelling errors and typos reported by codespell 2020-02-06 17:01:00 +01:00
rand_local.h RAND_DRBG: add a callback data for entropy and nonce callbacks 2020-02-07 11:38:02 +01:00
rand_unix.c Move random-related defines to "crypto/rand.h" 2020-01-07 16:28:15 +01:00
rand_vms.c
rand_vxworks.c
rand_win.c
randfile.c