[#EVP_RAND_get_state] = EVP_RAND_get_state :mrdocs: Return the current lifecycle state of a RAND context. == Synopsis Declared in `<openssl/evp.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- int EVP_RAND_get_state(xref:EVP_RAND_CTX.adoc[EVP_RAND_CTX]* ctx); ---- == Return Value EVP_RAND_STATE_UNINITIALISED, EVP_RAND_STATE_READY, or EVP_RAND_STATE_ERROR. == Parameters [cols="1,4"] |=== | Name| Description | *ctx* | RAND context to query. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#