Return the current lifecycle state of a RAND context.
Declared in <openssl/evp.h>
<openssl/evp.h>
int EVP_RAND_get_state(EVP_RAND_CTX* ctx);
EVP_RAND_STATE_UNINITIALISED, EVP_RAND_STATE_READY, or EVP_RAND_STATE_ERROR.