openssl/crypto/rand
Matthias St. Pierre f1e0c94545 internal/common.h: rename macro `(un)likely` to `ossl_(un)likely`
The macro was introduced in commit ed6dfd1e36 without an
openssl-specific prefix as mandated by the coding style.

Reviewed-by: Tim Hudson <tjh@openssl.org>
Reviewed-by: Tom Cosgrove <tom.cosgrove@arm.com>
(Merged from https://github.com/openssl/openssl/pull/22603)
2023-11-03 21:08:22 +01:00
..
build.info rand: implement an unbiased random integer from a range 2023-11-01 12:05:28 +01:00
prov_seed.c rand: fix seeding from a weak entropy source 2023-10-24 11:14:11 +01:00
rand_deprecated.c
rand_egd.c Clarify use of EGD for HPNS in rand/rand_egd.c comments. 2022-06-17 09:28:19 +10:00
rand_err.c rand: add extra error code 2023-09-27 17:22:54 +01:00
rand_lib.c Coverity 1545175: use after free 2023-10-02 19:18:21 +11:00
rand_local.h
rand_meth.c
rand_pool.c rand: improve error message for rand pool overflows 2023-10-24 11:14:02 +01:00
rand_uniform.c internal/common.h: rename macro `(un)likely` to `ossl_(un)likely` 2023-11-03 21:08:22 +01:00
randfile.c