drbg: revert renamings of the generate and reseed counter
authorDr. Matthias St. Pierre <matthias.st.pierre@ncp-e.com>
Sun, 13 Sep 2020 22:47:26 +0000 (00:47 +0200)
committerDr. Matthias St. Pierre <matthias.st.pierre@ncp-e.com>
Wed, 23 Sep 2020 21:15:46 +0000 (23:15 +0200)
commitb0614f0ae3c33182ad184dc82056b22aebf42956
treeec3c7feddce2c7dae939daae1062381d57ce6e9a
parent0ce47b35c7e6b6b82cfd86ec05b786338b8879c2
drbg: revert renamings of the generate and reseed counter

The original names were more intuitive: the generate_counter counts the
number of generate requests, and the reseed_counter counts the number
of reseedings (of the principal DRBG).

    reseed_gen_counter  -> generate_counter
    reseed_prop_counter -> reseed_counter

This is the anologue to commit 8380f453ec81 on the 1.1.1 stable branch.
The only difference is that the second renaming has already been reverted
on the master branch.

Reviewed-by: Paul Dale <paul.dale@oracle.com>
(Merged from https://github.com/openssl/openssl/pull/12941)
doc/man3/EVP_RAND.pod
doc/man7/EVP_RAND-CTR-DRBG.pod
doc/man7/EVP_RAND-HASH-DRBG.pod
doc/man7/EVP_RAND-HMAC-DRBG.pod
doc/man7/EVP_RAND-TEST-RAND.pod
doc/man7/provider-rand.pod
include/openssl/core_names.h
providers/implementations/rands/drbg.c
providers/implementations/rands/drbg_hash.c
providers/implementations/rands/drbg_local.h
providers/implementations/rands/test_rng.c