openssl/crypto/rand
Dr. Matthias St. Pierre 4871fa49cd RAND: Rename the RAND_poll_ex() callback and its typedef
With the introduction of RAND_poll_ex(), the `RAND_add()` calls were
replaced by meaningless cb(...). This commit changes the 'cb(...)'
calls back to 'rand_add(...)' calls by changing the signature as follows:

-int RAND_poll_ex(RAND_poll_fn cb, void *arg);
+int RAND_poll_ex(RAND_poll_cb rand_add, void *arg);

Changed the function typedef name to 'RAND_poll_cb' to emphasize the fact
that the function type represents a callback function.

Reviewed-by: Paul Dale <paul.dale@oracle.com>
Reviewed-by: Rich Salz <rsalz@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/4266)
2017-08-28 08:52:02 -04:00
..
build.info Switch from ossl_rand to DRBG rand 2017-08-03 09:23:28 -04:00
drbg_lib.c DRBG: clarify difference between entropy counts and buffer lengths 2017-08-28 08:52:02 -04:00
drbg_rand.c DRBG: clarify difference between entropy counts and buffer lengths 2017-08-28 08:52:02 -04:00
rand_egd.c Switch from ossl_rand to DRBG rand 2017-08-03 09:23:28 -04:00
rand_err.c
rand_lcl.h RAND: Rename the RAND_poll_ex() callback and its typedef 2017-08-28 08:52:02 -04:00
rand_lib.c RAND: Rename the RAND_poll_ex() callback and its typedef 2017-08-28 08:52:02 -04:00
rand_unix.c RAND: Rename the RAND_poll_ex() callback and its typedef 2017-08-28 08:52:02 -04:00
rand_vms.c RAND: Rename the RAND_poll_ex() callback and its typedef 2017-08-28 08:52:02 -04:00
rand_win.c RAND: Rename the RAND_poll_ex() callback and its typedef 2017-08-28 08:52:02 -04:00
randfile.c NO_SYS_TYPES_H isn't defined anywhere, stop using it as a guard 2017-08-25 15:50:59 +02:00