]> git.ipfire.org Git - thirdparty/openssl.git/commit
Rename internal drbg_ functions so they have an ossl_ prefix.
authorPauli <paul.dale@oracle.com>
Mon, 16 Nov 2020 02:18:56 +0000 (12:18 +1000)
committerPauli <paul.dale@oracle.com>
Wed, 18 Nov 2020 21:39:13 +0000 (07:39 +1000)
commitb24d6c335d3beb431f8f9847623d4db39ae1f96b
tree745bc536eeae5a519b8cf806cb5fa505916cb166
parentb68a947fd23a1e9189399cb9cc4ee75801bb142b
Rename internal drbg_ functions so they have an ossl_ prefix.

These functions are: drbg_enable_locking(), drbg_get_ctx_params(),
drbg_lock(), drbg_set_ctx_params() and drbg_unlock().

Reviewed-by: Tim Hudson <tjh@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/13417)
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/test_rng.c