Return the EVP_RAND algorithm associated with RAND context ctx.
ctx.
Declared in <openssl/evp.h>
<openssl/evp.h>
EVP_RAND* EVP_RAND_CTX_get0_rand(EVP_RAND_CTX* ctx);
Borrowed EVP_RAND pointer (do not free), or NULL if unset.